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

Re: [amibroker] Bow Tie



PureBytes Links

Trading Reference Links


Tomasz,
 
Can you point me to the list of variable names 
which can be referenced in _javascript_ pls ?
 
Are these the same names as listed under the Import 
variables under ASCII Import in help ?
 
This is in reference to using to 
SetUpIndustries.js to set the favourite flag on a stock from a csv 
file.
 
Do I code  
 
stock.Favourite = fields[ 1 ];
 
where I have one value in the csv file setto a 1 
say.
 
Or do I just code 
 
stock.Favourite = True;
 
and thus the flag on for each ticker in the 
csv file.
 
Your help appreciated as always.
 
Geoff