. ├── data/ # Shared input data │ └── BTCUSDT-1m-2025-11-ohlc.csv ├── output/ # Generated RSI output files (for verification) ├── python/ # Pure Python implementation ├── python-numba/ # Python with ...
The strategy is simple, it uses the Binance.client library to access real-time data of the asset to analyze, you can install all the requirements in the requirements.txt The calculate_rsi() function ...