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
344 stars 228 forks source link

MT4 not publishing data #4

Closed alhennessey92 closed 5 years ago

alhennessey92 commented 5 years ago

Hi, i have followed your setup instructions for installing the MT4 EA, however when i start it i am not seeing any publish data in the expert tab at the bottom, does this mean it is not publishing the data correctly?

Screenshot 2019-04-17 at 21 49 49
kuhtooie commented 5 years ago

Did you change publish data from false to true?

alhennessey92 commented 5 years ago

Did you change publish data from false to true?

Yes, i did

kuhtooie commented 5 years ago

Then check and make sure you have the right files in the include and library section. It worked out of the box for me

alhennessey92 commented 5 years ago

I have checked the files, the only thing i can think is that i am using this on a mac, so am using it through wine

integracore2 commented 5 years ago

Hi @alhennessey92 ,

This project has been built and tested in a Windows 10 environment.

We haven’t tested on MacOS and are unfortunately unable to provide support at the present time.

But stay tuned - we’ll raise this internally and see if we can add additional operating systems to our test pipeline.

Many thanks for your interest!