Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephanakkerman/binance-volume-chart
Rainbow line chart that displays the percentual price difference in the top volume coins on Binance.
https://github.com/stephanakkerman/binance-volume-chart
binance chart finplot pyqt5 pyqtgraph
Last synced: 2 months ago
JSON representation
Rainbow line chart that displays the percentual price difference in the top volume coins on Binance.
- Host: GitHub
- URL: https://github.com/stephanakkerman/binance-volume-chart
- Owner: StephanAkkerman
- License: mit
- Created: 2021-07-28T10:13:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-06T16:34:30.000Z (about 3 years ago)
- Last Synced: 2024-05-02T00:56:54.970Z (9 months ago)
- Topics: binance, chart, finplot, pyqt5, pyqtgraph
- Language: Python
- Homepage:
- Size: 786 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Binance Line Chart
[![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-380/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![MIT License](https://img.shields.io/github/license/StephanAkkerman/Binance_Line_Chart.svg?color=brightgreen)](https://opensource.org/licenses/MIT)---
## Features
The user can choose to turn 'live mode' on or off, the live data is fetched using the Binance API websocket.Currently there are 4 time frames avaible, these are:
- 1 day
- 1 week
- 1 month
- 1 yearYou can fill in how many lines / coins you want to have displayed, the default is 25.
## 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
```## How to run
- Clone the repository
- Run `$ python src/main.py`
- See result## Screenshots
![1 day 25 coins](https://github.com/StephanAkkerman/Binance_Line_Chart/blob/main/img/1day.png)
![1 month 25 coins](https://github.com/StephanAkkerman/Binance_Line_Chart/blob/main/img/1month.png)