Stochastic RSI (StochRSI) — what it is and how to use it in trading
Definition
Stochastic RSI (StochRSI) applies the Stochastic formula not to price, but to RSI itself — it shows where the RSI reading sits within its own high-low range over the last period candles. Because of this double layer of calculation, it reacts noticeably faster and more sensitively than a plain RSI.
How it works in the builder
The stochrsi operand takes period, smooth1, smooth2 parameters (default 14, 3, 3). The resulting scale can differ from the classic 0-100 depending on the implementation — the builder does not declare it as strictly bounded, so overbought/oversold levels are worth calibrating empirically rather than assuming a fixed pair of values.
What it looks like on the chart
Drawn as a separate panel as a "jumpier", more jagged version of the RSI line — the swings are noticeably sharper and faster than a plain RSI over the same period.
Typical use
Used where a plain RSI reacts too slowly — for example, extreme-zone crossovers in scalping setups. Typical condition: stochrsi(14, 3, 3) crossed_above 0.2 as a faster analog of RSI exiting oversold.
Common pitfalls
The extra sensitivity is both a strength and a weakness — StochRSI produces more signals than RSI, but also more false ones on noise. Since the scale is not guaranteed to be strictly 0-100, comparing against someone else's "standard" levels is worth double-checking against real data.
This block is available in the strategy builder
137 no-code blocks — build an entry condition with this term and test it on history
Historical results do not guarantee future ones. The service is an informational and analytical tool, not an individual investment recommendation; trades are not executed.