Skip to content

Bootleg TradingView, but only for assets listed on Binance. Early release, so expect a lot of bugs.

License

Notifications You must be signed in to change notification settings

malkadi/Live_Binance_Charts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Binance Charts

Python 3.8 Code style: black MIT License


This is a simple Python script showing multiple live charts of assets available on Binance.

Note

I will probably do an overhaul of this code in the future, making it use classes and multiple files. I will also redo it by using bokeh for (hopefully) smoother live charts.

Features

  • Dark mode Tradingview style display
  • Remove or add charts to view
  • Real time updates, using the Binance websocket

Dependencies

The required packages to run this code can be found in the requirements.txt file. To run this file, execute the following code block:

$ pip install -r requirements.txt 

Alternatively, you can install the required packages manually like this:

$ pip install <package>

How to run

  • Clone the repository
  • Run $ python src/main.py
  • See result

Images

Chart

About

Bootleg TradingView, but only for assets listed on Binance. Early release, so expect a lot of bugs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%