Skip to content

Mehdi-Lou/QuantTrading

Repository files navigation

quanttrading2

Backtest and live trading in 100% pure Python.

Backtest

Backtests Blog

Backtests examples

Param search example

Live trading

# install ib and ib api
download and install IB TWS or IB Gateway
download and install official IB API. https://www.interactivebrokers.com/en/index.php?f=5041
cd TWS API/source/pythonclient
pip install .
config connection https://interactivebrokers.github.io/tws-api/initial_setup.html

# launch live trading
cd examples
python live_engine.py

There exists QuantTrading(1) in C#. This one with suffix 2 is written in Python.

gui

DISCLAIMER Open source, free to use, free to contribute, use at own risk. No promise of future profits nor responsibility of future loses.

About

Backtest and live trading in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 43.0%
  • Python 36.2%
  • JavaScript 11.4%
  • CSS 4.6%
  • Jupyter Notebook 4.6%
  • Batchfile 0.1%
  • Makefile 0.1%