PureBytes Links
Trading Reference Links
|
GetSymbolName works fine. Be sure you are not qualifying the output with logic
which always fails (i.e. "If So-and-so is True then Print (GetSymbolName, ... );"
when SO-and-SO is always false.)
Also Mr. Brower pointed out that you need to use the File Append command with
GetSymbolName. This is not true. GSN works with the Print statment. And it is
easier to use the Print Log than construct the File Append commands. After
debugging your code you can create the File Append.
don
------
Bill Vedder wrote :
>>>>>Subject: EL Function Available? Date: Tue, 30 Dec 97 05:51:52 +0000
From: Bill Vedder <bved01@xxxxxxx>
To: omega-list@xxxxxxxxxx
Greetings All!
I am using TS 3.5 EOD with TC2000 EOD stock data. I would like to be able to
cycle a system thru a number of different stocks and output system performance
statistics for each stock. To do this, I need to be able to print out the stock
symbol or name. I have tried using the "CommodityNumber" function but this
doesn't work (it prints out the same number regardless of which stock I test). I
also tried looking for some undocumented function (like GetSymbolName) but,
although this will verify, it doesn't print anything
out.
Does anyone know how to access a stock symbol or name in EL?
Regards,
Bill Vedder
>>>>
|