Strategy Tester: Back/Forward Testing glitch

 

Hey Guys! 

After a back/forward optimization, and choosing a set of inputs, when I "Run a Single Test", the "Backtest" result matches the optimization result, while the "Forward" result messes up!

Does anyone have an explanation or a fix for that?

Thanks!

Processing optimization results using the graphical interface
Processing optimization results using the graphical interface
  • 2018.07.12
  • www.mql5.com
This is a continuation of the idea of processing and analysis of optimization results. This time, our purpose is to select the 100 best optimization results and display them in a GUI table. The user will be able to select a row in the optimization results table and receive a multi-symbol balance and drawdown graph on separate charts.
Files:
 
I've seen similar before. I you run a single test after doing forward optimization, you need to remember to disable Forward in the settings.
 
ceejay1962 #:
I've seen similar before. I you run a single test after doing forward optimization, you need to remember to disable Forward in the settings.
Thanks a lot. Will try it.