Strategy Detail
RSI Mean Reversion
Buys oversold RSI dips and shorts overbought spikes, exits on a cross back through a neutral threshold. The textbook short-term mean reversion shape, parameterized.
Sample runs (4)
NQ 1D · 2020-2024
RSI(2), Long
- Win rate
- 66.67%
- Profit factor
- 1.88
- Max drawdown
- 20.29%
ES 1D · 2020-2024
RSI(2), Long
- Win rate
- 80.33%
- Profit factor
- 2.02
- Max drawdown
- 23.96%
GC 1D · 2020-2024
RSI(2), Long
- Win rate
- 54.17%
- Profit factor
- 1.14
- Max drawdown
- 27.57%
What It Does
RSI Mean Reversion runs on a single contract at one timeframe. On every bar close it computes the current RSI value over the configured period and compares it to four thresholds: an oversold level, an overbought level, a long-exit level, and a short-exit level.
- If the strategy is flat, the side is long-only or both, and RSI crosses down through the oversold level, it goes long at the close.
- If the strategy is flat, the side is short-only or both, and RSI crosses up through the overbought level, it goes short at the close.
- A long position exits when RSI crosses up through the long-exit level.
- A short position exits when RSI crosses down through the short-exit level.
Crossover detection is symmetric. The strategy tracks the previous bar’s RSI and only fires when the line moves through the threshold; sitting below the threshold for multiple bars produces one entry, not a stream of them.
There are no stops, no profit targets, no trend filters, no position sizing beyond a fixed contract count. The RSI cross is the only exit. Holding period is whatever RSI takes to mean-revert.
Why It Works (Sometimes)
Mean reversion at short horizons is one of the better-documented edges in liquid equity indices. After a sharp move down, the next day’s return is on average slightly positive; after a sharp move up, the next day is on average slightly negative. Larry Connors codified this with RSI-2 in the mid-2000s, and the pattern has held up reasonably well in equity index futures since.
The edge is small, the variance is large, and the strategy can chain a string of winners before a single big trend move erases them. RSI mean reversion strategies tend to look great until they don’t, and the “don’t” usually coincides with a regime change to trending markets. The presets here are the textbook starting points; before relying on any of them, run them through a regime that matches what you actually trade.
Presets
Five presets cover the canonical variants:
- Connors’ RSI-2 Long / Short: the original short-term setup. Fires often (typically 10-30 trades per year on a daily contract), short holding periods, high win rate, ugly tail.
- RSI-14 Oversold Long / Short: the textbook slower variant. Fires rarely, holds longer, less prone to whipsaw.
- RSI-7 Two-Sided: a middle ground that takes both long and short entries off intermediate RSI extremes.
Use the form to set your own period and thresholds; the presets are starting points, not endpoints.
Best In
- Mean-reverting regimes. Range-bound markets, post-shock reversion, post-event chop.
- Liquid equity index futures (NQ, ES) where the mean-reversion edge is best documented.
- Research where you want a clean, well-known baseline to compare a more sophisticated mean-reversion idea against.
Where It Struggles
- Strong directional trends. RSI-2 in a bull market will short overbought spikes that keep going up; long-only variants avoid this side of the failure but still get smaller wins.
- Single-sided regimes that last for months. The strategy has no regime filter; it will keep entering whether the setup is working or not.
- Markets with persistent skew (commodities in a structural backwardation, for example). The two-sided preset can be especially exposed.
Possible Uses
- A control strategy when evaluating other short-term reversion ideas: any setup whose returns track RSI-2 long is not adding much.
- An honest stress test of the “mean reversion” thesis on whatever contract and timeframe you care about. The same parameter set can be sampled across regimes.
- A starting point for layered strategies. RSI dips combined with a regime filter, or with a volatility filter, or with a position-sizing rule, often produce more usable backtests than the bare strategy does.
What It Does Not Do
- No stops, no targets, no time exit. If RSI never crosses back through the exit threshold, the position is held until the strategy is shut down.
- No volatility-adjusted thresholds. The same
oversoldvalue applies across calm and chaotic regimes. - No re-entry while in position. Once a long is open, additional RSI dips below oversold are ignored.
FAQ
Does RSI mean reversion actually work?
RSI mean reversion captures the tendency of short-term price extremes to snap back toward a neutral level. It tends to work in choppy, range-bound conditions and to struggle when a market trends hard and stays oversold or overbought for a long time. Whether it is profitable depends on the contract, timeframe, and thresholds. Run the backtest to see the win rate and profit factor for your settings.
What RSI settings does this strategy use?
It compares the current RSI to four thresholds: oversold for long entry, overbought for short entry, and separate long-exit and short-exit levels. The classic short-term setup uses a low RSI period with deep oversold and overbought levels, the shape behind the well-known RSI-2 idea. The form lets you set the period and all four thresholds.
Is a high win rate from RSI mean reversion reliable?
Mean reversion strategies often show high win rates because they exit on a small bounce, but the occasional trade that keeps going against the position can erase many small wins. Look at average win versus average loss and the drawdown, not the win rate alone. The backtest on this page reports all of them so you can judge the trade-off honestly.
Presets (5)
Named parameter bundles for this family. Pick one to see its parameters and pre-fill the New Backtest form. The form lets you adjust contract, date range, and capital before running.
Preset
Connors' RSI-2 Long
Buy when RSI-2 dips below 10, exit when it crosses back above 70. The classic short-term mean reversion pattern from "Short Term Trading Strategies That Work".
Preset
Connors' RSI-2 Short
Short when RSI-2 spikes above 90, exit when it crosses back below 30. The bearish mirror of the Connors long-side setup.
Preset
RSI-14 Oversold Long
Buy when standard RSI-14 falls below 30, exit when it crosses back above 50. Slower, fewer trades, larger holding periods than the Connors setup.
Preset
RSI-14 Overbought Short
Short when RSI-14 rises above 70, exit when it crosses back below 50. Bearish mirror of the RSI-14 oversold setup.
Preset
RSI-7 Two-Sided
Trade both sides off RSI-7 extremes (long below 20, short above 80). A middle ground between the fast Connors setup and the standard RSI-14 bands.