backtrader-binance
backtrader-binance copied to clipboard
Binance API integration with Backtrader.
backtrader-binance
Create your strategy for the Backtrader, do the backtesting and you will also be ready for live trading on the exchange Binance with this integration.
Installation
pip install git+https://github.com/lindomar-oliveira/backtrader-binance.git@main
Usage
See examples folder
Thanks
- backtrader: An incredible library...
- python-binance: For creating Binance API wrapper, shortening a lot of work.