Metadata-Version: 2.1
Name: mql5-zmq-backtrader
Version: 0.1.0
Summary: 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.
Home-page: https://github.com/parrondo/mql5_zmq_backtrader
Author: R. Martin Parrondo
Author-email: audreyr@example.com
License: MIT license
Keywords: mql5_zmq_backtrader
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: Click (>=7.0)

===================
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


=======
History
=======

0.1.0 (2020-02-16)
------------------

* First release on PyPI.


