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

Send alert notification to python #69

Closed santi2fx closed 4 years ago

santi2fx commented 4 years ago

Please advice me, I want to send data terminal from notification mt4/mt5 go to python.

integracore2 commented 4 years ago

Hi @santi2fx,

You would need to customize the MQL server EA to achieve this functionality: https://github.com/darwinex/dwx-zeromq-connector/blob/master/v2.0.1/mql4/DWX_ZeroMQ_Server_v2.0.1_RC8.mq4

We don't plan on adding terminal notifications at the present time, but if you develop a working patch for notifications, please do feel free to submit a Pull Request and we'll be more than happy to review and commit.

All the best!