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

Update DWX_ZeroMQ_Server_v2.0.1_RC8.mq4 #80

Open Wortburrito opened 4 years ago

Wortburrito commented 4 years ago

--Resolved the 'GET OPEN TRADES String Limitation Problem' by appending the strings with String Concatenation. I retrieved all of my 100 test Orders (100 is the maximum by my broker) and all outputs are 100% JSON dictionarys. -- SL and TP are now bid or ask prices -- Add new PUB socket for open orders and account informations +--- also available for PUSH/PULL