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 ...
Evaluation allows us to assess how a given model is performing against a set of specific tasks. This is done by running a set of standardized benchmark tests against the model. Running evaluation ...