-
Hi Team,
I am stuck with below issue, while setting up the MT4 on a remote AWS instance.
**Cannot load 'C:\Program Files (x86)\MetaTrader ECN - FXOpen\MQL4\Libraries\libzmq.dll' [193]**
In my…
-
Hello
Is it possible to run trading4j and mt4 in headless mode?
-
I have been trying to use a fingerprint scanner to print Ctrl+E, which is a hot key set on an Expert Advisor on the Metatrader 4 platform. The hot key shuts the Expert Advisor down. I am able to manua…
-
Hi Ding,
I continue to have problems related to issue #17, #18 #19. I have tried nearly everything I can think of.
This was born out of trying to set-up https://github.com/darwinex/dwx-zerom…
-
Hi,
I've found a bug in both your adapter as well as the python api (native). But given the lack of reactions I'm desperately hoping you know the solution:
I get the error that my filling mode …
-
I use mql zmq on MT5 but I also used to use it on MT4 and I think I had this same problem.
After running it for a while (could be 30 minutes, could be many hours) eventually it might crash metatrad…
-
@kenorb I am having trouble understanding how to use the files. Please give example of the usage. If possible then for the read and modify.
-
I import MQL4 to run, but it can not work.
my code:
```
DB = MySqlConnect(Host, User, Password, Database, Port, Socket, ClientFlag);
if (DB == -1) {
Print ("Connection failed! Error…
-
```
Vector fractalData;
...
void UpdateFractalData(Fractal &fractal)
{
if (fractal.GetFractalPriceHigh() != 0.0 && fractal.GetFractalPriceLow() != 0.0 && fractal.GetFractalTime() != 0 && fr…
-
Hi Guys
I have been playing around with the bot for a few weeks, and its been a really interesting learning curve; however, I have come to the conclusion we are all fighting a losing battle. The algo…