dingmaotu / mql-zmq

ZMQ binding for the MQL language (both 32bit MT4 and 64bit MT5)
Apache License 2.0
543 stars 298 forks source link

Libraries for MT5 #48

Closed AlperennK closed 3 years ago

AlperennK commented 4 years ago

Hello @dingmaotu , I 've been using your libraries for binding Mql4 and Python. I tried to use them for Mql5 however I keep getting errors on ZmqMsg.mqh. I checked the readme, you say MQL4 and MQL5 are basically the same in that they are merged in recent versions. However I can't use Zmq binding library on Mql5. Zmq.mqh can't be used with Mql5 cause ZmqMsg can't be compiled on mql5.

https://imgur.com/a/XOetypp

I have: Visual C++ runtime (2015).

dingmaotu commented 4 years ago

Update to the latest master. data variable name problem and a recent MQL5 incompatibility had been fixed. See #47 #40 .

AlperennK commented 4 years ago

Thank you @dingmaotu