⚠ FOR EDUCATIONAL PURPOSES ONLY
Not SEBI registered. Not investment advice.
Learn indicators β€” not financial guidance.
πŸ—Ί
Indicator Overview
Technical indicators are mathematical calculations based on price, volume, or open interest.
They help traders understand market context β€” trend, momentum, volatility, and volume.
πŸ“ˆ
Trend Indicators
Trend indicators smooth price data to identify direction. They work best in trending markets, not sideways ones.
Moving Averages (SMA / EMA)
SMA20
EMA12
SMA = simple average of last N closes. EMA gives more weight to recent prices.

BULLISH Price crosses above MA β€” potential uptrend
BEARISH Price crosses below MA β€” potential downtrend
GOLDEN CROSS 50-day crosses above 200-day = strong bull signal
SMA(n) = (P₁ + Pβ‚‚ + … + Pβ‚™) / n
EMA = Price Γ— k + EMA_prev Γ— (1 βˆ’ k)
where k = 2 / (n + 1)
MACD
MACD = 12-day EMA βˆ’ 26-day EMA. Signal line = 9-day EMA of MACD.

BULLISH MACD crosses above Signal line
BEARISH MACD crosses below Signal line
DIVERGENCE Price makes new high but MACD doesn't β†’ weakness
MACD Line = EMA(12) βˆ’ EMA(26)
Signal = EMA(9) of MACD Line
Histogram = MACD βˆ’ Signal
Supertrend
Supertrend uses ATR to plot a dynamic support/resistance line. Color changes signal trend reversal.

GREEN LINE Price above line β†’ uptrend, trail stops below
RED LINE Price below line β†’ downtrend, trail stops above
Upper Band = (High+Low)/2 + Multiplier Γ— ATR(n)
Lower Band = (High+Low)/2 βˆ’ Multiplier Γ— ATR(n)
⚑
Momentum Indicators
Momentum indicators measure the speed and strength of price movement. Key for spotting overbought/oversold conditions.
RSI β€” Relative Strength Index
Period14
RSI oscillates 0–100. Measures recent gains vs. losses over N periods.

OVERBOUGHT RSI > 70 β€” consider reducing longs
OVERSOLD RSI < 30 β€” potential buying opportunity
DIVERGENCE Price high + RSI lower high = weakness ahead
RSI = 100 βˆ’ 100/(1 + RS)
RS = Avg Gain(n) / Avg Loss(n)
Stochastic Oscillator
%K = position of close within High-Low range. %D = 3-period SMA of %K.

OVERBOUGHT Both lines above 80
OVERSOLD Both lines below 20
CROSSOVER %K crosses %D = signal
%K = (Close βˆ’ Low_n)/(High_n βˆ’ Low_n) Γ— 100
%D = SMA(3) of %K
CCI β€” Commodity Channel Index
CCI measures deviation from average price. Originally for commodities, now widely used.
OVERBOUGHT CCI > +100   OVERSOLD CCI < βˆ’100   ZERO CROSS Trend entry signal
CCI = (Typical Price βˆ’ SMA(TP)) / (0.015 Γ— Mean Deviation)
Typical Price = (High + Low + Close) / 3
🌊
Volatility Indicators
Volatility indicators measure how much price fluctuates. High volatility = big moves; low volatility = consolidation.
Bollinger Bands
Period20
Οƒ2
Bollinger Bands = SMA Β± (K Γ— Standard Deviation). Bands widen in volatility, contract in consolidation.

UPPER TOUCH Price at upper band β†’ often overbought
LOWER TOUCH Price at lower band β†’ often oversold
SQUEEZE Very narrow bands β†’ big move coming!
Middle = SMA(n)
Upper = SMA + K Γ— Οƒ(n)
Lower = SMA βˆ’ K Γ— Οƒ(n)
ATR β€” Average True Range
ATR measures market volatility by averaging True Range over N periods.

HIGH ATR Volatile conditions β€” widen stop loss
LOW ATR Calm market β€” tighter stops possible
USE CASE Position sizing, stop placement (1.5–2Γ— ATR)
TR = max(Highβˆ’Low, |Highβˆ’Close_prev|, |Lowβˆ’Close_prev|)
ATR = EMA(14) of TR
πŸ“¦
Volume Indicators
Volume confirms price moves. High volume breakout = conviction. Low volume move = suspect.
OBV β€” On Balance Volume
OBV adds volume on up days, subtracts on down days. Cumulative. Divergence from price = warning.

RISING OBV Accumulation β€” buyers in control
FALLING OBV Distribution β€” sellers dominating
DIVERGENCE Price up, OBV down = smart money exiting
OBV = OBV_prev + Volume (if Close > Close_prev)
OBV = OBV_prev βˆ’ Volume (if Close < Close_prev)
VWAP β€” Volume Weighted Avg Price
VWAP = cumulative (price Γ— volume) Γ· cumulative volume. Resets daily. Institutional benchmark.

ABOVE VWAP Bullish intraday β€” institutions buying
BELOW VWAP Bearish intraday β€” selling pressure
INTRADAY Best used on intraday charts (5min–1hr)
VWAP = Ξ£(Typical Price Γ— Volume) / Ξ£(Volume)
TP = (High + Low + Close) / 3
πŸ•―
Candlestick Patterns
Candlestick patterns capture the psychology of buyers and sellers within a candle or sequence of candles.
βš–
Indicator Comparison
Side-by-side comparison of all major indicators β€” strengths, weaknesses, and when to use each.
IndicatorTypeBest ForWeaknessTimeframe
Leading vs Lagging
Lagging indicators (MA, MACD) confirm a trend already in progress. Lower risk, miss early entry.
Leading indicators (RSI, Stoch) predict future moves. More signals, more false signals.
Combining Indicators
Use one from each category to avoid redundancy:

βœ… Trend + Momentum: MA + RSI
βœ… Trend + Volume: MACD + OBV
βœ… Volatility + Trend: BB + Supertrend

❌ Avoid: MACD + Stoch (both momentum β€” same signal twice)
❌ Avoid: SMA + EMA alone (same type, redundant)

PRO TIP Confluence β€” when 2–3 indicators agree = higher probability setup.