PureBytes Links
Trading Reference Links
|
**Resending to get the Subject line right ;-)
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
>>>>
Received: from ht ([12.64.103.141]) by mtigwc03.worldnet.att.net
(post.office MTA v2.0 0613 ) with SMTP id AAA13106;
Wed, 31 Dec 1997 15:45:38 +0000
Message-ID: <34AA6927.20A3@xxxxxxxxxxxxxxxx>
Date: Wed, 31 Dec 97 15:47:51 +0000
From: DonC <countach@xxxxxxxxxxxxxxxx>
X-Mailer: Mozilla 2.02E (Win95; I)
To: omega-list@xxxxxxxxxx
cc: countach@xxxxxxxxxxxxxxxx
Subject: Re: omega-digest Digest V97 #385
References: <199712301607.IAA22900@xxxxxxxxxxxxxx>
Mime-Version: 1.0
Content-Type: Text/Plain;
charset=us-ascii
X-Mozilla-Status: 0000
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
>>>>
|