[amibroker] addtocomposite -> ProductToComposite

2008-01-16 Thread loveyourenemynow
Dear All's, as the name itself says addtocomposite is a very useful tool to build indicator which can be obtained by summing over all the elements of a given set a given function of its values. For example using a quite obvious mathematical notations : average=1/N Sum(x_i,i=1,i=N) or in general w

[amibroker] Backtest summary doesn't show all buys and sells as on the price chart

2008-01-16 Thread srengret
When conducting a backtest, I obtain a trade list report as selected in my settings. When I view the price chart, the stock shows more buy and sell arrows in the price chart than the trade list report shows in the text. This only happens some of the time. In other cases, the trade list report

[amibroker] Re: functions to take an array as a parameter

2008-01-16 Thread bilbo0211
--- In amibroker@yahoogroups.com, "jeffro861" <[EMAIL PROTECTED]> wrote: > > How to I get RSI() to take an array as an arguement? Let's say I have > a function that I want to use for determining the number of bars RSI() > uses (it which changes for every bar). How do set this up? I don't rem

RE: [amibroker] how to draw horizontal volume line

2008-01-16 Thread asit mistry
thank you, it work as i wanted. http://ss1.richmedia.in/recurl.asp?pid=186

Re: [amibroker] How do I read dir names in AFL --working AFL

2008-01-16 Thread Dennis Brown
AmiFriends, To complete this thread here is the working AFL to read in a list of sub-folder names filtered by tag characters (my requirement). Pay special attention to the comments about enabling the FileSystemObject. Also inclosed is an AFL for reading a list of file names filtered by

[amibroker] functions to take an array as a parameter

2008-01-16 Thread jeffro861
How to I get RSI() to take an array as an arguement? Let's say I have a function that I want to use for determining the number of bars RSI() uses (it which changes for every bar). How do set this up? Thanks

[amibroker] Help to code a import JScript function

2008-01-16 Thread cassianoqs
Help to code a JScript function to import close quotes from a CSV format. Here is an example showing four last lines from such a file: Date,ticker1,ticker2,ticker3,ticker4 01/10/08,2307,1104,68,45 01/11/08,1175,2233,34,41 01/14/08,2354,1071,69,68 01/15/08,851,2581,25,35 How to change the follo

Re: [amibroker] How do I read dir names in AFL

2008-01-16 Thread Dennis Brown
Joe, Thank you for your email help. I have it working now. I was thrown for a while because the: new ActiveXObject("Scripting.FileSystemObject"); statement would not run. I did not have that object enabled on my machine and had to register it first. Thanks, Dennis On Jan 15, 2008, at

Re: [amibroker] How to catch a "falling star' ?

2008-01-16 Thread Joe Mann
Why don't you try shorting them? Regards, Joe -Original Message- From: "areehoi" <[EMAIL PROTECTED]> Date: Wed, 16 Jan 2008 18:18:31 To:amibroker@yahoogroups.com Subject: [amibroker] How to catch a "falling star' ? As we all know there are a bunch of "falling stars" in this current m

[amibroker] How to catch a "falling star' ?

2008-01-16 Thread areehoi
As we all know there are a bunch of "falling stars" in this current market. Just look at the new 52 lows and you will see a lot of quality stocks. For instance Intel is down $2.69 so far today. The problem is how does one catch these "falling stars" at just the right time. Stan Weinstein talks ab

Re: [amibroker] how to draw horizontal volume line

2008-01-16 Thread Prashanth
Have you checked Volume at Price (VAP) which is availble as default under Charts -> Basic Charts? Cheers Prashanth - Original Message - From: "asitasu" <[EMAIL PROTECTED]> To: Sent: Wednesday, January 16, 2008 9:13 PM Subject: [amibroker] how to draw horizontal volume line > dear grou

[amibroker] how to draw horizontal volume line

2008-01-16 Thread asitasu
dear group members, i am using amibroker stadndar registered version & use 1 min data. i want to draw horizontal volume bars for each price value,how can i draw this? need help. asit

[amibroker] Re: SAR on personal indicator

2008-01-16 Thread ib_ferra1
Thx so much, this is a valid solution also for my problem. Thx!

Re: [amibroker] Re: SAR on personal indicator

2008-01-16 Thread Thomas Ludwig
Good idea - or in a more generalized form: P = ParamField("Price field",-1); oldo = O; oldh = H; oldl = L; oldc = C; oldv = V; O = H = L = C = p; sar_flexible = SAR(); O = oldo; H = oldh; L = oldl; C = oldc; V = oldv; Plot( sar_flexible, _DEFAULT_NAME(), ParamColor( "Color", colorRed ), style

Re: [amibroker] Re: SAR on personal indicator

2008-01-16 Thread M. N. Busigin
marketmonk777 wrote: > Wow, I was thinking of using the SAR on RSI and am a loss how to do > so. I always thought these functions allowed you to specific the data > series like MA(close,ref) where instead of close we could put RSI or > our own indicator. > > Would someone shed a light on how to d

[amibroker] Re: SAR on personal indicator

2008-01-16 Thread marketmonk777
Wow, I was thinking of using the SAR on RSI and am a loss how to do so. I always thought these functions allowed you to specific the data series like MA(close,ref) where instead of close we could put RSI or our own indicator. Would someone shed a light on how to do this? Thanks --- In amibroker@

Re: [amibroker] Amibroker x64 speed, Neospeech, Tomasz is tops

2008-01-16 Thread Tomasz Janeczko
Wow, thank you for your kind words ! Best regards, Tomasz Janeczko amibroker.com - Original Message - From: "ricardo_tip" <[EMAIL PROTECTED]> To: Sent: Wednesday, January 16, 2008 7:58 AM Subject: [amibroker] Amibroker x64 speed, Neospeech, Tomasz is tops >I have recently built a new P

Re: [amibroker] close to 3 decimal places

2008-01-16 Thread paulradge
G'day Graham addcolumn(xxx,"xxx",1.3); thank you Sir, regards Paul, - Original Message - From: Graham To: amibroker@yahoogroups.com Sent: Wednesday, January 16, 2008 7:51 PM Subject: Re: [amibroker] close to 3 decimal places Not sure in what context you m

Re: [amibroker] close to 3 decimal places

2008-01-16 Thread Graham
Not sure in what context you mean that they are only showing 2 dp's you can change preferences for decimal places for charts/titles/scans (I use -1 so the data defines how many dp's show) explorations use the 3rd input variable for number of dp's addcolumn(xxx,"xxx",1.3); if you mean yahoo data I