Workspace IndexKnowledge Notes › RSI at 70 is not a sell signal — it is a question about the trend

#1507Basics2026-09-18chat

RSI at 70 is not a sell signal — it is a question about the trend

The Relative Strength Index (RSI) is a momentum oscillator that compares the size of recent gains to recent losses and reports the result on a 0–100 scale, developed by J. Welles Wilder in 1978 with a default lookback of 14 periods. It answers one question: is price moving up mostly on up days or mostly on down days, and how fast. The two bands at 70 and 30 mark statistical extremes, not universal sell/buy triggers, and RSI's most useful information is often not the level itself but where it diverges from price. Beginners lose money reading RSI as a switch, sell above 70, buy below 30, instead of as a gauge whose meaning changes with the underlying trend.

For Jayverse this is the second momentum indicator after MACD in the toolkit that flags "this move might be tired," and it is the one most likely to be misread as a mechanical signal by someone new to charts.

Why

A beginner's first RSI mistake is treating 70 and 30 like fixed rules: sell everything above 70, buy everything below 30. In a ranging market that works reasonably often; in a trending market it is close to the worst possible rule, because a strong trend can push RSI above 70 and hold it there for weeks while price keeps climbing. Selling the first overbought reading in a strong uptrend means exiting a winning position early and often re-entering higher. The fix is not to ignore RSI but to read it as two separate signals: the level, which says something about momentum relative to its own recent history, and the shape, meaning divergence between RSI and price, which is a genuinely useful early warning if treated as a warning and not a trade trigger by itself.

How it works

The formula

RSI = 100 − 100 / (1 + RS), where RS is the Wilder-smoothed average of up-closes divided by the Wilder-smoothed average of down-closes over the lookback period, 14 by default. Wilder's smoothing is not a simple moving average; it weights recent bars more like an exponential moving average with roughly a 1/14 smoothing factor, so RSI reacts faster to new bars than a plain 14-bar average would and does not require storing the full lookback window. The practical result: 14-period RSI needs at least 14 closed bars to settle, and its value depends on which timeframe's bars you are computing it on.

Overbought, oversold, and why the meaning shifts with the regime

70 and 30 are the textbook overbought/oversold bands; some traders use 80/20 for fewer, higher-conviction signals, or tune the band width to the instrument's volatility. A rule of thumb, popularized by Constance Brown and widely repeated but not part of Wilder's original text, is that RSI's effective range shifts with the trend regime: in a sustained bull market RSI tends to oscillate roughly between 40 and 80–90, using the 40–50 zone as support on pullbacks rather than falling into oversold; in a sustained bear market it tends to oscillate roughly between 20 and 60, with 50–60 acting as resistance on bounces. Read that as "where does RSI find support and resistance on this chart lately," not as a hard number — it is a pattern to check against the actual chart, not a substitute for looking at it.

Divergence: regular vs. hidden, warning vs. trigger

Regular (classic) divergence is the reversal warning: price makes a higher high while RSI makes a lower high (bearish), or price makes a lower low while RSI makes a higher low (bullish) — momentum is not confirming the new price extreme. Hidden divergence points the other way and favors trend continuation: price makes a higher low while RSI makes a lower low during an uptrend pullback (bullish hidden), or price makes a lower high while RSI makes a higher high during a downtrend bounce (bearish hidden). Both are warnings, not triggers — a divergence can persist or fail for several more bars before price actually turns, so the standard practice is to wait for a price confirmation, a broken trendline, a lower low undone, a candle pattern, before acting on it, rather than entering on the divergence alone.

On TradingView

Add it from Indicators (the "fx" icon on the top toolbar) → search Relative Strength Index → select it; it opens in its own pane below the price chart. Open its settings with the gear icon: the Inputs tab has Length (the lookback, default 14) and Source (default close); the Style tab lets you edit the Upper Band and Lower Band values (default 70/30) and toggle the background fill between them. To draw a trendline on RSI itself, click the RSI pane first so it is the active chart, then pick Trend Line from the left drawing toolbar and connect RSI peaks or troughs the same way you would on price — comparing the slope of that line to a trendline on price is how you spot divergence by eye. To add a moving average on RSI, open the indicator's settings and look for the smoothing section (MA Type and MA Length, with an optional Bollinger Bands standard-deviation field); enabling it plots a moving average line directly on the RSI series, which some traders use for MA-cross signals on momentum the same way they would use a price MA cross.

Where it lands in Jayverse

  • Number: RSI as a momentum column, not a signal generator. Any indicator readings distributed through Number should log both the RSI value and its lookback and timeframe, and never emit a bare "overbought/oversold" flag without the trend context; a reader acting on the flag alone is the mistake this item exists to prevent.
  • Verex: momentum indicators stay out of resolution. RSI and other oscillators are useful for market-maker inventory judgment but have no place in a resolution field; resolution needs a reference rate or a named venue price, not a derived momentum reading.
  • The Auditor: log the RSI parameters, not just the reading. If a research note cites "RSI overbought," the Auditor row should record length, timeframe and band values used, since a 14-period RSI on the daily and a 6-period RSI on the 5-minute chart are not comparable claims.
  • Theory: RSI is a bounded transform of returns. It sits next to the log-returns and volatility items as a worked example of turning a raw price series into a bounded, comparable number, useful groundwork before touching more model-heavy indicators.

Verified and unverified

Verified: Wilder's original formula and 14-period default, the 70/30 convention, and the definitions of regular and hidden divergence are standard technical-analysis material, documented in TradingView's Help Center and in Wilder's own writing. Unverified or a rule of thumb: the specific 40–80/20–60 range-shift numbers, the practice associated with Constance Brown, are a widely cited pattern rather than a fixed law, and vary by instrument and author; treat them as a starting point to check against the chart, not a rule.

Sources: TradingView Help Center (Relative Strength Index) · J. Welles Wilder, New Concepts in Technical Trading Systems · John J. Murphy, Technical Analysis of the Financial Markets · Constance Brown, RSI range-shift concept as commonly cited in technical-analysis literature.

Key expressions

Words and phrases from this page worth keeping, with the Korean meaning and the sentence they come from.

Expression뜻 · 쓰이는 자리
RSI (Relative Strength Index)상대강도지수 · 0~100 사이 모멘텀 오실레이터. "The Relative Strength Index (RSI) is a momentum oscillator"
momentum oscillator모멘텀 오실레이터(가격 변화 속도를 재는 지표군) · RSI, MACD가 속하는 지표 범주. "a momentum oscillator that compares the size of recent gains to recent losses"
lookback (period)관찰 기간(지표가 되돌아보는 봉 수) · 기본값 14를 가리킬 때. "with a default lookback of 14 periods"
RS (relative strength ratio)상대강도 비율(RSI 공식 속 평균 상승/평균 하락 비) · 공식 설명에서만 등장. "RS is the Wilder-smoothed average of up-closes divided by..."
Wilder's smoothingWilder 평활화(단순평균이 아닌 지수형 평활 방식) · RSI·ATR 계산의 핵심 기법. "Wilder's smoothing is not a simple moving average"
overbought / oversold과매수 / 과매도 · 70/30 밴드가 가리키는 상태, 매도·매수 신호로 오해하기 쉬운 개념. "the textbook overbought/oversold bands"
band밴드(기준선) · Upper Band/Lower Band, 설정 화면 용어. "edit the Upper Band and Lower Band values"
regime국면, 장세(강세장/약세장 같은 시장 상태) · RSI 범위가 국면별로 달라짐을 설명할 때. "RSI's effective range shifts with the trend regime"
pullback눌림목(상승 추세 중 일시 조정) · 히든 다이버전스 설명에 등장. "during an uptrend pullback"
bounce반등(하락 추세 중 일시 반등) · pullback의 반대짝. "during a downtrend bounce"
regular divergence일반(클래식) 다이버전스 · 가격과 RSI 고점/저점이 어긋나는 반전 신호. "Regular (classic) divergence is the reversal warning"
hidden divergence히든 다이버전스 · 추세 지속을 시사하는 반대 유형의 다이버전스. "Hidden divergence points the other way and favors trend continuation"
a warning, not a trigger경고이지 트리거가 아니다 · 다이버전스를 단독 매매 신호로 쓰면 안 된다는 원칙. "Both are warnings, not triggers"
confirmation확인(가격 쪽에서 추가로 나와야 하는 근거) · 다이버전스 이후 행동 전 기다리는 것. "wait for a price confirmation"
MA (moving average) / MA cross이동평균 / 이동평균 교차 · RSI 위에 MA를 올려 신호로 쓸 때. "some traders use for MA-cross signals on momentum"
Bollinger Bands standard deviation볼린저 밴드 표준편차 · RSI 설정의 평활화 섹션에서 선택적으로 켜는 필드. "an optional Bollinger Bands standard-deviation field"
reference rate참조 금리(정산에 쓰이는, 관리자·픽싱 시각이 있는 벤치마크) · Jayverse 절에서 RSI와 대비되는 개념. "resolution needs a reference rate or a named venue price"

← All Knowledge Notes · Workspace Index · Top ↑

RSI 70은 매도 신호가 아니다 — 추세에 대한 질문이다

RSI(Relative Strength Index, 상대강도지수)는 최근 상승폭과 하락폭의 크기를 비교해 0에서 100 사이의 값으로 보여주는 모멘텀 오실레이터로, J. Welles Wilder가 1978년에 개발했고 기본 관찰 기간은 14다. 질문은 하나다. 지금 가격 상승이 주로 상승일에서 나오는가, 하락일에서 나오는가, 그리고 그 속도는 얼마나 빠른가. 70과 30 두 밴드는 통계적 극단을 표시할 뿐 보편적인 매도/매수 트리거가 아니며, RSI에서 실제로 유용한 정보는 값 자체보다 가격과 어긋나는 지점(다이버전스)인 경우가 많다. 초보자가 흔히 돈을 잃는 방식은 RSI를 스위치처럼 읽는 것이다. 70 위면 매도, 30 아래면 매수. 그보다는 근본적인 추세에 따라 의미가 달라지는 계기판으로 읽어야 한다.

Jayverse에서 이 지표는 MACD 다음으로 "이 움직임이 지쳤을 수 있다"를 표시하는 두 번째 모멘텀 지표이고, 차트를 막 배우는 사람이 기계적 신호로 오독하기 가장 쉬운 지표다.

초보자의 첫 RSI 실수는 70과 30을 고정 규칙처럼 다루는 것이다. 70 위는 전부 매도, 30 아래는 전부 매수. 횡보장에서는 이 방식이 꽤 잘 먹힌다. 하지만 추세장에서는 거의 최악의 규칙에 가깝다. 강한 추세는 RSI를 70 위로 밀어올린 채 몇 주씩 유지할 수 있고, 그동안 가격은 계속 오르기 때문이다. 강한 상승 추세에서 첫 과매수 신호에 매도하는 것은 수익 중인 포지션을 일찍 청산하고 흔히 더 높은 가격에 재진입하는 결과로 이어진다. 해법은 RSI를 무시하는 것이 아니라 두 가지 별개의 신호로 읽는 것이다. 값 자체는 RSI 자신의 최근 이력 대비 모멘텀에 대해 말해주고, 모양, 즉 RSI와 가격 사이의 다이버전스는 경고로만 다루면 정말 유용한 조기 경보가 된다. 단독 매매 트리거로 쓰지 않는다는 조건에서다.

동작 방식

공식

RSI = 100 − 100 / (1 + RS). 여기서 RS는 관찰 기간(기본 14) 동안 Wilder 방식으로 평활화한 상승 종가 평균을 같은 방식으로 평활화한 하락 종가 평균으로 나눈 값이다. Wilder의 평활화는 단순이동평균이 아니다. 최근 봉에 더 큰 가중치를 주는 지수이동평균에 가까운 방식(평활 계수 약 1/14)이라서, 단순 14봉 평균보다 새 봉에 더 빠르게 반응하고 전체 관찰 구간을 저장할 필요도 없다. 실전에서의 의미는, 14기간 RSI가 안정되려면 최소 14개의 마감된 봉이 필요하고, 값은 어느 타임프레임의 봉으로 계산하느냐에 따라 달라진다는 것이다.

과매수, 과매도, 그리고 국면에 따라 의미가 바뀌는 이유

7030은 교과서적인 과매수/과매도 밴드다. 일부 트레이더는 더 적지만 확신도가 높은 신호를 위해 80/20을 쓰거나, 종목의 변동성에 맞춰 밴드 폭을 조정한다. Constance Brown이 널리 알린, 하지만 Wilder의 원저에는 없는 경험칙 하나는 RSI의 실질적인 움직임 범위가 추세 국면에 따라 이동한다는 것이다. 지속적인 강세장에서는 RSI가 대략 40에서 80~90 사이를 오가며, 눌림목에서 40~50 구간을 과매도로 빠지지 않고 지지선처럼 쓰는 경향이 있다. 지속적인 약세장에서는 대략 20에서 60 사이를 오가며, 반등 시 50~60이 저항처럼 작용하는 경향이 있다. 이것은 고정된 숫자가 아니라 "이 차트에서 최근 RSI가 어디서 지지·저항을 찾는가"로 읽어야 한다. 실제 차트를 보고 확인할 패턴이지, 차트를 보는 것을 대신하는 값이 아니다.

다이버전스: 일반형 대 히든, 경고 대 트리거

일반(클래식) 다이버전스는 반전 경고다. 가격은 고점을 높였는데 RSI는 고점을 낮췄다면(약세), 또는 가격은 저점을 낮췄는데 RSI는 저점을 높였다면(강세), 모멘텀이 새 가격 극단을 확인해주지 않는 것이다. 히든 다이버전스는 반대 방향을 가리키며 추세 지속에 유리하다. 상승 추세의 눌림목에서 가격은 저점을 높였는데 RSI는 저점을 낮췄다면(강세 히든), 하락 추세의 반등에서 가격은 고점을 낮췄는데 RSI는 고점을 높였다면(약세 히든) 그렇다. 둘 다 경고이지 트리거가 아니다. 다이버전스는 가격이 실제로 돌아서기 전까지 몇 봉 더 지속되거나 그냥 무산될 수 있다. 그래서 표준적인 방식은 다이버전스만 보고 진입하는 것이 아니라 가격 쪽 확인, 추세선 이탈, 저점 갱신 실패, 캔들 패턴 등을 기다린 뒤 행동하는 것이다.

TradingView에서

Indicators(상단 툴바의 "fx" 아이콘) → Relative Strength Index 검색 → 선택하면 가격 차트 아래 별도 패널로 열린다. 톱니바퀴 아이콘으로 설정을 열면, Inputs 탭에 Length(관찰 기간, 기본 14)와 Source(기본 종가)가 있고, Style 탭에서 Upper BandLower Band 값(기본 70/30)을 수정하고 두 밴드 사이 배경 채우기를 켜고 끌 수 있다. RSI 자체에 추세선을 그리려면 먼저 RSI 패널을 클릭해 활성 차트로 만든 다음, 왼쪽 그리기 툴바에서 Trend Line을 골라 가격에서 하듯이 RSI의 고점끼리 또는 저점끼리 연결한다. 이 선의 기울기를 가격 추세선의 기울기와 비교하는 것이 눈으로 다이버전스를 찾는 방법이다. RSI에 이동평균을 추가하려면 지표 설정에서 평활화 섹션(MA TypeMA Length, 선택적으로 볼린저 밴드 표준편차 필드)을 찾아 켠다. 이를 켜면 RSI 시리즈 위에 직접 이동평균선이 그려지고, 일부 트레이더는 가격 MA 크로스를 쓰듯 이 모멘텀 MA 크로스를 신호로 쓴다.

Jayverse에서의 위치

  • Number: RSI는 신호 생성기가 아니라 모멘텀 칼럼이다. Number를 통해 배포되는 지표 값은 RSI 수치와 함께 관찰 기간·타임프레임을 반드시 기록해야 하고, 추세 맥락 없이 "과매수/과매도" 플래그만 단독으로 내보내면 안 된다. 그 플래그만 보고 행동하는 독자가 바로 이 항목이 막으려는 실수다.
  • Verex: 모멘텀 지표는 정산에서 배제한다. RSI를 비롯한 오실레이터는 마켓 메이커의 재고 판단에는 유용하지만 정산 필드에는 설 자리가 없다. 정산에는 참조 금리나 명시된 거래소 가격이 필요하지, 파생된 모멘텀 값이 필요한 것이 아니다.
  • Auditor: RSI 수치가 아니라 파라미터를 기록한다. 리서치 노트가 "RSI 과매수"를 인용한다면, Auditor 행에는 사용된 기간, 타임프레임, 밴드 값을 기록해야 한다. 일봉의 14기간 RSI와 5분봉의 6기간 RSI는 서로 비교할 수 있는 주장이 아니기 때문이다.
  • Theory: RSI는 수익률의 유계(bounded) 변환이다. 로그수익률·변동성 항목 옆에, 원시 가격 시계열을 유계이고 비교 가능한 숫자로 바꾸는 예제로 자리한다. 더 모델 집약적인 지표를 다루기 전의 기초 작업으로 유용하다.

확인된 것과 미확인

확인된 것: Wilder의 원래 공식과 14기간 기본값, 70/30 관례, 일반·히든 다이버전스의 정의는 표준 기술적 분석 자료이며 TradingView Help Center와 Wilder 본인의 저술에 문서화되어 있다. 미확인 또는 경험칙: 40~80/20~60이라는 구체적인 범위 이동 수치, Constance Brown과 결부된 관행은 고정된 법칙이 아니라 널리 인용되는 패턴이며 종목과 저자에 따라 달라진다. 규칙이 아니라 차트로 확인해볼 출발점으로 다뤄야 한다.

출처: TradingView Help Center(Relative Strength Index) · J. Welles Wilder, New Concepts in Technical Trading Systems · John J. Murphy, Technical Analysis of the Financial Markets · Constance Brown, 기술적 분석 문헌에서 흔히 인용되는 RSI 범위 이동 개념.

핵심 표현

이 페이지의 영어 본문에서 배울 만한 단어와 표현, 뜻과 나온 자리.

Expression뜻 · 쓰이는 자리
RSI (Relative Strength Index)상대강도지수 · 0~100 사이 모멘텀 오실레이터. "The Relative Strength Index (RSI) is a momentum oscillator"
momentum oscillator모멘텀 오실레이터(가격 변화 속도를 재는 지표군) · RSI, MACD가 속하는 지표 범주. "a momentum oscillator that compares the size of recent gains to recent losses"
lookback (period)관찰 기간(지표가 되돌아보는 봉 수) · 기본값 14를 가리킬 때. "with a default lookback of 14 periods"
RS (relative strength ratio)상대강도 비율(RSI 공식 속 평균 상승/평균 하락 비) · 공식 설명에서만 등장. "RS is the Wilder-smoothed average of up-closes divided by..."
Wilder's smoothingWilder 평활화(단순평균이 아닌 지수형 평활 방식) · RSI·ATR 계산의 핵심 기법. "Wilder's smoothing is not a simple moving average"
overbought / oversold과매수 / 과매도 · 70/30 밴드가 가리키는 상태, 매도·매수 신호로 오해하기 쉬운 개념. "the textbook overbought/oversold bands"
band밴드(기준선) · Upper Band/Lower Band, 설정 화면 용어. "edit the Upper Band and Lower Band values"
regime국면, 장세(강세장/약세장 같은 시장 상태) · RSI 범위가 국면별로 달라짐을 설명할 때. "RSI's effective range shifts with the trend regime"
pullback눌림목(상승 추세 중 일시 조정) · 히든 다이버전스 설명에 등장. "during an uptrend pullback"
bounce반등(하락 추세 중 일시 반등) · pullback의 반대짝. "during a downtrend bounce"
regular divergence일반(클래식) 다이버전스 · 가격과 RSI 고점/저점이 어긋나는 반전 신호. "Regular (classic) divergence is the reversal warning"
hidden divergence히든 다이버전스 · 추세 지속을 시사하는 반대 유형의 다이버전스. "Hidden divergence points the other way and favors trend continuation"
a warning, not a trigger경고이지 트리거가 아니다 · 다이버전스를 단독 매매 신호로 쓰면 안 된다는 원칙. "Both are warnings, not triggers"
confirmation확인(가격 쪽에서 추가로 나와야 하는 근거) · 다이버전스 이후 행동 전 기다리는 것. "wait for a price confirmation"
MA (moving average) / MA cross이동평균 / 이동평균 교차 · RSI 위에 MA를 올려 신호로 쓸 때. "some traders use for MA-cross signals on momentum"
Bollinger Bands standard deviation볼린저 밴드 표준편차 · RSI 설정의 평활화 섹션에서 선택적으로 켜는 필드. "an optional Bollinger Bands standard-deviation field"
reference rate참조 금리(정산에 쓰이는, 관리자·픽싱 시각이 있는 벤치마크) · Jayverse 절에서 RSI와 대비되는 개념. "resolution needs a reference rate or a named venue price"

← 전체 기술 노트 · 워크스페이스 인덱스 · 맨 위 ↑