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

[SOLVED]libzmq.dll dependencies #52

Closed issamBD closed 4 years ago

issamBD commented 4 years ago

I’m having issues starting the ZMQ server, according to the logs it won’t initilazed because MT4 is not able to import the libzmq.dll file

2cc8729600a72b90c2c0bb1beaaaa706d42fc02e

Info: -I’m using windows 8 64 bit -AutoTrading and DLL import are both activated -The dependencies are all imported to the libraries folder

Saruntaey commented 4 years ago

Have you try installing Visual c++? Here is the link. https://www.microsoft.com/en-US/download/details.aspx?id=48145

integracore2 commented 4 years ago

Hi @issamBD ,

As stated in the README, Visual C++ Runtime Libraries are a mandatory requirement for using LibZMQ in this project.

Please watch the following video for more information: https://www.youtube.com/watch?v=7aAsFZ_r5zU&t=1236s

issamBD commented 4 years ago

installing Visual c++ didn't solve the issue. Also I updated my operating system to windows 10 and went through the whole process from the beguining and unfortunately the issue still stands

issamBD commented 4 years ago

SOLVED by uninstalling Visual C++ Runtime x64 version I had on my computer and install the 32 bit version.