Direct answer
To assess RSI Range, collect the minimum inputs needed to produce an RSI time series, then define exactly how you turn that series into a “range.” In practice, the data needed falls into four groups: (1) the underlying price inputs and sampling rules, (2) the RSI calculation settings, (3) the timeframe/window definition for what “range” means, and (4) data provenance and quality checks (source consistency, missing values, rounding, and any transformation).
Because different platforms may compute RSI slightly differently (even when they use the same name), you should be explicit about assumptions and verify by recomputing the indicator from the stated inputs.
Mechanism or definition
“RSI” (Relative Strength Index) is a momentum oscillator derived from price changes over a lookback period. The key data you need starts with:
- Price series inputs
- The instrument’s price over time (commonly close prices, but confirm what the definition uses).
- The sampling cadence (for example, 1-minute bars, 1-hour bars, or tick-to-bar aggregation).
- The session handling rules if applicable (how gaps and non-trading periods are represented).
- RSI calculation settings
- Lookback length (often described as a number of periods).
- The method used to smooth average gains and losses (the exact approach matters for the numeric RSI values).
- Whether the RSI value is computed on every bar or updated at specific times.
- “RSI Range” definition (the part many descriptions skip) RSI Range is not a single universally standardized formula; it is a way to describe RSI behavior within a defined band or interval. To assess it, you must specify at least one of the following:
- The RSI band bounds (for example, the numeric interval you consider as “within range”).
- The measurement window used to evaluate the range (for example, the number of past bars during which you compute the band statistics).
- The rule used to summarize the range (such as whether you count time spent inside the band, compute a min/max of RSI within the window, or measure persistence).
- Assumptions for any example If you show or reason about a scenario, you need explicit assumptions: which price field, which timeframe, which RSI lookback, what “range” bounds, and what window length.
Evidence or example
A practical way to confirm you have the right data is to perform a “recompute check.” Start with raw inputs and rebuild the RSI series, then apply your RSI Range rule.
Example checklist for a self-contained assessment:
- Choose a timeframe and sampling rule (for example: use the platform’s bar closes at a defined interval).
- Fix RSI settings: lookback length and the smoothing method.
- Define the RSI Range rule: specify the lower/upper RSI bounds and the evaluation window.
- Verify data integrity: ensure the input series has no unexpected gaps; if missing bars exist, document how they are handled.
- Recompute and compare: calculate RSI from the stated price series and settings. If your recomputed RSI does not match the platform’s displayed RSI, record the mismatch and treat any RSI Range conclusions as provisional.
What you compare matters. You can compare:
- RSI values (point-by-point) to validate indicator computation.
- RSI Range measurements (for example, how often RSI is within bounds) to validate the range rule.
If you cannot recompute exactly, you still can assess RSI Range as a concept, but your conclusions should remain tied to the exact provider settings and assumptions you used.
Limitations and risks
RSI Range assessments can fail or become misleading for several non-broker, non-predictive reasons:
-
Provider calculation differences Even when two sources claim to show “RSI,” differences in smoothing implementation, handling of initial periods, or price field selection can shift RSI values.
-
Data quality problems Missing bars, timezone/session mismatches, corporate action adjustments, or rounding can distort the derived RSI series and therefore the computed range.
-
Definition ambiguity If “range” is defined inconsistently (different bounds, different window lengths, different summarization rules), two analyses may be talking about different objects.
-
Regime changes and conditional behavior RSI relationships with price dynamics are conditional on market volatility and structure. Historical relationships do not guarantee that future observations will behave similarly.