PureBytes Links
Trading Reference Links
|
I have tried to make 3rd party data "work" with ts8.1, but
to no avail.
Example: I insert this code into a test indicator as:
print( file("c:\test\data3.txt"), date:8:0," ",time:4:0," ",o:4:4,"
",h:4:4," ",l:4:4," ",c:4:4," ",upticks:4:0);
the code writes to a file the date,time,o,h,l,c, and upticks. When I
try to input this data3.txt data, ts8.1 will not read it, error is
unrecognized value?
I have no problem with the same code in TS4, but impossible in ts8.1.
Any ideas?
Carly
|