darwinex / dwx-zeromq-connector

Wrapper library for algorithmic trading in Python 3, providing DMA/STP access to Darwinex liquidity via a ZeroMQ-enabled MetaTrader Bridge EA.
https://blog.darwinex.com/zeromq-interface-python-r-metatrader4/
BSD 3-Clause "New" or "Revised" License
342 stars 227 forks source link

dwx_zeroMQ_server_v2.0.1_RC8 fail to compile #85

Closed farhadc7 closed 4 years ago

farhadc7 commented 4 years ago

when i compile the file i face below errors: 'create' - function not defined GlobalVariable.mqh 211 34 '::' - unexpected token GlobalVariable.mqh 211 32

Prhmma commented 4 years ago

when i compile the file i face below errors: 'create' - function not defined GlobalVariable.mqh 211 34 '::' - unexpected token GlobalVariable.mqh 211 32

I have the exact same problem with dwx_zeroMQ_server_v2.0.1_RC8 and dwx_zeroMQ_server_v2.0.2_RC1 I tried to compile GlobalVariable.mqh separately and everything looks fine, but I can't compile the desired mq4 script.

dirkjacobus commented 4 years ago

I ran into the same issue.

I resolved this by updating the dependencies from the mql-zmq repo directly (https://github.com/dingmaotu/mql-zmq).

Good luck!

Prhmma commented 4 years ago

I ran into the same issue.

I resolved this by updating the dependencies from the mql-zmq repo directly (https://github.com/dingmaotu/mql-zmq).

Good luck!

It works fine now, thank you. should we submit an issue for this so we can resolve this issue in this repo?

farhadc7 commented 4 years ago

I ran into the same issue. I resolved this by updating the dependencies from the mql-zmq repo directly (https://github.com/dingmaotu/mql-zmq). Good luck!

It works fine now, thank you. should we submit an issue for this so we can resolve this issue in this repo?

i updated the code and now that works fine. thanks for your help.

dirkjacobus commented 4 years ago

@farhadc7 maybe we should leave this issue open until the authors update the dependencies within the repo itself.