Gwill / 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.

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.6%Language:Makefile 1.6%Language:Dockerfile 0.8%