- 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.
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