Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 746 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 746 Bytes

Binance Cryptocurrency Data Analysis, Plotting, and Prediction Script

Features

  • Fetch historical price data from Binance.
  • Fetch funding rate data for futures trading pairs.
  • Calculate the Relative Strength Index (RSI) for price data.
  • Merge historical price data and funding rate data into a unified dataset.
  • Save the combined data and other results into CSV files.
  • Create plots for price and RSI development.

Usage

docker compose up -d
docker compose exec -it python bash

Get Requirements

pip install -r requirements.txt

Get Data and create CSV

Examples:
python app/main.py SOLUSDT 30m # Coin interval
python app/main.py BTCUSDT 15m

create plot from CSV

python app/plot.py