
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,
I am testing my EA using the Genetic Optimization. The optimization works well on local agents but has some troubles on MT5 cloud Network.
After checking the available TERMINAL_MEMORY_AVAILABLE and implementing the return with init_agent_not_suitable (accordingly to https://www.mql5.com/en/forum/38387 ), I corrected few lines that were causing runtime errors (only on cloud network) but then I received a weird error that stopped the cloud network from working:
2020.08.27 11:55:08.135 Tester expert file ....\Roaming\MetaQuotes\Terminal\D0E8209F77C8CF37AD8BF550E51FF075\MQL5\Indicators\Bollinger-width_EMA.ex5 open error [2]
2020.08.27 11:55:08.135 Tester using of cloud servers stopped because of error loading ex5-file 'Indicators\Bollinger-width_EMA.ex5'
I've checked the directory and there are no indicators inside. I don't even have this indicator in other folders.
Any suggestion?
Thanks