Hello,

I am trying to parse a dataset in ascending order from a csv but when checking the data contained in the .t6, the first 2 candles are missing.
The csv contains a header and I use the following format: "+%Y%m%d %H%M%S,f3,f1,f2,f4,f6"
I tried without any header in csv and with the format "+0%Y%m%d %H%M%S,f3,f1,f2,f4,f6", but I got the same result, the first 2 bars had been skipped once again.
Am I doing something wrong?