danuid / backtrader-binance-bot

:money_with_wings: A example of bot using Backtrader to trade Bitcoins in Binance Exchange.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backtrader Binance Bot

A example of bot using Backtrader to trade Bitcoins in Binance Exchange.

This project is not maintained, it is just an example of backtrader usage. Do not use it in production!

Presentation in TDC Belo Horizonte 2019 (pt-BR)

Installation

Activating Virtualenv

make init
source venv/bin/activate

Installing dependencies

make install

Start application

./main.py

Results

alt text

Starting Portfolio Value: 100000.00
Final Portfolio Value: 119192.61

Profit 19.193%
Trade Analysis Results:
               Total Open     Total Closed   Total Won      Total Lost     
               0              10             7              3              
               Strike Rate    Win Streak     Losing Streak  PnL Net        
               1              5              2              19192.61       
SQN: 1.75

About

:money_with_wings: A example of bot using Backtrader to trade Bitcoins in Binance Exchange.

License:MIT License


Languages

Language:Python 97.5%Language:Makefile 1.7%Language:Dockerfile 0.8%