Skip to main content
ForexNews24
TrendM15–H1Beginner

RSI Breakout strategy: rules and backtest

RSI Breakout enters in the direction of the trend at the moment RSI crosses the midpoint of its scale, confirming a shift in momentum.

Strategy parameters
ParameterValue
TypeTrend
TimeframeM15–H1
ComplexityBeginner
InstrumentEUR/USD

How the signal works

The strategy uses RSI not as an overbought gauge but as a momentum meter: a cross of the 50 level means average gains have begun to outweigh average losses, or vice versa. An EMA(50/200) filter discards signals against the primary trend — entry is allowed only in its direction.

This design deliberately trades an early entry for reliability: RSI crosses 50 only after the move has already started. In return it filters out false reversals in a range, where RSI drifts around the midpoint without producing a durable cross.

Verification on real data

This strategy’s rule is run on real quotes with no parameter fitting to history. The rule tested was “RSI Breakout: entry as RSI leaves the zone”:

  • Long when RSI(14) crosses above 50 while EMA(50) is rising.
  • Short when RSI(14) crosses below 50 while EMA(50) is falling.
  • The direction is held while RSI stays on its side of 50.
-4.3%
Return / year (CAGR)
7.3%
Max drawdown
-1.21
Sharpe ratio
19%
Winning trades
16
Trades in period
28%
Time in market
949799102105
StrategyBuy and hold
Equity curve of the rule versus passive buy-and-hold on a EUR/USD sample, 2025-06-16 — 2026-07-20. On this sample the strategy trailed buy-and-hold. This is a result on one instrument over one period — an illustration of the mechanics, not a promise of returns.
How to read this result
The figures above are the behaviour of the rule on a specific sample of one instrument over a limited period, including costs — not an assessment of the strategy "in general". On another market or in a different phase the result would differ. The value of the run is its honesty: the same rule on the same data will reproduce these numbers for anyone who repeats the calculation.

Pros and cons

Pros
  • A simple, unambiguous signal that is easy to code and verify.
  • The trend filter removes some false entries against the move.
  • RSI is normalised, so thresholds carry across instruments.
Cons
  • It lags: the cross of 50 arrives after the move has begun.
  • In a range it produces a run of false crosses.
  • It contains no position-management rules — only direction.

Pitfalls

The main mistake is applying RSI Breakout where there is no trend: without a direction filter, crosses of 50 in a range turn into a stream of losing entries. The second trap is believing RSI marks a reversal: it only marks a change in the sign of momentum, and in a strong trend the 50 level goes weeks without being crossed.

Who it suits

For traders working trending instruments on daily and hourly bars who accept a lagging entry in exchange for noise filtering. Not suited to ranging markets.

Frequently asked questions

Why enter on RSI rather than on price?

RSI smooths price noise and normalises momentum onto a 0–100 scale, so a cross of 50 is a more durable signal of a momentum shift than price crossing a moving average, which is more sensitive to individual bars.

Why is the EMA filter needed?

Without it the strategy enters in both directions and, in a range, generates a losing run. The EMA(50/200) filter allows entry only in the direction of the primary trend, cutting counter-trend signals.

What does the backtest below show?

The behaviour of the rule on a real EUR/USD sample over a limited period. It is an illustration of the mechanics, not a promise of returns: on a trending market the result would differ from a ranging one.

From research to application

In our Allocation product we implemented these algorithms with all the nuances covered across the portal.

Learn about Allocation