Skip to content

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

License

Notifications You must be signed in to change notification settings

wingbywings/backtrader-binance-bot

 
 

Repository files navigation

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

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.6%
  • Makefile 1.6%
  • Dockerfile 0.8%