The expert works in backtesting but not in forward testing
-
I created an expert advisor that works in backtest mode, but when I want to run it for forward testing, it doesn't open any trades, or it only opens one trade and closes it immediately, and doesn't trade again.
Pls help me -
Pls someone help me
Pls -
any error log?
-
Hola, puse a prueba tu EA y funciona normal, quizas debes agregarle esto en: edirt current options

1 = 10
0.1 = 1
0.01 = 0.1
0.001 = 0.01
0.00001 = 0.0001
0.000001 = 0.0001 -
@hojjat78 Are you backtesting the bot on the same broker of your forward trading? And are you using the same tick data?
-
@l-andorrà Yes, I took a backtest and a forward test on the same broker and the inputs are the same, but I didn't understand what you meant by tick.
-
When backtesting, you need to taka a look at the green bar on top of the results. It's the quality data. If the result is below 99%, the result is not reliable.