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

Why _DWX_MTX_GET_ALL_OPEN_TRADES_ doesn't return anything? #68

Closed lewddev closed 4 years ago

lewddev commented 4 years ago

image

How can I get all open trades? (I can open trades but it doesn't return anything when command success.)

lewddev commented 4 years ago

Sorry, My bad. I found calling _zmq._getresponse() will give me a result. image