backtrader_binance
Binance API integration with Backtrader. Run strategies for Backtest and Live Trading. Get historical price data for Bitcoin, Ethereum and all coins from Binance. EASY create your strategies.
File Explorer
Download Latest Version (.zip)- __init__.py
- binance_broker.py
- binance_feed.py
- binance_store.py
- Config.py
- 01 - Symbol.py
- 02 - Symbol data to DF.py
- 03 - Symbols.py
- 04 - Resample.py
- 05 - Replay.py
- 06 - Rollover.py
- 07 - Get Asset Balance.py
- 08 - Timeframes.py
- 09 - Get Asset Info - no Decimal.py
- 09 - Get Asset Info - through client.py
- 09 - Get Asset Info.py
- 10 - Get Historical Data.py
- BTCUSDT_1d.csv
- BTCUSDT_1d_minus_5_days.csv
- Strategy.py
- 01 - Symbol.py
- 02 - Symbol data to DF.py
- 03 - Symbols.py
- 04 - Resample.py
- 05 - Replay.py
- 06 - Rollover.py
- 07 - Get Asset Balance.py
- 08 - Timeframes.py
- 09 - Get Asset Info - no Decimal.py
- 09 - Get Asset Info - through client.py
- 09 - Get Asset Info.py
- 10 - Get Historical Data.py
- BTCUSDT_1d.csv
- BTCUSDT_1d_minus_5_days.csv
- Strategy.py
- 01 - Live Trade - Just Buy and Sell.py
- 01 - Live Trade.py
- 02 - Live Trade MultiPortfolio.py
- 03 - Live Trade ETH.py
- 04 - Offline Backtest.py
- 05 - Offline Backtest MultiPortfolio.py
- 06 - Live Trade Just Buy and Close by Market.py
- 07 - Offline Backtest Indicators.py
- 08 - Offline Backtest Margin Trade with Leverage 50x - Linear Trade.py
- 01 - Live Trade - Just Buy and Sell.py
- 01 - Live Trade.py
- 02 - Live Trade MultiPortfolio.py
- 03 - Live Trade ETH.py
- 04 - Offline Backtest.py
- 05 - Offline Backtest MultiPortfolio.py
- 06 - Live Trade Just Buy and Close by Market.py
- 07 - Offline Backtest Indicators.py
- 08 - Offline Backtest Margin Trade with Leverage 50x - Linear Trade.py
- LICENSE
- README.md
- requirements.txt
- setup.cfg
- setup.py
# Installation Guide
git clone https://github.com/WISEPLAT/backtrader_binance
Downloads the entire project code from GitHub to your computer.
cd backtrader_binance
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install backtrader_binance
Installs the package published on PyPI directly — no need to clone the source.
pip install git+https://github.com/WISEPLAT/backtrader_binance.git
Installs the package published on PyPI directly — no need to clone the source.
pip install git+https://github.com/WISEPLAT/backtrader.git
Installs the package published on PyPI directly — no need to clone the source.
pip install python-binance backtrader pandas matplotlib
Installs the package published on PyPI directly — no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install backtrader_binance
Installs the package published on PyPI directly — no need to clone the source.
pip install git+https://github.com/WISEPLAT/backtrader_binance.git
Installs the package published on PyPI directly — no need to clone the source.
pip install git+https://github.com/WISEPLAT/backtrader.git
Installs the package published on PyPI directly — no need to clone the source.
pip install python-binance backtrader pandas matplotlib
Installs the package published on PyPI directly — no need to clone the source.
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
Pulled directly from this repo's README.
