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

2020.12.16 17:14:35.387 Cannot load 'C:\Users\client_user\AppData\Roaming\MetaQuotes\Terminal\D6B27BE5FE154CBBDBCA690D2E70609D\MQL4\Libraries\libzmq.dll' [193] #107

Closed ZixiSu closed 3 years ago

ZixiSu commented 3 years ago
2020.12.16 17:14:35.387 Cannot load 'C:\Users\client_user\AppData\Roaming\MetaQuotes\Terminal\D6B27BE5FE154CBBDBCA690D2E70609D\MQL4\Libraries\libzmq.dll' [193]

2020.12.16 17:14:35.355 Expert DWX_ZeroMQ_Server_v2.0.1_RC8 USDCHF,H4: loaded successfully

image It is smiling when I drag the EA in the VPS

image The error messages The two pictures are all from VPS

I can run DWX_ZeroMQ_Server_v2_0_1_RC8 in my local computer, but as I need to run it 24 hours, I bought one VPS, and I have downloaded and installed the latest Visual C++ runtime (2015). But I still cannot run it in the VPS.

My question is do I need to change the HOSTNAME from * to something else?

Friedrichowski commented 3 years ago

Make sure that you have installed the 32bit version of Visual C++ runtime.

ZixiSu commented 3 years ago

Its an UAC user account control problem, I should use admin rights to install the MT4, problem solved

crluna commented 3 years ago

https://www.youtube.com/playlist?list=PLv-cA-4O3y97vTpghgRqiPBjmpgWskYDl

Have a look at that video and the vids in that playlist