[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] ticker list



PureBytes Links

Trading Reference Links


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@xxxxxxxxxxxxx 
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.