Strategies

Inside the RSI Cross Strategy

The RSI Cross is one of the most approachable momentum strategies — and a great first bot on StrategyBox. This post breaks down exactly what it does and how to think about its settings.

What RSI measures

The Relative Strength Index (RSI) is a bounded oscillator between 0 and 100 that summarises recent price momentum. Readings near 70 suggest an overbought market; readings near 30 suggest oversold conditions.

The crossover logic

Rather than reacting to a single threshold, the RSI Cross watches RSI cross through a level:

  • Long entry — RSI crosses up through the oversold line (e.g. 30), signalling momentum turning up.
  • Exit / flip — RSI crosses down through the overbought line (e.g. 70).

A crossover filters out the noise of price simply sitting in oversold territory for a long time.

Tuning the parameters

Three knobs matter most: the RSI period (shorter = more signals, more noise), the thresholds (wider bands = fewer but higher-conviction trades), and your position size. Backtest changes on a demo deployment before going live.

Where it shines — and where it struggles

Momentum crossovers work best in trending, liquid markets. In choppy, sideways conditions they can whipsaw, which is exactly why every StrategyBox deployment pairs the signal with hard stop-losses and a drawdown limit.

Want to try it? Deploy the RSI Cross on a demo account and watch the equity curve build in real time.