Originally Posted By: jcl
Did you trade your script at all? Or was it only a test?

The included files contain M1 data, that's minutes, no seconds. There are no tick data included.


Oh, my bad you are right. I was testing. So I would have to try with histdata tick data. But the file from histadata comes in the format yyyyMMdd hhmmmiliseconds bid ask (volume?):

20141102 170007143 1.25058 1.25098 0
20141102 170008393 1.25057 1.25097 0
20141102 170018143 1.2506 1.251 0

so should I use the average of bid and ask for the open,high,low and close of the tick struct?