You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I have been experiencing bugs in forward optimization for a while now and I am trying to identify the problem (post about bugs: https://www.mql5.com/en/forum/454524). The only error message that shows up says in the journal tab is "x forward passes not processed and returned to task queue". If I select full optimization logs it just tells me that each individual pass was not process and was returned to the queue. The logs in appdata/metaquotes/tester/your_tester_id/agent1-32/logs doesn't show that anything is wrong. How can I get it to print info on the cause of the problem? Would GetLastError work for this even though the code isn't what's causing the problem? (I have ran Identical code to someone else and mine bugs out and theirs doesn't)
Thanks