ZeroMQ - OpenTrading/OpenTrader GitHub Wiki
This project now works with ZeroMQ or RabbitMQ Messaging Protocols. The ZeroMQ protocol is preferred and all development is currently on it.
ZeroMQ: To use ZeroMQ, this project builds on OTMql4Zmq , and requires that to be installed in your Metatrader as a pre-requisite. You also must have installed Python and the OTMql4Py Python bridge and OTMql4Lib Metatrader library . OpenTrader runs fine with either the C coded implementation of ZeroMQ for Metatrader: OTZmqCmdEA.mq4 or the or Python implementation OTPyTestZmqEA.mq4 .
The work has not yet documented yet.
Parent: Components