Technical Analysis
SMA (Simple Moving Average) — Definition & Example
A moving average computed as a straight arithmetic mean of the last N closing prices.
SMA gives equal weight to every price in the window. It's smoother and slower than EMA, providing fewer false signals in trending markets but lagging more during trend changes. Common windows: 50 SMA (medium-term trend), 200 SMA (long-term trend). The 200 SMA is widely watched institutionally — being above or below it shapes how big traders allocate.
Formula
SMA(N) = (Sum of last N closing prices) / NExample
5-day SMA of closes [100, 102, 101, 103, 104] = (100+102+101+103+104) / 5 = 102. As the next bar closes, the oldest drops out and the newest enters, giving the next SMA value.
Related
See sma (simple moving average) in your own trades
Upload your tradebook — TradeSaath calculates this automatically.
Try it free →