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

Error on loading the zmq dll during a backtest #138

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hi, I would like to stream out all the tick data during a backtest (record them). When I run the test, MT cant load the zmq lib. The problem is shown below:

Screenshot from 2022-01-08 18-05-55

Did anyone experience this before? Any ideas how to solve it?

teddywaweru commented 2 years ago

Hi @mojovski . Was it working before? There's a guideline to follow for copying the .dll files onto your interface here.

Although it seems that you're running on MT5 platform. Not sure if this is supported. There are pending PRs on it.