Files
mql5_zmq_backtrader/README.rst
T

50 lines
1.6 KiB
ReStructuredText
Raw Normal View History

2020-03-02 18:09:52 +01:00
.. figure:: docs/images/puente-leonardo.jpg
2020-03-02 18:08:02 +01:00
:align: center
2020-03-02 18:11:39 +01:00
:scale: 100%
2020-03-02 18:08:02 +01:00
:alt: Puente de Leonardo.
2020-03-02 18:11:39 +01:00
2020-03-02 18:08:02 +01:00
2020-02-16 20:58:12 +01:00
===================
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
2020-03-02 18:08:02 +01:00
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.
2020-02-16 20:58:12 +01:00
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