PureBytes Links
Trading Reference Links
|
Marco sent an example file which I analyzed. The ticker is of the form
"AA a" and the date has a format yy/mm/dd, IIRC, hence some
preprocessing is required which I suspect the following programs do not
supply. Also, in the interest of intelligent data management I suggested
using MS Access to import and preprocess the data as well as maintain the
integrity of the historical database (splits, etc.). This is easily
accomplished with 3 tables, a couple of macros and a few queries.
Cheers,
Jim
On Tue, 23 Sep 1997, Alain Jossart wrote:
> Look at i-Soft sites (www.i-soft.com or www.stockwiz.com, or
> same ftp. ones). You should be able to find :
> (1) METALIST - To create ticker list of a Metastock
> directory
> (2) TXT2TXT1 - To transform a TICKER,O,H,L,C,V CSV file
> into an ASCII file The Downloader can read, and containing
> only the specified ticker list,
> (3) TXT2MSTK - To load a daily quote file in a Metastock
> directory, using the specified ticker list.
|