When I back test a multi time frame strategy the results show that the exits occurred before the trade entries. In the strategy back test results, the summary tab shows average time in trade as negative minutes, for example, -22.4 mins. The trade details tab will show trade entries after the trade exit times. This is happening for long and short trades on whatever instrument I test it on in tick periods or minute periods.
Would someone be able to back test my strat with a primary time frame of 1 minute and two additional time frames of;
Add(PeriodType.Minute, 15);
Add(PeriodType.Minute, 60);
I have attached an image of the results as they look in the chart tab where you can see the stop loss or profit targets hit before the trades are entered! I have attached the trade details results also with exit and entry times.
BackTestMultiTimeFrameATRCancel.zip
If someone could back test the strat and see if they get the same results I would really appreciate it!
Thanks.

Comment