AAIYUGBeta
LeaderboardRaceWall of FameLitepaperBlogNews
AAIYUG

A skill-based trading competition platform.

✉ hello@aiyug.com

Dubai, United Arab Emirates

PRE-LAUNCH · REGISTRATION IN PROGRESS
Platform
LeaderboardLive raceWall of FameHow it worksLitepaperBlogMarkets newsJoin free
Legal
Terms & ConditionsPrivacy PolicyCompetition RulesRisk Disclaimer

Simulated trading only. No real money is traded. AIYUG is not financial advice and is not a regulated financial service. Read the full risk disclaimer →

© 2026 AIYUG. All rights reserved.

LeadersRaceFameBlogNews
Blog
Strategy· 22 September 2026 · 6 min read

RSI Indicator Explained with Examples

Clear, practical guide to the Relative Strength Index: formula, interpretation, entry/exit ideas, worked example, and risk-management tips for retail traders.

A
AIYUG Desk
Content & education team

What is the RSI and why traders use it

The Relative Strength Index (RSI) is a momentum oscillator that measures the speed and change of price movements. Developed by J. Welles Wilder Jr., RSI oscillates between 0 and 100 and is commonly used to identify overbought and oversold conditions, gauge trend strength, and generate timing signals.

In plain terms: RSI attempts to quantify whether recent gains outweigh recent losses (and by how much). High RSI means recent gains dominate; low RSI means recent losses dominate.

Primary uses for retail traders

  • Spot potential reversals: look for overbought (commonly >70) and oversold (<30) readings.
  • Confirm trend strength: RSI above 50 supports bullish bias; below 50 supports bearish bias.
  • Divergence signals: price makes new high (low) while RSI fails to, suggesting weakening momentum.

This article focuses on how RSI is calculated, how to read its signals, and a concrete worked example with numbers you can replicate.

RSI formula (the mechanics)

RSI is computed in steps using the average gain and average loss over N periods (default N = 14):

  1. Calculate each period's change: change = close_today - close_yesterday.
  2. Separate gains (positive changes) and losses (absolute value of negative changes).
  3. Compute the initial Average Gain = (sum of gains over N periods) / N. Same for Average Loss = (sum of losses over N periods) / N.
  4. For subsequent periods, use Wilder's smoothing:
  5. - Average Gain_today = ((Average Gain_yesterday (N - 1)) + Gain_today) / N - Average Loss_today = ((Average Loss_yesterday (N - 1)) + Loss_today) / N

  6. Calculate RS (Relative Strength) = Average Gain / Average Loss
  7. RSI = 100 - (100 / (1 + RS))

If Average Loss is zero, RSI is 100. If Average Gain is zero, RSI is 0.

Interpreting levels: overbought and oversold RSI

  • Classic thresholds: overbought >70, oversold <30. These are not absolute triggers — they indicate elevated probability of a pullback or bounce.
  • In strong trends, RSI can remain overbought (or oversold) for extended periods. Use trend context: in a strong uptrend, readings above 50 and frequent RSI >70 strengthen bullish interpretation.
  • Look for confirmation (price action, volume, support/resistance) before acting on an RSI extreme.

Worked example — 14-period RSI step-by-step

Hypothetical daily closes for 15 days (values are illustrative): Day 1: 100 Day 2: 102 Day 3: 101 Day 4: 103 Day 5: 104 Day 6: 105 Day 7: 107 Day 8: 106 Day 9: 108 Day 10: 110 Day 11: 111 Day 12: 110 Day 13: 112 Day 14: 113 Day 15: 115

Step 1 — compute day-to-day changes for days 2–15: +2, -1, +2, +1, +1, +2, -1, +2, +2, +1, -1, +2, +1, +2

Step 2 — separate gains and losses (first 14 changes are used to calculate initial averages): Gains: 2, 0, 2, 1, 1, 2, 0, 2, 2, 1, 0, 2, 1, 2 Losses: 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0

Step 3 — sum gains and losses for initial 14 periods: Sum Gains = 16 Sum Losses = 3

Initial Average Gain = 16 / 14 ≈ 1.1429 Initial Average Loss = 3 / 14 ≈ 0.2143

Step 4 — compute RS and RSI after day 15 (using these initial averages): RS = Avg Gain / Avg Loss ≈ 1.1429 / 0.2143 ≈ 5.333 RSI = 100 - (100 / (1 + RS)) = 100 - (100 / 6.333) ≈ 100 - 15.79 ≈ 84.21

Interpretation: RSI ≈ 84 suggests a strong recent run of gains and an overbought reading. In isolation this signals elevated risk of a pullback, not a guaranteed reversal.

If you continued to day 16, you'd use Wilder's smoothing to update averages rather than recomputing simple means.

How traders turn RSI into trade ideas (practical steps)

  1. Choose your timeframe (daily for swing trades, 5–15 min for intraday). RSI behavior differs by timeframe.
  2. Set N (default 14). Shorter N (e.g., 7) makes RSI more sensitive; longer N (e.g., 21) smooths it.
  3. Combine signals: look for RSI crossing above 50 to confirm uptrend, or a drop below 50 to confirm downtrend.
  4. Use overbought (>70) and oversold (<30) as alert zones, not automatic trade triggers.
  5. Apply divergence rules: bullish divergence = price lower low but RSI higher low; bearish divergence = price higher high but RSI lower high.
  6. Apply risk management: define stop-loss levels and position size before entry.

Example entry rules (illustrative, not advice):

  • Long when RSI crosses above 30 from below and price finds support at a known level. Stop below recent swing low. Target partial profit if RSI >70.
  • Short when RSI crosses below 70 from above in a downtrend, with stop above recent swing high.

Limitations and pitfalls

  • RSI is a lagging, smoothed indicator — it tells you about recent momentum, not guarantees of future direction.
  • False signals in choppy markets are common. Always confirm with price action and risk controls.
  • In strong trends, RSI overbought/oversold extremes can persist.

Practice the technique in a risk-free environment: AIYUG's free paper-trading race (https://aiyug.trading/race) lets you test RSI setups with virtual money and real market data.

No guarantees: indicators are tools, not oracles. Backtest any strategy on historical data and limit position size to control risk.

FAQ

What RSI setting should I use?

The default is 14 periods and works well for many retail traders. Shorter periods (e.g., 7) increase sensitivity for faster signals; longer periods (e.g., 21) smooth the output for fewer false signals. Choose based on timeframe and test via backtesting or paper trading.

Does RSI alone tell me when to buy or sell?

No. RSI highlights momentum and potential overbought/oversold conditions. Use it with price action, trend context, support/resistance, and strict risk management. Treat RSI signals as part of a trading plan, not a standalone instruction.

What is RSI divergence and why does it matter?

Divergence occurs when price makes a new high (or low) but RSI fails to confirm with a corresponding new high (or low). This can indicate weakening momentum and increase the probability of a reversal, but divergence should still be confirmed with other signals before acting.

Strategy

Put it into practice — free

Join this week’s AIYUG race: virtual capital, real market data, real recognition from investors. No deposit, no KYC.

Keep reading
Strategy · 21 Sept 2026 · 6 min

Practical Moving Average Crossover Strategy

A clear, step-by-step guide to the moving average crossover trading strategy, including formulas, a worked example, and risk-management rules.

Strategy · 20 Sept 2026 · 6 min

How to Read Candlestick Chart Patterns — A Practical Guide

Learn how to read candlestick chart patterns with clear rules, formulas, and a worked example covering doji, hammer, and engulfing pattern detection.

Strategy · 25 Aug 2026 · 6 min

How to Backtest a Trading Strategy Step by Step

A practical, step-by-step guide to backtesting: data, rules, metrics, common mistakes, and a worked example you can run in a spreadsheet.