millisecond or subsecond export options....
Posted: Sun Feb 16, 2014 2:28 pm
I was wondering if i could somehow export custom millisecond or second data, but only the bid/ask info? I want to export tick data snapshots vs tick-by-tick data so that I can reduce the amount of ticks.
What I am trying to do is avoid exporting each tick, but instead do 400 or 500ms "snapshots" instead of every tick. I still want to then convert this into mt4 or another program that can import ms data.
What I did recently is use a custom export to export 1 second, but not using regular OHLC format. The export didn't work as expected. Each line of data was exported as the last tick in the file repeated each line for the entire data series.
Or maybe another variation would be an "every x tick" export.
What I am trying to do is avoid exporting each tick, but instead do 400 or 500ms "snapshots" instead of every tick. I still want to then convert this into mt4 or another program that can import ms data.
What I did recently is use a custom export to export 1 second, but not using regular OHLC format. The export didn't work as expected. Each line of data was exported as the last tick in the file repeated each line for the entire data series.
Or maybe another variation would be an "every x tick" export.