We are trying to import Tick replay data as described in the help
Each tick must be on its own line and fields must be separated by semicolon (
. The format is:
yyyyMMdd HHmmssfffffff;last price; bid price; ask price;volume
Sample data: (Note: If you wanted to import in millisecond granularity data then each line must have the remaining "0"'s behind it to import correctly.)
20061107 0004311000000;1383.00;1383.00;1383.25;1
20061107 0004561000000;1383.25;1382.50;1382.25;25
20061107 0004562000000;1383.25;1383.25;1383.50;36
20061107 0005377000000;1383.25;1383.25;1383.50;14
Can you please explain to us how to do this?
Thanks in advance.

Comment