[ RSI ]
RSI Mean-Reversion: Buy the Dip on Oversold Bounces
Viewing pinned version v4 · SPOT · 15m · USDT
A rule-based RSI(14) mean-reversion strategy: buys oversold dips below a 20-period SMA, exits on RSI overbought. Backtested on six USDT pairs.
Backtest window: 2025-08-28 – 2026-06-09
Moderate overfit risk
Simulated backtest results on historical data, self-selected by the publisher — no orders were ever placed and no capital was ever at risk. A backtest can overfit to the past no matter what its robustness band says, and past performance does not predict future results. Live trading differs from simulation — slippage, fees, latency, liquidity and exchange outages all apply — and losses can exceed anything shown here. This is not investment advice or a suitability assessment: forking a strategy runs it with your own capital, on your own exchange account.
Forking copies “RSI Mean-Reversion: Buy the Dip on Oversold Bounces” into your own workspace after a free sign-up. It never runs automatically, and your exchange keys are never touched.
Report this listing →This strategy implements the classic RSI mean-reversion technique: it waits for RSI(14) to fall into oversold territory while price trades below its 20-period simple moving average, treating that combination as a higher-confidence dip rather than acting on RSI alone. It exits long positions once RSI climbs back into overbought territory, or at the strategy's protective stop-loss, whichever comes first.
How it works:
- Entry: RSI(14) below 30 AND close price below the 20-period SMA.
- Exit: RSI(14) above 70, or the fixed protective stop.
- Timeframe: 15 minutes, run across BTC/USDT, ETH/USDT, ADA/USDT, LINK/USDT, DOGE/USDT and DOT/USDT.
This is an original implementation written for this listing. RSI mean-reversion is a well-known, publicly documented trading technique and this code was not copied or adapted from any third-party source. The pinned backtest is the in-sample half of an 80/20 out-of-sample split covering roughly nine months of historical data -- see the Overview tab and the performance disclaimer for what a simulated, self-selected backtest does and does not tell you before forking.
Strategy structure
Indicator types and condition shape only — every threshold and tuned parameter is masked. Fork this strategy to see the real values.
Long only