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
Hi everyone,
I've created a script in python to run MT5 with a number of different config files and expert parameter files. It basically conduts a Walk forward analysis by first running an optimisation then runs a normal test with the selcted parameter settings. MT5 seems to sporadically crash when running a normal test. The log file looks like this:
It seems that the cores are connecting and then just shutting down immediately. I've run the same thing in debug mode and it worked OK so seems to me to be a timing issue?
Any ideas anyone?