PureBytes Links
Trading Reference Links
|
Nicholas,
As a follow-up to my previous suggestion regarding removing one of the
9's from the symbols, I now know why that worked and have a permanent
solution for you, especially since you wrote a VB program to create the
files.
Have your VB program create a header and it won't matter what numbers
you use for the symbols. i.e.;
<ticker>,<per>,<date>,<open>,<high>,<low>,<close>,<vol>,<o/i>
Currently the conversion routine checks 6 characters for uniqueness as
actual symbols do not go beyond five without being unique. With a
header, the routine absolutely knows that the characters up to the comma
or space is in fact a ticker and will take whatever is there without
checking for uniqueness.
Equis Support
> -----Original Message-----
> From: Nicholas Asthon [SMTP:nharoc@xxxxxxxxxxxxxxxxxxxx]
> Sent: Thursday, June 12, 1997 8:42 AM
> To: Metastock List
> Subject: Help with the Downloader: Conversion Problem
>
> -- [ From: Nicholas Asthon * EMC.Ver #2.5.02 ] --
> Attachment: sh970527.txt Code: 02FH5A1 \ Created: 06-12-97, 01:23 AM
> [19 Kb]
>
> Sorry to ask what may be a simple question, but....
>
> Enclosed in this mail is a text file that I created from Shanghai
> (China)
> market data. For some strange reason, the conversion process fails
> with
> error 2056: Invalid source file format.
>
> The enclosed text file was created by a program I wrote in
> VisualBasic. It
> converts other data without any problem. I followed the format layout
> described in the Downloader manual.
>
> Any ideas?
>
> Thanks for you time and consideration,
>
> Nicholas
>
> PS. The best way to respond to the Murrey crap is to ignore it. If
> there
> is any substance, it will be proven in time. Good traders don't waste
> mental strength blabbering....... ------- FORWARD, End of original
> message -
> ------
> << File: sh970527.txt >>
|