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
341 stars 227 forks source link

Errors when compile DWX_ZeroMQ_Server_v2.0.1_RC8.mq4 #99

Closed saeedalghamdi closed 3 years ago

saeedalghamdi commented 3 years ago

Greetings,

I compiled the DWX_ZeroMQ_Server_v2.0.1_RC8.mq4 and received the following errors: 'create' - function not defined GlobalVariable.mqh 200 48 '::' - unexpected token GlobalVariable.mqh 211 32 'create' - function not defined GlobalVariable.mqh 211 34

regards,

elvinex commented 3 years ago

Hi, did you download the latest version and replaced all dependencies with the files from the latest version?

TheSnowGuru commented 3 years ago

It can be easier to connect to metatrader4 with lot's of features with this framework, goodluck. https://github.com/TheSnowGuru/PyTrader-python-mt4-mt5-trading-api-connector-drag-n-drop/

chand2020 commented 3 years ago

Update all dependencies from latest files. It should be good after that