malkadi / Live_Binance_Charts

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 100.0%