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

Can't run EA on MT4 #126

Closed PythonAI1234 closed 3 years ago

PythonAI1234 commented 3 years ago

errors errors2

Sorry for the noob question but I installed the dependencies and when I try to run the server EA on MT4 the little yellow square is black and I can't run it

elvinex commented 3 years ago

Hi, your error message seems to be the same as in this issue: https://github.com/darwinex/dwx-zeromq-connector/issues/99 The reason were old dependencies. Are you sure that you used the latest dependencies? They changed about half a year ago. Best delete the old dependencies, download the new ones again from github and try again.