Quote:
|
Originally Posted by rjay
I have backtested a daily EA on various time frames (from M5 to H1) and I am getting different results. The EA in question is SimpleDailyRangeBreakout and simply buys/sells at a % of the previous days range .... so why would I get different results on a daily EA if I backtest at different timeframes ?? It's not just this EA, I've seen it on others too.
|
SimpleDailyRangeBreakout was not coded for D1 bar especially. This EA is using different calculation. I am using it for H1 timeframe.
As to other EAs so look inside the code: it should be D1 timeframe mentioned. If not so EA should perform differently in different timeframes. But it is mainly related to the trading system. I mean that every EA is manual trading system automazied (automated/coded to be mechanical trading system).