Tickwind
오늘기회시장인기뉴스AI 채팅
새 소식
로그인회원가입
Tickwind

모든 틱을 읽고, 시장의 바람이 부는 곳을 보세요.

제품

  • 시장
  • 테마 존
  • 전체 종목
  • 비교
  • 인기 종목
  • 기회
  • 뉴스
  • 토론
  • 관심 종목
  • 새 소식

계정

  • 설정
  • 문의
  • 로그인
  • 회원가입
시장테마 존전체 종목비교인기 종목기회뉴스토론관심 종목새 소식설정문의로그인회원가입

© 2026 Tickwind. 투자 자문이 아닙니다.

호기심 많은 투자자를 위해 만들었습니다.

지표 라이브러리

기술적·펀더멘털·심리 지표 282개를 훑어볼 수 있는 레퍼런스 — 공식, 기본 파라미터, 읽는 법까지.

282개 중 282개

Volatility · 10

ATR

핵심

Average True Range (absolute value), representing volatility/risk.

공식
TR=max(H−L,|H−Cₚᵣₑᵥ|,|L−Cₚᵣₑᵥ|), ATR=Wilder smoothing(TR,14)
읽는 법

Used for stop-loss (e.g. 2×ATR) and position sizing; does not indicate direction.

출력overlay/volatility입력high, low, close

Bollinger BandsBOLL

핵심

MA as the middle band, standard deviation as the bandwidth.

공식
Mid=MA(C,20), Upper/Lower=Mid±2σ
읽는 법

Narrowing bands (squeeze) signal an impending move; price riding the upper band = strength.

출력overlay/volatility입력close라이브러리BBANDS기본 파라미터{"period":20,"stddev":2}

BandwidthBBW

고급

Relative band width, quantifying volatility and squeezes.

공식
BBW=(Upper−Lower)/Mid
읽는 법

Historical lows = squeeze (often precedes a big move); sharp expansion = breakout.

출력overlay/volatility입력close

%B

Pro

Price's relative position within the bands (0=lower band, 1=upper band).

공식
%B=(C−Lower)/(Upper−Lower)
읽는 법

>1 breaks above the upper band (overbought), <0 breaks below the lower band (oversold).

출력overlay/volatility입력close

Chaikin VolatilityCHV

Pro

Uses the rate of change in the high-low spread to measure volatility expansion/contraction.

공식
(EMA(H−L,10)−its value n periods ago)/its value n periods ago×100
읽는 법

A sharp rise = surging volatility (top panic/breakout); a slow decline = settling into calm.

출력overlay/volatility입력high, low

Donchian ChannelsDC

Pro

A channel formed by recent highs and lows, the core of the Turtle method.

공식
Upper=n-high, Lower=n-low, Mid=(Upper+Lower)/2, n=20
읽는 법

A new n-period high = buy, a new low = sell.

출력overlay입력high, low

Historical VolatilityHV

Pro

Annualized volatility based on historical returns.

공식
r=ln(C/Cₚᵣₑᵥ), HV=Std(r,n)×√252
읽는 법

Compared with implied volatility (IV) to judge whether options are cheap or expensive.

출력overlay/volatility입력close

Keltner ChannelsKC

Pro

A trend channel with an EMA midline + ATR bandwidth.

공식
Mid=EMA(C,20), Upper/Lower=Mid±2×ATR(10)
읽는 법

Breaking above the upper band = strength; Bollinger Bands contracting inside the KC = squeeze (TTM Squeeze).

출력overlay입력high, low, close

Standard DeviationSD

Pro

The dispersion of price relative to its mean.

공식
σ=√(Σ(Cᵢ−MA)²/n), n=20
읽는 법

Rising σ = increasing volatility and rising risk.

출력overlay/volatility입력close라이브러리STDDEV

VIX

Pro

Expected volatility derived from S&P 500 option implied volatility (the "fear gauge").

공식
Annualized by weighting near-/next-month SPX option IV per the CBOE method
읽는 법

>30 panic, <15 calm; usually inverse to the stock index.

출력overlay/volatility

Trend · 21

Exponential Moving AverageEMA

핵심

Weighted moving average that weights recent prices more heavily, more responsive than SMA.

공식
EMA = C×k + EMAₚᵣₑᵥ×(1−k), k=2/(n+1)
읽는 법

Used like SMA but reacts faster with less lag; commonly 12/26-day.

출력overlay입력close라이브러리EMA기본 파라미터{"periods":[12,26]}

MACD

핵심

Difference between two EMAs, measuring trend direction, strength and momentum shifts.

공식
DIF=EMA(C,12)−EMA(C,26); DEA=EMA(DIF,9); Histogram=(DIF−DEA)×2 (×2 is the Chinese TongDaXin/THS convention; international platforms StockCharts/TradingView do not multiply by 2, i.e. DIF−DEA)
읽는 법

DIF crossing above DEA = golden cross (buy), crossing below = death cross (sell); new price high while DIF does not = top divergence (bearish).

출력oscillator입력close라이브러리MACD기본 파라미터{"fast":12,"slow":26,"signal":9}

Simple Moving AverageSMA / MA

핵심

Arithmetic mean of the last n closes, smoothing price and identifying trend direction.

공식
SMA = (C₁+…+Cₙ)/n
읽는 법

Price above the MA is bullish, below is bearish; commonly 5/10/20/60/120/250-day; short MA crossing above long MA = golden cross (buy), crossing below = death cross (sell).

출력overlay입력close라이브러리SMA기본 파라미터{"periods":[5,10,20,60,120,250]}

DMI / ADX

고급

DMI gauges direction, ADX gauges trend strength (directionless).

공식
+DI=100×EMA(+DM)/ATR, −DI=100×EMA(−DM)/ATR, DX=100×|+DI−−DI|/(+DI+−DI), ADX=EMA(DX,14)
읽는 법

+DI crossing above −DI = buy; ADX>25 strong trend, <20 ranging.

출력overlay입력high, low, close라이브러리ADX기본 파라미터{"period":14}

Ichimoku Cloud

고급

Displays support/resistance, trend and momentum in a single chart.

공식
Conversion Line=(9-high+9-low)/2; Base Line=(26-high+26-low)/2; Leading Span A=(Conversion+Base)/2 shifted forward 26; Leading Span B=(52-high+52-low)/2 shifted forward 26; Lagging Span=C shifted back 26
읽는 법

Price above the cloud is bullish, below is bearish; Conversion crossing above Base = buy; a thick cloud = strong support/resistance.

출력overlay입력high, low, close

SupertrendST

고급

ATR-based trend-following line giving clear long/short and stop-loss levels.

공식
Upper=HL2+m×ATR, Lower=HL2−m×ATR, commonly (10,3)
읽는 법

Price above the line = long (green), below = short (red); a flip is the signal, usable as a trailing stop.

출력overlay입력high, low, close

ALMA

Pro

Gaussian-weighted windowed MA balancing low lag and smoothness.

공식
Normalized Gaussian-weighted sum, commonly (9,0.85,6)
읽는 법

Larger offset = more sensitive; crossovers/turns serve as signals.

출력overlay입력close

Aroon

Pro

Measures the number of periods since the last high/low to judge trend freshness.

공식
Up=(n−periods since the n-period high)/n×100, Down likewise, n=25; Oscillator=Up−Down
읽는 법

Up>70 and Down<30 = strong uptrend; Up crossing above Down = bullish.

출력oscillator입력high, low라이브러리AROON기본 파라미터{"period":25}

DEMA / TEMA

Pro

A combination of multiple EMAs to offset lag.

공식
DEMA=2×EMA−EMA(EMA); TEMA=3×EMA1−3×EMA2+EMA3
읽는 법

Lag markedly lower than a plain EMA, suited to fast trend-following.

출력overlay입력close

GMMA

Pro

Short-term (3–15) and long-term (30–60) EMA clusters, observing the combined force of short/long-term traders.

공식
Short group EMA(3,5,8,10,12,15), long group EMA(30,35,40,45,50,60)
읽는 법

The short cluster crossing above and diverging from the long cluster = uptrend confirmed; intertwined = ranging.

출력overlay입력close

Hull MAHMA

Pro

An extremely low-lag, highly smooth MA.

공식
HMA=WMA(2×WMA(C,n/2)−WMA(C,n), √n)
읽는 법

Turns earlier than traditional MAs; rising is bullish, falling is bearish.

출력overlay입력close

KAMA

Pro

Auto-adjusts smoothness by market efficiency — sensitive in trends, sluggish in ranges.

공식
ER=|net change|/Σ|period-to-period change|, SC=[ER×(2/3−2/31)+2/31]², KAMA=KAMAₚᵣₑᵥ+SC×(C−KAMAₚᵣₑᵥ)
읽는 법

More noise-resistant in choppy markets; crossovers or turns serve as signals.

출력overlay입력close

MA EnvelopesENV

Pro

A channel set a fixed percentage above and below a MA.

공식
Upper=MA×(1+p%), Lower=MA×(1−p%), p = 1–5%
읽는 법

Touching the upper band is overbought, touching the lower band is oversold.

출력overlay입력close

Parabolic SARSAR

Pro

Stop And Reverse, a stop-loss/reversal point that follows the trend.

공식
SAR=SARₚᵣₑᵥ+AF×(EP−SARₚᵣₑᵥ), AF starts at 0.02 and increases 0.02 each new extreme, capped at 0.20
읽는 법

Dots below the candles = uptrend (hold long), jumping above = turn short; commonly used as a trailing stop.

출력overlay입력high, low라이브러리SAR

PPO

Pro

The percentage version of MACD, convenient for cross-asset comparison.

공식
PPO=(EMA12−EMA26)/EMA26×100, signal=EMA(PPO,9)
읽는 법

Used like MACD, but allows comparing stocks at different price levels.

출력oscillator입력close

SMMA / RMA (Wilder)

Pro

Wilder's recursive smoothed MA (used internally by RSI/ATR).

공식
SMMA=(SMMAₚᵣₑᵥ×(n−1)+C)/n
읽는 법

Smoother with more lag, suited to medium-to-long-term.

출력overlay입력close

TRIX

Pro

Triple-EMA smoothed then taking the rate of change, a noise-filtered trend/momentum indicator.

공식
EMA1→EMA2→EMA3, then TRIX=(EMA3−EMA3ₚᵣₑᵥ)/EMA3ₚᵣₑᵥ×100, n=15
읽는 법

Crossing the zero line or signal line = buy; suited to medium-to-long-term.

출력oscillator입력close라이브러리TRIX

VIDYA

Pro

Uses CMO to measure momentum and adaptively adjust EMA speed.

공식
VIDYA=C×k|CMO|+VIDYAₚᵣₑᵥ×(1−k|CMO|)
읽는 법

Sensitive in high volatility, smooth in calm markets.

출력overlay입력close

Vortex IndicatorVI

Pro

Captures the start and direction of a trend via the relationship between highs and lows.

공식
+VI=Σ(+VM)/Σ(TR), −VI=Σ(−VM)/Σ(TR), n=14
읽는 법

+VI crossing above −VI = bullish, vice versa bearish; wider separation = stronger trend.

출력oscillator입력high, low, close

Weighted Moving AverageWMA

Pro

Linearly weighted, with the most recent period carrying the greatest weight.

공식
WMA = (n·Cₙ+(n−1)·Cₙ₋₁+…+1·C₁)/[n(n+1)/2]
읽는 법

Lag between SMA and EMA; commonly a building block for HMA and others.

출력overlay입력close라이브러리WMA

ZLEMA

Pro

De-lags the price then takes an EMA, nearly eliminating delay.

공식
lag=(n−1)/2, ZLEMA=EMA(C+(C−C₍ₜ₋ₗₐ𝓰₎),n)
읽는 법

Turns extremely early, needs to be paired with filter conditions.

출력overlay입력close

Momentum/Oscillator · 20

RSI

핵심

Measures the relative strength of upward vs downward moves.

공식
RS = mean gain / mean loss (Wilder smoothing); RSI = 100 − 100/(1+RS); period n=14
읽는 법

>70 overbought, <30 oversold; 50 is the bull/bear divide; new high unconfirmed = top divergence.

출력oscillator입력close

Stochastic / KDJ

핵심

Measures overbought/oversold by the close's position within the recent high-low range.

공식
RSV=(C−n-low)/(n-high−n-low)×100, K=⅔Kₚᵣₑᵥ+⅓RSV, D=⅔Dₚᵣₑᵥ+⅓K, J=3K−2D; international Stochastic convention: %K=RSV, %D=SMA(%K,3), Slow/Full versions smooth once more (using SMA rather than the recursion above)
읽는 법

>80 overbought, <20 oversold; K crossing above D = golden cross; J overshooting the bounds signals reversal.

출력oscillator입력high, low, close라이브러리STOCH기본 파라미터{"k":9,"d":3,"j":true}

CCI

고급

Measures how far price deviates from its statistical mean.

공식
CCI=(HLC3−MA(HLC3,20))/(0.015×mean absolute deviation)
읽는 법

>+100 strong/overbought, <−100 weak/oversold.

출력oscillator입력high, low, close

StochRSI

고급

Applies the Stochastic to RSI, making it more sensitive.

공식
StochRSI=(RSI−n-period RSI low)/(n-period RSI high−n-period RSI low)
읽는 법

>80 overbought, <20 oversold; earlier signals but more false ones.

출력oscillator입력close라이브러리STOCHRSI

Awesome OscillatorAO

Pro

Uses the fast/slow MA difference of the median price to measure market momentum.

공식
AO=SMA(HL2,5)−SMA(HL2,34), shown as a histogram
읽는 법

Crossing above zero = momentum turns bullish; "saucer" and "twin peaks" are classic buy/sell signals; commonly paired with Alligator/Fractals.

출력oscillator입력high, low라이브러리(pandas_ta: ao)기본 파라미터{"fast":5,"slow":34}

CMO

Pro

Uses the difference between up and down momentum to measure pure momentum.

공식
CMO=100×(SU−SD)/(SU+SD)
읽는 법

−100~+100; +50 overbought, −50 oversold.

출력oscillator입력close

Connors RSICRSI

Pro

A short-term mean-reversion indicator combining "price RSI + streak RSI + percent-rank of returns".

공식
CRSI=[RSI(C,3)+RSI(Streak,2)+PercentRank(return,100)]/3
읽는 법

<10 extremely oversold (buy), >90 extremely overbought (sell).

출력oscillator입력close

Coppock Curve

Pro

A long-term (monthly) bottom-signal indicator.

공식
WMA(ROC14+ROC11,10) (monthly)
읽는 법

Turning up from below the zero line = long-term buy; used for index timing.

출력oscillator입력close

DPO

Pro

Price fluctuation with the trend removed, used to identify cycle length.

공식
DPO=C₍ₜ₋(n/2+1)₎−MA(C,n)
읽는 법

Peak-to-trough spacing estimates the cycle; does not reflect the current trend.

출력oscillator입력close

Dynamic MI

Pro

An adaptive version of RSI that changes its lookback period by volatility.

공식
n_dynamic=14/(recent σ/long-term σ), then compute RSI
읽는 법

Used like RSI, reacts faster in high volatility.

출력oscillator입력close

Fisher Transform

Pro

"Gaussianizes" the price distribution to amplify turning points.

공식
Fisher=½ln((1+x)/(1−x)), x is the normalized price position
읽는 법

Sharp peaks/troughs + a cross of the trigger line = reversal.

출력oscillator입력high, low

KST

Pro

Weighted momentum combining ROC across four periods.

공식
KST=ROCMA1×1+ROCMA2×2+ROCMA3×3+ROCMA4×4, signal=9-period MA of KST
읽는 법

Crossing the signal line/crossing zero = medium-to-long-term signal.

출력oscillator입력close

MomentumMTM

Pro

The absolute difference between the current price and the price n periods ago.

공식
MTM=C−C n periods ago
읽는 법

>0 upward momentum, <0 downward momentum; zero crosses and divergence serve as signals.

출력oscillator입력close라이브러리MOM

RMI

Pro

A generalization of RSI, replacing "vs yesterday" with "vs n days ago".

공식
Same as RSI, but compute gains/losses from C−C₍ₜ₋m₎ then smooth
읽는 법

>70 overbought, <30 oversold; smoother than RSI.

출력oscillator입력close

ROC

Pro

The percentage change relative to the price n periods ago.

공식
ROC=(C−C n periods ago)/C n periods ago×100
읽는 법

Crossing the zero line = momentum reversal; extremes signal overbought/oversold.

출력oscillator입력close

RVI

Pro

Measures trend vigor based on "the close tending to exceed the open in uptrends".

공식
RVI=weighted(C−O)/weighted(H−L), signal line is its 4-period symmetric weighting
읽는 법

Crossing above the signal line = buy; divergence warns of reversal.

출력oscillator입력open, high, low, close

SMI

Pro

A Stochastic refinement, using the close relative to the range's "midpoint".

공식
SMI=100×EMA(EMA(C−midpoint))/(½EMA(EMA(range high-low spread)))
읽는 법

>+40 overbought, <−40 oversold; less noise.

출력oscillator입력high, low, close

TSI

Pro

Double-EMA smoothing of momentum, then normalized.

공식
TSI=100×EMA(EMA(ΔC,25),13)/EMA(EMA(|ΔC|,25),13)
읽는 법

The zero line divides bull/bear; crossing above the signal line = buy.

출력oscillator입력close

Ultimate OscillatorUO

Pro

Combines buying pressure across short, medium and long periods to reduce false divergences.

공식
UO=100×(4×Avg7+2×Avg14+1×Avg28)/7
읽는 법

>70 overbought, <30 oversold; a classic bullish divergence + breakout is a buy point.

출력oscillator입력high, low, close라이브러리ULTOSC

Williams %R

Pro

The close's position within the recent range (a mirror of Stochastic).

공식
%R=(n-high−C)/(n-high−n-low)×(−100), n=14
읽는 법

−20~0 overbought, −100~−80 oversold.

출력oscillator입력high, low, close라이브러리WILLR기본 파라미터{"period":14}

Volume · 15

VolumeVOL

핵심

The most basic volume data.

공식
Current-period volume; overlay VMA=MA(V,n)
읽는 법

Rising on expanding volume = healthy; rising on shrinking volume = weak momentum; breakouts require volume.

출력volume입력volume

VWAP

핵심

Volume-weighted average traded price, an institutional cost benchmark.

공식
VWAP=Σ(HLC3ᵢ×Vᵢ)/ΣVᵢ (resets daily)
읽는 법

Price above VWAP is bullish; acts as intraday support/resistance.

출력volume입력high, low, close, volume

MFI

고급

Volume-weighted momentum oscillator (RSI-style, incorporating volume).

공식
MF=HLC3×V split into positive/negative, MFI=100−100/(1+positive MF/negative MF), n=14
읽는 법

>80 overbought, <20 oversold; more reliable with volume.

출력volume입력high, low, close, volume

OBV

고급

Uses cumulative volume direction to measure net buying/selling inflow.

공식
Up day OBV+V, down day OBV−V
읽는 법

Moving with price = volume-price confirmation; price up while OBV does not = divergence (warning).

출력volume입력close, volume

A/D LineADL

Pro

Combines the close's position within the range with volume to gauge accumulation/distribution.

공식
MFM=((C−L)−(H−C))/(H−L), ADL=ADLₚᵣₑᵥ+MFM×V
읽는 법

Rising = capital inflow; price up while ADL falls = distribution divergence.

출력volume입력high, low, close, volume라이브러리AD

Chaikin OscillatorCHO

Pro

The momentum version of the A/D Line (accumulation/distribution) — the fast/slow MA difference of volume money flow.

공식
CHO=EMA(ADL,3)−EMA(ADL,10)
읽는 법

Crossing above zero = money-flow momentum turns positive (bullish); divergence with price warns; completes the A/D Line—CMF—Chaikin Oscillator volume trio.

출력volume입력high, low, close, volume라이브러리ADOSC

CMF

Pro

A range-bound version of A/D.

공식
CMF=Σ(MFM×V)/ΣV, n=20
읽는 법

>0 buying pressure dominates, <0 selling pressure dominates; >0.05 bullish, <−0.05 bearish.

출력volume입력high, low, close, volume

EOM / EMV

Pro

Measures the "ease" of a price rise/fall.

공식
EMV=(HL2−HL2ₚᵣₑᵥ)/[(V/scaling)/(H−L)], take a 14-period MA
읽는 법

>0 and rising = easy advance; near 0 = stalling on high volume.

출력volume입력high, low, volume

Force IndexFI

Pro

Combines the direction and magnitude of price change with volume to measure bull/bear power.

공식
FI=EMA((C−Cₚᵣₑᵥ)×V,13)
읽는 법

Crossing above zero = buyers dominate; divergence warns of reversal.

출력volume입력close, volume

KVO

Pro

Combines volume-price with trend direction to anticipate reversals.

공식
KVO=EMA(VF,34)−EMA(VF,55), signal=EMA(KVO,13)
읽는 법

Crossing above the signal line = buy; divergence + zero cross signals a medium-term reversal.

출력volume입력high, low, close, volume

PVI / NVI

Pro

Accumulate price changes on high-volume days/low-volume days respectively.

공식
Volume up updates PVI, volume down updates NVI, accumulated by close return
읽는 법

NVI rising on low-volume days = "smart money" building positions (a bull-market sign).

출력volume입력close, volume

PVT

Pro

An OBV refinement, accumulating volume weighted by the close's "percentage" change.

공식
PVT=PVTₚᵣₑᵥ+V×(C−Cₚᵣₑᵥ)/Cₚᵣₑᵥ
읽는 법

Moving with price = volume-price confirmation; divergence warns.

출력volume입력close, volume

VO / PVO

Pro

The difference between two volume MAs (a volume MACD).

공식
VO=(EMA(V,12)−EMA(V,26))/EMA(V,26)×100
읽는 법

>0 and rising = strengthening volume; confirms breakouts.

출력volume입력volume

Volume ProfileVPVR

Pro

Tallies the volume distribution across price levels.

공식
Volume within the range binned by price; POC=price level with the most volume; VA=value area holding about 70% of volume
읽는 법

The POC and the upper/lower edges of the value area are strong support/resistance; HVN consolidates, LVN is easily traversed quickly.

출력volume입력volume

VROC

Pro

The speed of volume expansion/contraction.

공식
VROC=(V−V n periods ago)/V n periods ago×100
읽는 법

A sudden spike = volume burst (breakout/reversal); sustained weakness = thin trading.

출력volume입력volume

Patterns/Candlesticks · 5

Continuation Chart Patterns

고급

Examples: Triangles (symmetrical/ascending/descending), Flag/Pennant (target≈flagpole height), Wedge, Rectangle, Cup & Handle.

공식
converging/parallel trend lines and break direction; target measured from pattern height
읽는 법

Volume shrinks during consolidation and expands on the break; breakouts in the original trend direction have a higher win rate.

출력pattern입력high, low, close

Reversal Chart Patterns

고급

Examples: Head & Shoulders Top/Bottom (neckline break, target≈head-to-neckline height), Double Top (M)/Double Bottom (W), Triple Top/Bottom, Rounding Top/Bottom, V-shape.

공식
peak-trough geometry + neckline break; target=projected pattern height
읽는 법

Neckline break + volume = confirmation; trade failed patterns in reverse.

출력pattern입력high, low, close

Single/Double Candlestick Reversal Patterns

고급

Examples: Hammer/Hanging Man (long lower shadow), Inverted Hammer/Shooting Star (long upper shadow), Bullish/Bearish Engulfing (later body engulfs prior), Doji (open≈close), Dark Cloud Cover/Piercing, Harami.

공식
pattern matching on relative OHLC sizes and body/shadow ratios (CDLHAMMER, CDLENGULFING)
읽는 법

Requires confirmation by top/bottom location and trend; more reliable on expanding volume.

출력pattern입력open, high, low, close

Three-Candle Patterns

고급

Examples: Morning Star (bottom, bullish)/Evening Star (top, bearish), Three White Soldiers/Three Black Crows, Three Inside Up/Down, Three Outside Up/Down.

공식
matching the direction, size and overlap of three candles (CDLMORNINGSTAR, CDL3WHITESOLDIERS)
읽는 법

More reliable than single candles, especially at key price levels.

출력pattern입력open, high, low, close

Fractals (Bill Williams)

Pro

A simple geometric pattern identifying local highs and lows.

공식
Up fractal=a bar whose H is higher than the 2 bars on each side; down fractal=a bar whose L is lower than the 2 bars on each side
읽는 법

Marks micro support/resistance; commonly paired with Alligator.

출력pattern입력high, low

Support/Resistance & Structure · 7

Fib Retracement

고급

Uses Fibonacci ratios to mark potential support/resistance within a pullback.

공식
Level=High−(High−Low)×ratio, ratio = 0.236/0.382/0.5/0.618/0.786
읽는 법

Pullbacks to 0.382/0.5/0.618 often find support; 0.618 draws the most attention.

출력overlay

Gaps

고급

Price vacuum between adjacent candles, reflecting abrupt sentiment shifts.

공식
Gap up: today's L>yesterday's H; gap down: today's H<yesterday's L
읽는 법

Breakaway gaps confirm a trend and rarely fill; exhaustion gaps signal the end; most common gaps get filled.

출력overlay입력high, low

Pivot PointsPP

고급

Intraday support/resistance computed from the prior period's OHLC, common intraday.

공식
PP=(H+L+C)ₚᵣₑᵥ/3, R1=2PP−Lₚᵣₑᵥ, S1=2PP−Hₚᵣₑᵥ
읽는 법

Price above PP is bullish; breaks of R/S often accelerate.

출력overlay입력high, low, close

Trend Lines & Channels

고급

Lines connecting highs/lows depict direction and slope, copied in parallel to form a channel.

공식
Fit ≥2 lows (uptrend) or highs (downtrend), channel=trend line+parallel line
읽는 법

A valid break below/above = possible trend reversal; sell high and buy low within the channel.

출력overlay입력high, low

Andrews' Pitchfork

Pro

Three parallel tracks drawn from three pivot points.

공식
Median line=A pointing to the midpoint of BC; upper/lower tines pass through B, C and parallel the median
읽는 법

Touching the median often reverts; touching the outer tines often reverses.

출력overlay

Fib Extension

Pro

Projects target levels after a breakout.

공식
Based on A-B-C: target=C+(B−A)×ratio, ratio 1.272/1.618/2.0/2.618
읽는 법

1.618 and 2.618 are common take-profit/resistance targets.

출력overlay

Zig Zag

Pro

Filters out minor fluctuations and connects significant high/low pivots.

공식
Draws a new pivot only when price reverses ≥ a set % or point amount
읽는 법

Does not predict and repaints; used to identify wave structure and draw trend lines and Fibonacci.

출력overlay입력high, low

Composite/Other · 7

Alligator

Pro

Three smoothed MAs (Jaw/Teeth/Lips) to judge whether the trend is sleeping or feeding.

공식
Jaw=SMMA(HL2,13) shifted forward 8; Teeth=SMMA(HL2,8) shifted forward 5; Lips=SMMA(HL2,5) shifted forward 3
읽는 법

Intertwined = sleeping (ranging); opening up with Lips>Teeth>Jaw = uptrend.

출력oscillator입력high, low

CFO

Pro

Measures how far price deviates from its linear-regression forecast value.

공식
CFO=(C−regression forecast value)/C×100
읽는 법

>0 stronger, <0 weaker; sustained deviation signals trend strength or mean-reversion pressure.

출력oscillator입력close

Choppiness IndexCHOP

Pro

Measures "trend vs ranging" (directionless).

공식
CHOP=100×log₁₀(ΣATR(1)/(n-high−n-low))/log₁₀(n), n=14
읽는 법

>61.8 ranging, <38.2 strong trend.

출력oscillator입력high, low, close

Elder RayBull/Bear Power

Pro

Separately measures bull and bear power relative to the EMA.

공식
Bull=H−EMA(C,13), Bear=L−EMA(C,13)
읽는 법

In an uptrend, Bear<0 but recovering = buy point; divergence warns of reversal.

출력oscillator입력high, low, close

Mass IndexMI

Pro

Identifies reversals via the expansion/contraction of the high-low range (directionless).

공식
Ratio=EMA(H−L,9)/EMA(EMA(H−L,9),9), MI=Σ₂₅(Ratio)
읽는 법

Reversal bulge: rising above 27 then falling below 26.5 = possible reversal.

출력oscillator입력high, low

RWI

Pro

Compares actual travel against a random walk to judge whether a trend is real.

공식
RWI_H=(H−L n periods ago)/(ATR√n), RWI_L=(H n periods ago−L)/(ATR√n)
읽는 법

RWI_H>1 = significant uptrend (non-random); both <1 = no trend.

출력oscillator입력high, low, close

TII

Pro

Measures trend strength by price deviation relative to a MA.

공식
TII=100×Σpositive deviations/(Σpositive deviations+Σnegative deviations)
읽는 법

>80 strong uptrend, <20 strong downtrend; near 50 no trend.

출력oscillator입력close

레퍼런스 메타데이터일 뿐입니다 — 공개된 잘 알려진 지표 정의. 투자 자문이 아닙니다.