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)SR_t=100\frac{RSI_t-RSI^{min}_t}{RSI^{max}_t-RSI^{min}_t}| Symbol | Meaning | Unit |
|---|---|---|
RSI_t | current RSI | percent |
RSI_min | rolling RSI minimum | percent |
RSI_max | rolling RSI maximum | percent |
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
Prerequisites
Required by
Where this concept is used
Evidence and governance
- 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