When I backtest a simple strategy, I get different resault if I have added a second timeframe, even I don't use the second timefram to anything in the strategy.
I tought the resault would be the same as long as I don't do anyting else than add a second timeframe.
I have attached 4 screen picture. 2 with backtest resault, and 2 whit the code. The only difference in the code is that the first sampel has:
Add(PeriodType.Minute, 405);
and the second has:
// Add(PeriodType.Minute, 405);
else the code is the same.
Anyway, I get very different backtest resault.
Is this correct, is there a software problem, or have I forgot something that need to be in my code?

Comment