PureBytes Links
Trading Reference Links
|
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@xxxxxxxxxx
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, 2001 2: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.
|