TEACHING LAB

2024 Q1 BTCUSDT-ல் RSI > 70 ஆன பிறகான முழு adjacent price path-ஐப் பார்ப்போம்

2024 Q1-ன் 91 UTC daily candles அனைத்திலும் 14-period Wilder RSI கணக்கிட்டு high readings பிறகு continuation/pause/reversal paths அனைத்தையும் வைத்திருக்கும் lab.

Teaching illustration — educational context, not a market signal or performance chart.

Teaching boundary

இது formula/time-order teaching scenario; backtest அல்ல, RSI reading-ஐ action instruction ஆக மாற்றாது.

Dataset identifier

rsi-overbought-btcusdt-1d-2024-q1

Steps

  • 91 UTC daily rows அனைத்தையும் open time-ஆல் sort செய்து எந்த date-யும் நீக்க வேண்டாம்.
  • Close changes-லிருந்து gain/loss; first 14 average seed; பின்னர் Wilder updates.
  • RSI=100-100/(1+AvgGain/AvgLoss), >70 dates mark செய்யவும்.
  • ஒவ்வொரு marked date-க்கு அடுத்த எல்லா adjacent candles-யும் வைத்துக் கொள்ளவும்; ஒரு path type மட்டும் தேர்வு செய்ய வேண்டாம்.
  • Threshold timing information தராது என்பதை result அருகே காட்டவும்.

Interpretation

>70 selected period-ல் average gains losses-ஐ விட பெரியது; reversal timing இல்லை.

TradingView RSI formula with average gain, average loss and rma smoothing lines
TradingView “Relative Strength Index (RSI)” calculation and smoothing example. Screenshot checked: 2026-07. Formula provenance மட்டும்; timing signal அல்ல.

INR example

Scenario
AvgGain ₹2, AvgLoss ₹1.
Calculation
RS=2; RSI=66.67. AvgGain ₹4, AvgLoss ₹1 என்றால் RSI=80.
Meaning
80 high relative gain ratio; next price change sign தெரியாது.

Common mistake

RSI >70 dates-ல் பின்னர் கீழே சென்ற examples மட்டும் வைத்துக் கொண்டு threshold-ஐ reversal rule போல காட்டுவது.

Checklist

  • 91 rows/date hashes verify செய்யவும்.
  • 14-period/Wilder method பதிவு செய்யவும்.
  • Warm-up rows குறிக்கவும்.
  • All >70 dates include செய்யவும்.
  • Adjacent paths censor செய்ய வேண்டாம்.
  • Orders/costs/positions இல்லை என்று குறிக்கவும்.

Limitations

  • Single spot pair/venue UTC daily data.
  • Period/seed/boundary/source values மாற்றும்.
  • Orders, fees, positions இல்லை.

Risk note

RSI high reading selected lookback strength மட்டும்; next period direction இல்லை.

Source provenance

  • https://www.tradingview.com/support/solutions/43000502338-relative-strength-index-rsi/
  • https://data-api.binance.vision/api/v3/klines?symbol=BTCUSDT&interval=1d&startTime=1704067200000&endTime=1711929599999&limit=1000