Workspace IndexKnowledge Notes › A moving average is last N closes smoothed — its length decides which trend it tracks

#1505Basics2026-09-18chat

A moving average is last N closes smoothed — its length decides which trend it tracks

A moving average is a line built from a security's own recent closing prices and plotted on the same chart as price. Two versions dominate: the simple moving average (SMA), an equal-weighted mean of the last N closes, and the exponential moving average (EMA), a weighted mean that leans on recent prices and reacts faster. The length you choose, most often 20, 50 or 200 on a daily chart, decides which cycle the line summarizes: roughly a month, a quarter or a year of trading. Traders read a moving average three ways: whether price sits above or below it, which way it is sloping, and whether a faster MA has crossed a slower one. None of the three is reliable alone, and all three fail the same way when a market is not trending.

For Jayverse this is the basic building block behind any "is this market trending" language, whether that shows up in Number's chart commentary or in how Verex describes a market's price behavior before resolution.

Why

A single closing price is noisy: one large order, a headline, or a thin trading session can move it. A moving average removes that noise by averaging, so the line describes what price has actually done over a stretch of time rather than on one candle. For a beginner the failure it prevents is reading a single day's close as trend information. A moving average forces the question "over what window" before anyone says a market is going up or down.

How it works

SMA and EMA in one line each

  • SMA: SMA_N = (sum of the last N closes) / N — an equal-weighted average; each of the N days counts the same.
  • EMA: EMA_today = price_today × k + EMA_yesterday × (1 − k), with k = 2 / (N + 1) — a weighted average that leans on recent closes and updates every bar.

Because of that weighting, an EMA turns sooner than an SMA of the same length when price changes direction. An SMA lags more but is steadier: one outlier close barely moves it, while the same outlier moves an EMA more.

The 20/50/200 convention

On a daily chart these three lengths are a rough proxy for a month, a quarter and a year of trading activity (about 21, 63 and 252 trading days respectively; 200 is the traditional rounding of the last one, not an exact year).

LengthTrading days it coversRough proxyCommon use
20~1 monthshort-term trendentries, pullback support
50~1 quartermedium-term trendtrend confirmation
200~1 yearlong-term trendbull/bear regime line

Slope, price position and the crosses

Three read-outs, roughly in order of reliability:

  1. Price above or below the MA is the crudest filter — above the 200-day is a common rule of thumb for "not a bear market," nothing more.
  2. Slope carries more information than position alone: a flat MA with price crossing it repeatedly is a range, not a trend, even if price happens to sit above the line right now.
  3. Golden cross / death cross: the 50 crossing above the 200 (golden) or below it (death) is a trend-confirmation signal, not a prediction. Because both lines are already averages, a cross by definition lags the actual turn in price, sometimes by several weeks; it confirms a trend that is already underway rather than calling the top or bottom.

Dynamic support/resistance and the whipsaw failure

In a clear uptrend, price often pulls back toward a rising MA and bounces; in a clear downtrend, the same MA often caps rallies. This works less because of any physical law and more because enough participants watch the same lines and act near them, making it partly self-fulfilling. It also only works while a trend exists. In a sideways, choppy market, price crosses the MA back and forth with no follow-through, each crossing looking like a signal and each one failing. That repeated false-signal pattern is called a whipsaw, and it is the standard failure mode of any single moving-average system. The standard defense is to never use one MA alone: combine slope with position, use two or three lengths together, or pair a moving average with a separate indicator (volume, RSI) before treating a cross as actionable.

On TradingView

  • Open Indicators (the fx icon on the toolbar) and search "Moving Average" for the SMA, or "Moving Average Exponential" for the EMA; TradingView ships both as separate built-in indicators.
  • Add three instances, one each at length 20, 50 and 200, then open each one's settings (gear icon) and give it a distinct color under Style so the three lines stay visually separable on a busy chart.
  • Once the three are set up the way you want, save the combination as an indicator template (the star/template control in the indicator toolbar) so it loads in one click on any other chart instead of being rebuilt each time.
  • TradingView also ships a Ribbon indicator that plots several MAs of increasing length as a stacked band in one tool — it exists and is worth knowing the name of, but skip it for now; three individually configurable MAs are easier to reason about than one bundled ribbon while you are still learning what each length means.

Where it lands in Jayverse

  • Number: trend state as a labeled field, not an adjective. When a reading describes a market as "trending" or "ranging," back it with the same three read-outs here (slope, position, cross state) at stated lengths, so the label is reproducible rather than a feel.
  • Verex: resolution-adjacent price description, never a resolution input. A moving average is a smoothing tool for narrative and monitoring dashboards, not a valid resolution source; keep it out of any field that settles a market, per the existing reference-rate rule.
  • Auditor: state the lengths and MA type in the methodology. "20/50 golden cross" is not auditable until it also says SMA or EMA and the exact window; write that down once so anyone re-deriving a chart's trend call gets the same answer.
  • Theory: the EMA weight k = 2/(N+1) is the same exponential-decay shape as other smoothing formulas. Worth keeping next to log-returns and volatility items as the same family of "weight recent data more" math.

Verified and unverified

Verified: the SMA and EMA formulas, the golden/death cross definitions, and the general lag-and-whipsaw behavior are standard technical-analysis material found in any charting reference and in TradingView's own documentation of these indicators. Unverified, or rule of thumb: the exact "month/quarter/year" trading-day mapping is an approximation (calendar months and quarters do not have a fixed number of trading days), and claims about how often a golden cross precedes further gains are empirical and debated rather than settled law.

Sources: TradingView Help Center (Moving Average, Moving Average Exponential indicator docs); Murphy, Technical Analysis of the Financial Markets; Dow theory.

Key expressions

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

Expression뜻 · 쓰이는 자리
moving average (MA)이동평균(최근 N개 가격의 평균선) · 이 항목 전체의 주제어. "A moving average is a line built from a security's own recent closing prices"
SMA (simple moving average)단순이동평균(동일 가중 평균) · EMA와 대비되는 기본형. "the simple moving average (SMA), an equal-weighted mean"
EMA (exponential moving average)지수이동평균(최근 가격에 더 가중) · SMA보다 빠르게 반응. "the exponential moving average (EMA)... reacts faster"
equal-weighted동일 가중의 · SMA의 계산 방식을 설명. "an equal-weighted mean of the last N closes"
weighted average가중 평균 · EMA의 계산 방식. "a weighted average that leans on recent closes"
trading days거래일 · 달력일이 아니라 실제 장이 열린 날 수. "about 21, 63 and 252 trading days respectively"
rough proxy대략적인 대용치 · 정확한 값 대신 쓰는 근사. "a rough proxy for a month, a quarter and a year"
slope기울기 · 이동평균이 오르는지 내리는지. "Slope carries more information than position alone"
golden cross골든크로스(단기선이 장기선을 상향 돌파) · 추세 확인 신호. "the 50 crossing above the 200 (golden)"
death cross데드크로스(단기선이 장기선을 하향 돌파) · 골든크로스의 반대. "or below it (death)"
lag지연(늦게 반응함) · 이동평균과 크로스 신호의 공통 한계. "a cross by definition lags the actual turn in price"
dynamic support/resistance동적 지지/저항(고정선이 아니라 움직이는 이동평균이 지지·저항 역할) · 상승·하락 추세에서의 이동평균 활용. "price often pulls back toward a rising MA and bounces"
whipsaw휩소(레인지장에서 반복되는 거짓 신호로 인한 손실) · 이동평균 단독 사용의 표준 실패 양상. "That repeated false-signal pattern is called a whipsaw"
choppy market등락이 잦은/횡보하는 시장 · 추세 없는 레인지 구간. "In a sideways, choppy market"
rule of thumb경험칙(엄밀한 법칙이 아닌 대략적 지침) · 200일선 위/아래 판단 같은 데 사용. "a common rule of thumb for 'not a bear market'"
trend confirmation추세 확인 · 크로스 신호의 역할을 예측과 구분. "a trend-confirmation signal, not a prediction"
indicator template인디케이터 템플릿(지표 설정 조합을 저장해 재사용) · TradingView 저장 기능. "save the combination as an indicator template"

← All Knowledge Notes · Workspace Index · Top ↑

이동평균은 최근 N개 종가를 평활한 선이다 — 길이가 어느 추세를 추적하는지를 정한다

이동평균은 종목 자신의 최근 종가들로 만든 선이며, 가격과 같은 차트 위에 그려진다. 두 버전이 지배적이다. 단순이동평균(SMA)은 최근 N개 종가의 동일 가중 평균이고, 지수이동평균(EMA)은 최근 가격에 더 기대는 가중 평균으로 더 빠르게 반응한다. 선택하는 길이, 일봉 차트에서 가장 흔히 쓰는 20, 50, 200은 그 선이 어느 주기를 요약하는지를 정한다. 대략 한 달, 한 분기, 1년이다. 트레이더는 이동평균을 세 가지 방식으로 읽는다. 가격이 위인지 아래인지, 기울기가 어느 쪽인지, 더 빠른 이동평균이 더 느린 것을 교차했는지. 셋 중 어느 것도 단독으로는 믿을 수 없고, 시장이 추세 없이 움직일 때는 셋 다 같은 방식으로 실패한다.

Jayverse에서 이것은 "이 마켓이 추세 중인가"라는 언어 전체의 기본 building block이다. Number의 차트 코멘터리에서든, Verex가 정산 전 마켓의 가격 거동을 서술하는 방식에서든 마찬가지다.

단일 종가는 노이즈가 많다. 큰 주문 하나, 헤드라인 하나, 거래가 얇은 세션 하나가 가격을 움직일 수 있다. 이동평균은 평균을 내어 그 노이즈를 제거하므로, 그 선은 캔들 하나가 아니라 일정 기간 동안 가격이 실제로 해온 일을 서술한다. 초보자에게 이것이 막는 실패는 하루치 종가를 추세 정보로 읽는 것이다. 이동평균은 "어느 창(window)에 대해서인가"라는 질문을 강제한 뒤에야 시장이 오르는지 내리는지 말하게 한다.

동작 방식

SMA와 EMA, 한 줄씩

  • SMA: SMA_N = (최근 N개 종가의 합) / N — 동일 가중 평균. N일 각각이 같은 비중을 가진다.
  • EMA: EMA_오늘 = 가격_오늘 × k + EMA_어제 × (1 − k), k = 2 / (N + 1) — 최근 종가에 더 기대는 가중 평균이며 매 봉마다 갱신된다.

이 가중치 때문에 같은 길이라면 EMA가 SMA보다 가격 방향 전환에 더 빨리 반응한다. SMA는 더 늦게 반응하지만 더 안정적이다. 이상치 종가 하나가 SMA는 거의 움직이지 못하지만 EMA는 더 많이 움직인다.

20/50/200 관례

일봉 차트에서 이 세 길이는 한 달, 한 분기, 1년 거래 활동의 대략적 대용치다(각각 약 21, 63, 252 거래일. 200은 마지막 값을 전통적으로 반올림한 것이지 정확한 1년은 아니다).

길이커버하는 거래일대략적 대용치흔한 용도
20~1개월단기 추세진입, 눌림목 지지
50~1분기중기 추세추세 확인
200~1년장기 추세강세/약세 레짐 선

기울기, 가격 위치, 그리고 교차

대략 신뢰도 순서로 세 가지 읽는 법:

  1. 가격이 이동평균 위인지 아래인지는 가장 조악한 필터다. 200일선 위에 있으면 "약세장은 아니다"라는 경험칙 정도이며 그 이상은 아니다.
  2. 기울기는 위치 하나보다 더 많은 정보를 담는다. 평평한 이동평균에 가격이 반복해서 교차한다면, 지금 가격이 그 선 위에 있더라도 그것은 추세가 아니라 레인지다.
  3. 골든크로스 / 데드크로스: 50일선이 200일선을 위로 교차(골든)하거나 아래로 교차(데드)하는 것은 추세 예측이 아니라 추세 확인 신호다. 두 선 모두 이미 평균이기 때문에 교차는 정의상 실제 가격 전환보다 늦고, 몇 주씩 늦을 수도 있다. 이미 진행 중인 추세를 확인해 줄 뿐, 고점이나 저점을 알려주지 않는다.

동적 지지/저항, 그리고 레인지에서의 실패(휩소)

뚜렷한 상승 추세에서는 가격이 상승 중인 이동평균 쪽으로 눌렸다가 반등하는 일이 잦고, 뚜렷한 하락 추세에서는 같은 선이 반등을 막는 경우가 잦다. 이는 어떤 물리 법칙보다는 충분히 많은 참여자가 같은 선을 지켜보고 그 근처에서 행동하기 때문에 일어나며, 그런 점에서 부분적으로 자기실현적이다. 그리고 추세가 존재하는 동안에만 작동한다. 횡보하고 등락이 잦은 시장에서는 가격이 이동평균을 앞뒤로 계속 교차하며 후속 움직임 없이 끝나고, 매 교차가 신호처럼 보이지만 매번 실패한다. 이 반복되는 거짓 신호 패턴을 휩소(whipsaw)라 부르며, 이동평균 하나만 쓰는 어떤 시스템에서도 표준적인 실패 양상이다. 표준적인 방어책은 이동평균 하나만 쓰지 않는 것이다. 기울기와 위치를 함께 보거나, 두세 개 길이를 함께 쓰거나, 교차를 실행 가능한 신호로 다루기 전에 별도 지표(거래량, RSI)와 짝짓는다.

TradingView에서

  • 툴바의 Indicators(fx 아이콘)를 열고 "Moving Average"를 검색하면 SMA가, "Moving Average Exponential"을 검색하면 EMA가 나온다. TradingView는 둘을 별도의 내장 지표로 제공한다.
  • 20, 50, 200 길이로 세 개를 각각 추가한 뒤, 각 지표의 설정(톱니바퀴 아이콘)에서 Style 탭을 열어 서로 다른 색을 지정한다. 그래야 차트가 복잡해져도 세 선을 시각적으로 구분할 수 있다.
  • 원하는 대로 세 개를 설정한 뒤, 지표 툴바의 별표/템플릿 버튼으로 이 조합을 인디케이터 템플릿으로 저장해 둔다. 그러면 매번 다시 만들지 않고 다른 차트에서 한 번의 클릭으로 불러올 수 있다.
  • TradingView는 여러 이동평균을 길이 순으로 쌓아 하나의 띠처럼 그려주는 Ribbon 지표도 제공한다. 존재한다는 것과 이름 정도는 알아둘 만하지만, 지금은 건너뛴다. 아직 각 길이가 무엇을 의미하는지 배우는 단계에서는, 하나로 묶인 리본보다 개별적으로 설정 가능한 이동평균 세 개가 이해하기 더 쉽다.

Jayverse에서의 위치

  • Number: 추세 상태를 형용사가 아니라 라벨링된 필드로. 어떤 읽기가 마켓을 "추세 중" 또는 "레인지 중"이라고 서술한다면, 여기서 말한 세 가지 읽는 법(기울기, 위치, 교차 상태)을 명시된 길이와 함께 뒷받침해야 그 라벨이 느낌이 아니라 재현 가능한 것이 된다.
  • Verex: 정산에 인접한 가격 서술일 뿐, 정산 입력값은 아니다. 이동평균은 내러티브와 모니터링 대시보드를 위한 평활 도구이지 유효한 정산 소스가 아니다. 이미 있는 참조 금리 규칙에 따라 마켓을 정산하는 어떤 필드에도 넣지 않는다.
  • Auditor: 방법론에 길이와 이동평균 종류를 명시한다. "20/50 골든크로스"는 SMA인지 EMA인지, 정확한 창(window)이 무엇인지가 함께 적혀 있어야 감사 가능해진다. 누군가 차트의 추세 판정을 재도출할 때 같은 답이 나오도록 한 번 적어둔다.
  • Theory: EMA 가중치 k = 2/(N+1)은 다른 평활 공식들과 같은 지수적 감쇠 형태다. 로그수익률, 변동성 항목들 옆에, "최근 데이터에 더 가중한다"는 같은 수학 계열로 정리해 둘 만하다.

확인된 것과 미확인

확인된 것: SMA와 EMA 공식, 골든/데드크로스 정의, 그리고 일반적인 지연 및 휩소 거동은 어떤 차트 분석 참고서에도, TradingView 자체의 해당 지표 문서에도 나오는 표준 기술적 분석 내용이다. 미확인 또는 경험칙: "한 달/분기/1년" 거래일 매핑은 근사치다(달력상의 월과 분기는 고정된 거래일 수를 갖지 않는다). 골든크로스 이후 추가 상승이 얼마나 자주 뒤따르는지에 대한 주장은 경험적이고 논쟁적이며 확정된 법칙이 아니다.

출처: TradingView Help Center(Moving Average, Moving Average Exponential 지표 문서) · Murphy, Technical Analysis of the Financial Markets · 다우 이론(Dow theory).

핵심 표현

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

Expression뜻 · 쓰이는 자리
moving average (MA)이동평균(최근 N개 가격의 평균선) · 이 항목 전체의 주제어. "A moving average is a line built from a security's own recent closing prices"
SMA (simple moving average)단순이동평균(동일 가중 평균) · EMA와 대비되는 기본형. "the simple moving average (SMA), an equal-weighted mean"
EMA (exponential moving average)지수이동평균(최근 가격에 더 가중) · SMA보다 빠르게 반응. "the exponential moving average (EMA)... reacts faster"
equal-weighted동일 가중의 · SMA의 계산 방식을 설명. "an equal-weighted mean of the last N closes"
weighted average가중 평균 · EMA의 계산 방식. "a weighted average that leans on recent closes"
trading days거래일 · 달력일이 아니라 실제 장이 열린 날 수. "about 21, 63 and 252 trading days respectively"
rough proxy대략적인 대용치 · 정확한 값 대신 쓰는 근사. "a rough proxy for a month, a quarter and a year"
slope기울기 · 이동평균이 오르는지 내리는지. "Slope carries more information than position alone"
golden cross골든크로스(단기선이 장기선을 상향 돌파) · 추세 확인 신호. "the 50 crossing above the 200 (golden)"
death cross데드크로스(단기선이 장기선을 하향 돌파) · 골든크로스의 반대. "or below it (death)"
lag지연(늦게 반응함) · 이동평균과 크로스 신호의 공통 한계. "a cross by definition lags the actual turn in price"
dynamic support/resistance동적 지지/저항(고정선이 아니라 움직이는 이동평균이 지지·저항 역할) · 상승·하락 추세에서의 이동평균 활용. "price often pulls back toward a rising MA and bounces"
whipsaw휩소(레인지장에서 반복되는 거짓 신호로 인한 손실) · 이동평균 단독 사용의 표준 실패 양상. "That repeated false-signal pattern is called a whipsaw"
choppy market등락이 잦은/횡보하는 시장 · 추세 없는 레인지 구간. "In a sideways, choppy market"
rule of thumb경험칙(엄밀한 법칙이 아닌 대략적 지침) · 200일선 위/아래 판단 같은 데 사용. "a common rule of thumb for 'not a bear market'"
trend confirmation추세 확인 · 크로스 신호의 역할을 예측과 구분. "a trend-confirmation signal, not a prediction"
indicator template인디케이터 템플릿(지표 설정 조합을 저장해 재사용) · TradingView 저장 기능. "save the combination as an indicator template"

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