Definition of RSI
RSI stands for Relative Strength Index. It is a technical indicator designed to quantify momentum by comparing recent upward price changes to recent downward price changes. RSI is commonly plotted as a single line on a bounded scale, which helps readers compare its current level with its own recent history rather than with any absolute “truth” about price.
A key point is that RSI does not measure “strength” in a fundamental sense. It measures the balance of price movement magnitudes over a specific lookback window, based on a rule for calculating average gains and average losses.
How RSI works (mechanics)
RSI is typically calculated from these ingredients:
- Price changes over each period (for example, the difference between the current and previous closing prices).
- Gains: the positive changes.
- Losses: the negative changes, treated in a way that produces a positive “loss magnitude” for averaging.
- A lookback period (often discussed as 14 periods). This is an assumption you must choose; RSI values change when you change the period.
Conceptually, RSI follows a simple chain:
- Compute average gains and average losses over the chosen lookback window.
- Form a ratio that compares average gains to average losses.
- Convert that ratio into an index that is mapped to a 0–100 range.
Because the calculation depends on exact inputs, two common sources of variation are:
- Which price field is used (close, typical price, etc.).
- Which timeframe you apply the indicator to.
Even if two platforms both say “RSI(14),” differences in implementation can produce different values if their underlying data choices differ.
RSI in forex and adjacent concepts
In forex, RSI is often applied to price series such as an exchange rate pair’s closing prices on a chosen timeframe. The indicator is used as an informational read on momentum dynamics of that chosen series. In practice, traders may discuss ranges of RSI values (for example, near the low end versus the high end) as a way to describe whether recent movements have been dominated by losses or gains.
It can help to distinguish RSI from adjacent ideas:
- Trend direction is usually assessed by comparing price structure across time (for example, higher highs and higher lows), not by momentum alone.
- Moving averages summarize price level and smooth it; RSI summarizes the relative balance of gains and losses.
- Volatility measures the magnitude of fluctuations; RSI is more about the direction-weighted balance, not raw fluctuation size.
This matters because RSI can be discussed as if it “predicts” turns, but the indicator is fundamentally a transformation of past changes. It provides a descriptive statistic of recent price behavior for the selected series and timeframe.
Evidence or example you can verify
A straightforward way to check your understanding without assuming any live data is to compute RSI on a short historical slice you already have.
Example approach (with explicit assumptions):
- Choose a single currency pair and a single timeframe.
- Assume you use closing prices and a lookback period of 14.
- For each period, calculate the gain (if price rose) or the loss magnitude (if price fell).
- Compute the average gains and average losses over the lookback window.
- Apply the RSI mapping rule to obtain a 0–100 value for each step after the initial window.
If you then plot the computed RSI values, you should see a bounded line that responds to changes in the balance of recent upward versus downward moves.
For a worked example style walkthrough, see the internal page: /forex-indicators/momentum-indicators/rsi/what-is-a-worked-example-of-rsi/.
Limitations, risks, and failure modes
RSI is not a standalone forecast tool. Material limitations include:
- Lag from lookback dependency: Because RSI is based on past price changes, it may react only after momentum has shifted. 2. Ambiguity of interpretation: Similar RSI levels can occur in different market regimes (for example, during sharp swings versus slow drift), so “high” or “low” can mean different things depending on context. 3. Input sensitivity: Changing the timeframe, the price field, or the lookback period can materially alter the RSI line. 4.