
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
.Try this:
1. Develop a multicurrency EA.
2. Make it runnable in MT4 and MT5
3. Add SQL.
Struggled along so far.
Now try to run some optimization runs with MT5 on the cloud. Get stopped even if I do not do any actual MySQL calls on optimisation runs
MySQL no good running on cloud or remote. DLL call. (libmysql).
Well, I can live without MySQL on the optimisation runs. And luckily the MySQL function is in a library so I created a dummy library with empty functions
and no references to libmysql.dll. Hopefully that will work