Discussion of article "Developing a self-adapting algorithm (Part II): Improving efficiency" - page 2
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
in the tester, it will work only for 1 trading instrument, for the one specified first. This is a limitation of the MT4 tester
Hi @Maxim Romanov, thanks again for this second article, using mt5 I took the liberty of converting the code to mql5 but when the tester start i receive this output: 2021.02.22 18:12:22.234 Tester too many input parameters (2482). Is There a limit in mql5 for input parameters?
Ps:I am not a programmer but an enthusiast and i don't know if the code is right,i couldn't test it.
Hi @Maxim Romanov, thanks again for this second article, using mt5 I took the liberty of converting the code to mql5 but when the tester start i receive this output: 2021.02.22 18:12:22.234 Tester too many input parameters (2482). Is There a limit in mql5 for input parameters?
Ps:I am not a programmer but an enthusiast and i don't know if the code is right,i couldn't test it.
Yes, MT5 has a limit on the number of settings. I don't remember exactly, but it seems to be about 1000. But it's in the tester. For real trading, I did not face any restrictions.
I'm not a programmer either, but in the latest version of the algorithm, we got around this limitation by creating files with settings.
2 versions of the robot were made, one for the tester, the second for real trading. We did this: we put the EA for real trading on a real chart, fill in all the settings and start trading. The Expert Advisor creates a file with settings and saves it. Then in the tester, the expert advisor for the tester reads this file with settings and uses it for all 28 instruments. That is, it was done using a separate file with settings, which the Expert Advisor reads for the tester from the folder.
Yes, MT5 has a limit on the number of settings. I don't remember exactly, but it seems to be about 1000. But it's in the tester. For real trading, I did not face any restrictions.
I'm not a programmer either, but in the latest version of the algorithm, we got around this limitation by creating files with settings.
2 versions of the robot were made, one for the tester, the second for real trading. We did this: we put the EA for real trading on a real chart, fill in all the settings and start trading. The Expert Advisor creates a file with settings and saves it. Then in the tester, the expert advisor for the tester reads this file with settings and uses it for all 28 instruments. That is, it was done using a separate file with settings, which the Expert Advisor reads for the tester from the folder.
By publicly sharing the robot, are you not worry that a massive use of it makes readjust the market, and make the strategy unprofitable anymore ?
no, it doesn't bother. For me this is a passed stage, I do not use this algorithm. And even a smaller audience will appreciate its quality and start using it.
Thank you very much for the articles full of insights.
Please forgive my indiscretion, Can I ask you for the reasons why you no longer use the algorithm?
Thank you very much for the articles full of insights.
Please forgive my indiscretion, Can I ask you for the reasons why you no longer use the algorithm?