Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lindomar-oliveira/backtrader-binance
Binance API integration with Backtrader.
https://github.com/lindomar-oliveira/backtrader-binance
backtrader binance bitcoin bot btc cryptocurrency live-trading
Last synced: about 1 month ago
JSON representation
Binance API integration with Backtrader.
- Host: GitHub
- URL: https://github.com/lindomar-oliveira/backtrader-binance
- Owner: lindomar-oliveira
- License: mit
- Created: 2021-03-10T04:10:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-25T01:58:54.000Z (over 3 years ago)
- Last Synced: 2023-03-11T10:43:01.054Z (almost 2 years ago)
- Topics: backtrader, binance, bitcoin, bot, btc, cryptocurrency, live-trading
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 94
- Watchers: 4
- Forks: 52
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# backtrader-binance
Create your strategy for the [Backtrader](https://www.backtrader.com), do the backtesting and you will also be ready for live trading on the exchange [Binance](https://www.binance.com/pt-PT/register?ref=D9K8QI13) 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](https://github.com/sammchardy/python-binance): For creating Binance API wrapper, shortening a lot of work.License
=======[MIT](https://choosealicense.com/licenses/mit)