PureBytes Links
Trading Reference Links
|
In TS 4 you can use the GetSymbolName function to put the
name of the stock into the filename automagically. Then you
don't need to have a copy of the indicator for each stock
(with its symbol hard-coded). Is this function still in TS2K ?
With this method you can also create a Custom Data Group with
of all the stocks you want to dump, and one chart with the group
and the indicator. Run ChartScanner on this workspace, and Viola !
all the stocks get dumped. Of course, Omega DID change
ChartScanner for TS2K, so I don't know how this might work.
donc
>Date: Wed, 4 Aug 1999 15:43:17 -0700
>From: "Carroll Slemaker" <cslemaker1@xxxxxxxx>
>To: "Gordon Rose" <gordster@xxxxxxx>, <omega-list@xxxxxxxxxx>
>Subject: Re: Automated TS2000i data to ASCII
>Message-ID: <035901bedeca$bf1950e0$0c8e0118@xxxxxxxxxxxxxxxxxxx>
>Content-Type: text/plain;
> charset="iso-8859-1"
>Content-Transfer-Encoding: 7bit
>
>I write a simple "indicator" in EL which does nothing but write data to a
>file in whatever format I wish. I produce a separate copy of this indicator
>for each symbol I want to dump to ASCII, differing only in the name of the
>file being produced. Then I create a workspace called "archive", create on
>this workspace a chart for each symbol to be dumped, and insert the
>corresponding "indicator" into each chart. Finally I setup each chart to
>dump the amount of data desired, then save and close the workspace.
>
>Whenever you want to perform the dump, simply open the workspace and it will
>create all the files with all the data. Be sure to move or rename the files
>before you next open that workspace.
>
>Regards,
>Carroll Slemaker
>
>
>>----- Original Message -----
>>From: Gordon Rose <gordster@xxxxxxx>
>>To: <omega-list@xxxxxxxxxx>
>>Sent: Wednesday, August 04, 1999 12:43 PM
>>Subject: Automated TS2000i data to ASCII
>>
>>
>> Hi,
>>
>> I would appreciate any help more experienced TS users could provide. I
>> understand how to use the data window to export a chart's data to ASCII.
>>Is anyone aware of an automated method using EL to step through symbols,
>> perhaps each day of each symbol, and write the data out? or another
>> technique? Or even know how to interpret the data format? Thanks,
>>
>> Gordon
>>
>>
|