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

Not having full options in inputs tab #94

Closed hajbabaeim closed 3 years ago

hajbabaeim commented 3 years ago

Hi. I just add the dwx expert to my MT4, but I have not whole options just like the photo on the tutorial. My options are just like this: image (as you can see, "t1" & "Publish_MarketData" options have not appeared) Has anybody ever experienced this problem?

elvinex commented 3 years ago

Hi, the tutorial was made with an older version of the zeromq-connector. Some of the open parameters have changed. For example, Publish_MarketData is now hidden because it is set automatically if you send a market data request via a python script.