-
Notifications
You must be signed in to change notification settings - Fork 26
Home
Hanks edited this page Apr 3, 2026
·
2 revisions
This wiki is the structured documentation layer for the Short-Term-Reversal-Strategy repository.
The project studies a short-term reversal call-buying setup built around large intraday drawdowns, historical recovery probability, staged optimization, and live paper monitoring.
- Universe:
qqq_plus_leverage_etfs = qqq_only_filtered + SOXL + UPRO - Lookback window:
60d - Dynamic trade gate:
matched_signals >= 10 - Minimum current drop:
> 0.5% - Trade framing: near-ATM calls, roughly
30DTE in backtests - Exit ladder:
+10% / +15% / -10%
- Official featured backtest:
+1709.09%total return,-44.30%max drawdown,63.33%win rate,4.28Sharpe - Featured backtest window:
2025-03-31to2026-03-31 - The project also maintains a GitHub-published live paper dashboard with scheduled no-lookahead scans.
- This wiki is intended to make the project easier to navigate for first-time readers.
- For full code, result files, and plots, use the main repository.