initial commit
This commit is contained in:
+37
@@ -0,0 +1,37 @@
|
||||
===================
|
||||
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
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user