Direct answer: define and measure an RSI range
An RSI range in forex is a set of RSI values that you treat as “typical” boundaries for the instrument on a chosen timeframe. To measure it, you compute RSI, then derive an upper and lower limit from historical RSI behavior using a transparent rule (for example, percentiles or swing-based highs and lows). The result is not a fixed universal value; it is conditional on your RSI settings and timeframe.
A practical way to measure it is:
- Choose an RSI calculation setting (commonly a lookback length such as 14) and a timeframe (for example, 1-hour candles).
- Compute RSI for the instrument over a historical window.
- Convert that RSI series into a range using a defined method.
- Validate that the chosen range is reasonably stable over time.
Mechanics: compute RSI, then convert it into a range
1) Compute RSI (input and interpretation)
Relative Strength Index (RSI) is a momentum oscillator that maps recent gains and losses into a bounded value (typically between 0 and 100). The exact calculation uses a lookback period and compares average gains to average losses over that period.
For measuring RSI range, the key is consistency: you must use the same RSI lookback period and the same candle timeframe when building the RSI time series.
2) Choose what “range” means
You need a rule that turns RSI history into two boundaries:
- Percentile-based RSI range: Take the historical RSI distribution and set the lower bound to a low percentile (for example, the 10th percentile) and the upper bound to a high percentile (for example, the 90th percentile). This captures the “typical” spread while reducing the influence of rare extremes.
- Swing-high/swing-low RSI range: Identify local RSI highs and lows (based on a minimum separation in bars). Use those swing values to estimate boundaries (for example, the median of swing highs as the upper bound, and the median of swing lows as the lower bound).
Both approaches are measurable and auditable: another person can reproduce them from the same price data and the same parameters.
3) Measure the range boundaries
Once you have the RSI series and your definition of boundaries, compute:
- Lower RSI bound (RSL): the selected low boundary rule output.
- Upper RSI bound (RSU): the selected high boundary rule output.
- Range width (RSU − RSL): useful for comparing stability across time windows.
Optionally, you can compute the range again for multiple historical windows (for example, rolling monthly or quarterly windows) to observe how stable the boundaries are.
Example checks: verify the range is meaningful
- Stability across time windows: Re-measure the RSI bounds over earlier vs. later sub-periods. If bounds shift dramatically, the “range” is likely not stable under your settings.
- Sensitivity to timeframe: If you repeat the measurement on a different candle timeframe, the RSI series will change, and so will the measured RSI range. This is expected.
- Sensitivity to RSI lookback: Changing the RSI lookback period changes the oscillator’s responsiveness. If the boundaries change a lot when you adjust the lookback slightly, the range may not be robust.
- Out-of-sample sanity check: If you measure bounds on one period and then compute where RSI falls relative to those bounds in a later period, you can judge whether your boundaries remain representative.
These checks do not guarantee performance; they only support whether the range definition is internally consistent and reproducible.
Limitations, risks, and uncertainty
- No single universal RSI range: RSI behavior depends on the instrument and the chosen timeframe. A range measured on one timeframe may not transfer.