OTMql4Zmq
OTMql4Zmq copied to clipboard
Open Trading Metatrader 4 ZeroMQ Bridge
https://github.com/OpenTrading/OTMql4Zmq/issues/18
Essential information for reporting Issues: * What version of Windows and 32/64 bit: Wine on Ubuntu 17 * What Build number of Metatrader: 1090 * Where was the Metatrader installed...
Hi! I created a simple client in mql4 to communicate with my java program on port 5555. [0MQ_client.txt](https://github.com/OpenTrading/OTMql4Zmq/files/887740/0MQ_client.txt) Unfortunately zmq_send() & zmq_recv() return "-1" and zmq_errno() for both of them...
I installed from source (latest version). After copying all the files I saw that the libraries mq4 are compiled to ex4 successfully. However, when I try to compile the EA,...
I installed everything including OTMql4Zmq, OTMql4Py and OTMql4Lib. There are some #import keywords missing for some header files in OTMql4 so that the compilation in MT4 failed. I fixed that...
Metatrader says it cannot open mql4Zmq.ex4 file. First I fixed the import on the OTMql4Zmq.mq4 expert advisor so it includes OTMql4Zmq.mqh. But then when I compile both .mqh and .mp4...
Not quite sure why it works or what i exactly did but increasing the iRequestPtr size from 1 to 32 (line 80 ZmqSendReceive.mq4) seems to fix the access violation and...
Hi there, I'm facing a issue with OTMql4Zmq and I'm not sure if that's because of Win10 or the problem is between the screen and the back of a chair....
Some links like the one in Readme.creole: ``` Metatrader using OTMql4Py (https://github.com/OpenTrading/OTMql4Py). ``` Leave the closing ) as part of the url. Then the url ``` https://github.com/OpenTrading/OTMql4Py) ``` Is 404,...