Skip to content

Phytys/crypto_trade_bot_binance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto trade bot

1. What it is

Trading bot connected to Binance API.

This project made for fun. So ... Do not use to trade live before you have backtested and modified/ created your own strategy function you are happy with.

2. How to

  1. Update settings and strategy function in bot.py. By default it will not place live orders. ('place_live_orders = False')
  2. Add your API key /secret in config.py
  3. Run trade bot, bot.py
  4. Run dashboard, dashboard.py. To view dashboard, open your browser and type localhost:8050

Prototyped in jupyter notebook where yoy can play with settings and strategy.

CLI:

cli

3. What the Dashboard looks like

  • Graph where you can see trades taken
  • Follow how your cash/coin balance changes over time. Track trades based on startegy even though no live orders are placed
  • Account balance from Binance

graph




graph2

About

trade bot connected to binance API/ websocket.,, include dashboard in plotly dash to visualize trades and balances

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published