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

Are there any functions to check Account info from python? #104

Closed crluna closed 3 years ago

crluna commented 3 years ago

I am was checking the code and not sure if there are any convenience functions to check account details such as the ones shown in here https://docs.mql4.com/account.

Anyone has any idea if something along this lines has been implemented already? Thanks in advance.

elvinex commented 3 years ago

Hi, account information is not yet added to the zeromq connector. We will publish an alternative easier solution (hopefully soon), which will include a function to get account information.