Metadata-Version: 1.2
Name: aqtlib
Version: 0.1.0
Summary: Asynchronous Quantitative Trading Library
Home-page: https://github.com/kelvingao/aqtlib
Author: Kelvin Gao
Author-email: 89156201@qq.com
License: MIT
Description: AQTLib, Pythonic Algorithmic Trading
        =================================================
        AQTLib (Asynchronous Quantitative Trading Library) is an event-driven algorithmic trading library written in Python,
        that supports backtesting, as well as live trading via Interactive Brokers.
        
        Requirements
        ------------
        
        -  `Python`_ >=3.6
        -  `IB-insync`_ (sync/async framework for Interactive Brokers API,
           tested to work with >=0.9.56)
        -  A running `TWS`_ or `IB Gateway`_ application (version 972 or higher)
        
        .. _Python: https://www.python.org
        .. _IB-insync: https://github.com/erdewit/ib_insync
        .. _TWS: https://www.interactivebrokers.com/en/index.php?f=15875
        .. _IB Gateway: https://www.interactivebrokers.com/en/index.php?f=16457
Keywords: aqtlib algo trading interactive brokers tws asyncio
Platform: any
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
