Complexity?

 

.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

Reason: