BACKTESTING MULTIPLE TIME FRAMES
-
If we have an ea that uses multiple time frames, is there a particular time frame we must choose to run the visual backtest?
Does it matter at all?
-
In the EA if you don't specify timeframe (where timeframes can be specified), it uses the current timeframe. If you specified certain timeframe everywhere, then I think it doesn't matter what is your current timeframe
-
Been trying and yes, this seems to be the case.