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

[RESOLVED] Socket Monitoring #51

Closed foxriver011 closed 4 years ago

foxriver011 commented 4 years ago

hey when I change monitor variable == true I got result below: [KERNEL] NO HANDSHAKE ON PUSH SOCKET.. Cannot SEND data please help me to fix this error.

integracore2 commented 4 years ago

Hi @foxriver011 ,

The socket monitoring feature is experimental (stated as such in the code).

This is not an error. It is a message indicating that your client application was unsuccessful in handshaking for I/O with MetaTrader.

For now, simply setting _monitor=False will override this behaviour.