MQL5 Cloud Error in Genetic Optimization

 

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

OnInit : init_agent_not_suitable : how to use it ?
OnInit : init_agent_not_suitable : how to use it ?
  • 2014.12.12
  • www.mql5.com
Hi, Previous post. The service told me to use init_agent_not_suitable but I can't find any examples on how to use it...