https://github.com/parrondo/mql5_zmq_backtrader
Python Metatrade MQL5 - Zmq - Backtrader bridge
https://github.com/parrondo/mql5_zmq_backtrader
backtrader bridge json metaquotes mql5 mt5 python trading zmq
Last synced: over 1 year ago
JSON representation
Python Metatrade MQL5 - Zmq - Backtrader bridge
- Host: GitHub
- URL: https://github.com/parrondo/mql5_zmq_backtrader
- Owner: parrondo
- License: mit
- Created: 2020-02-16T19:58:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T21:01:11.000Z (over 3 years ago)
- Last Synced: 2025-04-23T00:42:39.682Z (over 1 year ago)
- Topics: backtrader, bridge, json, metaquotes, mql5, mt5, python, trading, zmq
- Language: Python
- Homepage: https://www.todotrader.com
- Size: 59.6 KB
- Stars: 18
- Watchers: 1
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
.. figure:: docs/images/puente-leonardo.jpg
:align: center
:scale: 100%
:alt: Puente de Leonardo.
===================
mql5_zmq_backtrader
===================
.. image:: https://img.shields.io/pypi/v/mql5_zmq_backtrader.svg
:target: https://pypi.python.org/pypi/mql5_zmq_backtrader
.. image:: https://img.shields.io/travis/parrondo/mql5_zmq_backtrader.svg
:target: https://travis-ci.com/parrondo/mql5_zmq_backtrader
.. image:: https://readthedocs.org/projects/mql5-zmq-backtrader/badge/?version=latest
:target: https://mql5-zmq-backtrader.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
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.
Features
--------
* TODO
Example
--------
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.
Credits
-------
This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage