Git Product home page Git Product logo

stephanakkerman / live-binance-charts Goto Github PK

View Code? Open in Web Editor NEW
43.0 2.0 10.0 220 KB

Dive into real-time cryptocurrency market trends with this Python-based charting tool. Inspired by TradingView's UI, it taps into Binance's live data, offering a sleek and interactive experience for crypto enthusiasts.

License: MIT License

Python 100.00%
graphs plots charts candlestick-chart pyqtgraph finplot binance binance-api tradingview ta technical-indicators crypto cryptocurrency pyqt6 charting plotting technical-analysis

live-binance-charts's Introduction

Live Binance Charts

Python 3.8 Code style: black MIT License


This repository showcases my efforts in visualizing live cryptocurrency price data from the Binance exchange using two distinct implementations.

📊 Implementations

1. finplot

Utilizing finplot combined with PyQt6, this implementation offers a sophisticated and advanced charting solution in Python.

2. mplfinance

Leveraging mplfinance—built on the foundation of the widely-used matplotlib library—this approach provides another way to chart cryptocurrency data. Configure your Binance API keys in src/mplfinance/keys.py to auto-plot your assets, or leave it blank to manually specify the cryptocurrencies you'd like to visualize.

✨ Features

  • Dark Mode: Enjoy a Tradingview-style dark theme for better visual clarity.
  • Customizable View: Easily add or remove charts as per your preferences.
  • Real-time Updates: Stay updated with live data thanks to the Binance websocket integration.

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 

How to run

  • Clone the repository
  • Run python src/finplot/main.py or python src/mplfinance/main.py
  • See result

Images

finplot

Chart

mplfinance

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.