Skip to content

StochRSI Overview

Stochastic RSI applies the Stochastic formula to RSI values instead of price — measuring where current RSI sits relative to its own range over n periods. This creates an extremely sensitive oscillator that reaches overbought/oversold levels more frequently than standard RSI.

StochRSI solves RSI’s main limitation: in strong trends, RSI can stay in extreme zones for long periods. StochRSI normalizes RSI within its own range, producing more frequent signals.


  1. Calculate StochRSI value from the input price/volume data
  2. Apply smoothing if applicable
  3. Compare to threshold or signal line for signal generation
  4. Interpret: Signals indicate momentum direction or extremes

Key Characteristics:

  • Momentum Indicator = Measures momentum direction and strength
  • Signal Line Available = Yes
  • Bounded = Yes (0 – 100)

StochRSI Behavior:

  • Extremely overbought RSI — potential reversal
  • Extremely oversold RSI — potential reversal
  • Signal line crossovers provide timing signals

These are the signal names you select when configuring StochRSI in the algorithm builder or via the MCP agent:

SignalTriggers WhenTypical Use
stochrsi_above_thresholdStochRSI rises above threshold (e.g., 80)Extremely overbought RSI — potential reversal
stochrsi_below_thresholdStochRSI falls below threshold (e.g., 20)Extremely oversold RSI — potential reversal
stochrsi_above_signalLineStochRSI crosses above its signal lineRSI momentum accelerating
stochrsi_below_signalLineStochRSI crosses below its signal lineRSI momentum decelerating

Display: Separate pane

Category: Momentum

Threshold range: 0 – 100


What Stochastic RSI Does Well:

  • Clear Overbought/Oversold Signals
  • Combines well with trend filters
  • Signal line crossovers signals for entry timing