PureBytes Links
Trading Reference Links
|
At 11:34 PM 7/11/99 EDT, DStan34930@xxxxxxx wrote:
> One other thing. I don't have any ascii files that use the TS YYMMDD
>"date" format. Mine are all MM/DD/YY. I don't know if that's affecting
>your results or not.
Yes, YYMMDD is valid. That's the format Genesis's ASCII data is laid out.
It is also listed as valid in the TS2k online help.
Thanks again,
Dave
>
>dbs
>
>>>>
>If I create an indicator with the following code:
>
> PRINT(File("C:\Log\DataSame.asc"), DATE:6:0, ",", TIME:4:0, ",",
> O:4:4, ",", H:4:4, ",", L:4:4, ",", C:4:4, ",", V:6:0, ",",
> OPENINT:6:0);
>>>>
>
>
|