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

Getting current amount of funds #61

Closed Bturan19 closed 4 years ago

Bturan19 commented 4 years ago

Hello,

Is it possible to obtain current funds amount from metatrader to python. I want to create a strategy and I want to change the lot size with relative to my total amount of funds everytime I open a trade. But I couldn't find any function to obtain this data.

Regards.

ciabo18 commented 4 years ago

hi, how did you solve the problem?