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

Publish_MarketData input parameter not available con MT4 #117

Closed oliverm91 closed 3 years ago

oliverm91 commented 3 years ago

I can't see the input parameter Publish_MarketData when I drag the expert to the chart. DWX_ZeroMQ_Server_v2.0.1_RC8

image

oliverm91 commented 3 years ago

added extern to variable Publish_MatketData in line 42 to solve it.

elvinex commented 3 years ago

Hi, Thanks for raising this issue. After the latest update the Publish_MarketData variable is set automatically on subscribing to symbols. So you don't have to set it manually yourself.