Basana is a Python async and event driven framework for algorithmic trading, with a focus on crypto currencies.
- Backtesting exchange so you can try your trading strategies before using real funds.
- Live trading at Binance and Bitstamp crypto currency exchanges.
- Asynchronous I/O and event driven.
The examples use TALIpp for the technical indicators, pandas and statsmodels.
$ pip install basana[charts] talipp pandas statsmodels
$ python -m basana.external.binance.tools.download_bars -c BCH/USDT -p 1h -s 2021-12-01 -e 2021-12-26 -o binance_bchusdt_hourly.csv
$ python -m basana.external.binance.tools.download_bars -c CVC/USDT -p 1h -s 2021-12-01 -e 2021-12-26 -o binance_cvcusdt_hourly.csv
$ python -m samples.backtest_pairs_trading
The Basana repository comes with a number of examples you can experiment with or use as a template for your own projects:
Note that these examples are provided for educational purposes only. Use at your own risk.
https://basana.readthedocs.io/en/latest/
You can seek help with using Basana in the discussion area on GitHub.