Metadata-Version: 2.1
Name: alpyen
Version: 0.1.0
Summary: Python based algo trading platform for IB.
Home-page: https://github.com/peeeffchang/alpyen
Author: P.F. Chang
Author-email: peeeffchang@gmail.com
License: GNU General Public License v3
Keywords: alpyen
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst

======
alpyen
======


.. image:: https://img.shields.io/pypi/v/alpyen.svg
        :target: https://pypi.python.org/pypi/alpyen

.. image:: https://img.shields.io/travis/peeeffchang/alpyen.svg
        :target: https://travis-ci.com/peeeffchang/alpyen

.. image:: https://readthedocs.org/projects/alpyen/badge/?version=latest
        :target: https://alpyen.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Python based algo trading platform for IB.


* Free software: GNU General Public License v3
* Documentation: https://alpyen.readthedocs.io.


Features
--------

Providing a trading platform for IB that includes the functions of
* Data gathering
* Algo signal calculation
* Automatic trading
* Book management

Road Map
--------
* Python notebook functioning prototype
* Python package functioning prototype
* Further enhancement

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 (2021-09-12)
------------------

* First release on PyPI.


