A Python backtesting framework for a RSI + Volume Spike + Candlestick Wick reversal strategy on Bitcoin historical data. Includes both a CLI and a GUI interface. ├── gui.py # GUI (tkinter) — fetch ...
Goal: Combine Python's agility with Rust's deterministic, high-performance simulation to eliminate performance bottlenecks, look-ahead bias, and poor reproducibility. Scope: Mainly crypto spot/futures ...