
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
Hello!
Last December I ran your library and ran optimisation on 100+ custom characters.
Today I tried to run it again, but the only error in the tester log is "optimisation cannot be started". I updated the library.
I tried running on different symbols, tried running your MultiTester_example, tried different builds of Metatrader 5, different optimisation settings, tried running on a regular Moving Average Expert Advisor, still this error occurs, I have not found any more detailed logs. Could you please tell me if someone has had something like this? How can it be fixed?
the only error in the tester's log is "optimisation cannot be started".
What is the response to running the optimisation manually?
Manual optimisation is started, executed, terminated without errors. Screenshot of logs. At the top is the launch of optimisation by simple Moving Average, below is the launch with the same parameters but through the library.
below is the launch with the same parameters but through the library.
Why does this Expert Advisor run in the Tester itself? It is thrown to the Terminal chart, not to the Tester.
Why does this Expert Advisor run in the Tester itself? It is thrown to the Terminal chart, not to the Tester.
Please post an example of how to write code for multiple sequential optimisations that take different input parameters.
Tester settings are saved via CTRL+C/V. You can save them to separate files, and then fill the Settings[] array in the source above with data from them.
Is there any easy way to make the data into an array? I need to add 20 set files, each of 108 lines so 2160 lines to add " " + manually to make them an array?
Loading set files personally would be my preferred option, "D:/\MT5Tester2\MQL5\Profiles\Tester\MTester\MT5 v1.14 bat XU BB+ENV+RSI.set" etc etc etc but I am a mere mortal and don't know how to code any of this stuff. Your EA is very cool but crikey :D