Project developed to work as a server for Python trading community. It is based on ZeroMQ sockets and uses JSON format to communicate messages. It is a python library for the ZeroMQ API within backtrader framework. It allows rapid trading algo development. For details of API behavior, please see the online API document.
- Free software: MIT license
- Documentation: https://mql5-zmq-backtrader.readthedocs.io.
- TODO
In order to call mql5_zmq_backtrader API, you need to sign up for a Metatrader broker account and obtain account keys. Replace trading accounts in the expert parameter setting with what you get from your broker.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.