For instance, I am testing $EURCHF, I'm using a 15 min time frame, testing a long period from 2008 up to the current day. This is one of the walk-forward periods:
from 2010-01-15 00:00:00 to 2010-02-11 00:00:00
and the first trade entry date is 2010-01-14 04:45
and the last trade entry date is 2010-02-12 21:00:00
This is true for all the walk-forward periods.
The results mean that many trades are presumably counted twice in the calculation, the statistics will be wrong, and it also makes extracting the trades and compiling them into a continuous history a lot more work than it should be, because I have to delete the overlapping trades.
This is NT7 beta 16.
Thanks.

Comment