PureBytes Links
Trading Reference Links
|
Dear Bernard,
Two first columns are predefined and they contain the ticker
name ( this is exactly what name() gives )
and date (when signal occured).
One thing to remember that exploration columns can display
numbers only (functions returning
strings as name() fullname() could not be used in exploration
columns)
filter= cum(1)==lastvalue( cum(1) ); // list onlyonce (for
last bar)numcolumns =1; column0=close;
Best regards,
Tomasz Janeczko
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Bernard
Bourée
To: <A title=amibroker@xxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Monday, June 18, 2001 7:53
PM
Subject: Re: [amibroker] ticker
list
Tomasz
Thank you for this tip.
I have tried to add the fullname() or name() but
received in return what seems to be the volume ?
filter= cum(1)==lastvalue( cum(1) ); // list only
once (for last bar)numcolumns =2;
column0=name();column1=close;
Regards
Bernard Bourée<A
href="">bbouree@xxxx
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Tomasz Janeczko
To: <A title=amibroker@xxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Monday, June 18, 2001 10:31
AM
Subject: Re: [amibroker] ticker
list
Hello,
There are two ways of getting ticker list:
1. Using a script written in JScript/VBscript
2. Using exploration feature, type the following
formula
in Automatic analysis window:
filter= cum(1)==lastvalue( cum(1) ); //
list only once (for last bar)numcolumns = 1;
click "explore" and export the file - and you will get
ticker list in the CSV file.
Best regards,
Tomasz Janeczko
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
NIck
Iacovelli
To: <A
title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Sunday, June 17, 20012:23
PM
Subject: [amibroker] ticker
list
Is there any way to read the ticker list that in
amibroker?i couldn't find it in the docsYour
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Your
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|