aqtlib

Asynchronous Quantitative Trading Library


Keywords
aqtlib, algo, trading, interactive, brokers, tws, asyncio, algo-trading, python
License
MIT
Install
pip install aqtlib==0.3.2

Documentation

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)