Python project that backtests and visualises an RSI based trading strategy on historical market data
This is my 2nd project and it is a Python based backtesting tool that evaluates a trading strategy using the Relative Strength Index (RSI) on historical market data. It simulates trades and compares ...
. ├── 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 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results