FTB-C000421 / Indicator

Raw Stochastic RSI

Raw Stochastic RSI is one hundred times current RSI minus its rolling minimum divided by rolling maximum minus rolling minimum.

Also known asraw StochRSI

Definitions

In plain terms

It produces a zero-to-100 range-position value before optional smoothing.

Technical

If all RSI values in the window are equal, the denominator is zero and this package returns unavailable.

Scope

It is not final smoothed percent K or percent D.

Formula

Raw StochRSI = 100 * (RSI - min RSI) / (max RSI - min RSI)
LaTeX: SR_t=100\frac{RSI_t-RSI^{min}_t}{RSI^{max}_t-RSI^{min}_t}
SymbolMeaningUnit
RSI_tcurrent RSIpercent
RSI_minrolling RSI minimumpercent
RSI_maxrolling RSI maximumpercent

Output unit: percent

Examples

  • A governed lesson calculates or identifies Raw Stochastic RSI only after its inputs, window, state, scale, and edge cases are declared.

Common misconceptions

  • It is not final smoothed percent K or percent D.

Concept relationships

Where this concept is used

Evidence and governance

  1. Stochastic RSI TA-Lib · first party technical publication

    Supports: preferred label, short definition, technical definition, formula

    Limits: Output scale, nested warm-up, RSI seed, smoothing type, and flat-RSI-window behavior require explicit policy.

Reviewed by
fintech-builder-batch-008
Last reviewed
2026-07-29
Next review
2027-07-29
Record status
published