A moving average smooths price into a single flowing line by averaging the last N closes. It filters out noise so you can see the underlying direction. The two most common types are the simple moving average (SMA) and the exponential moving average (EMA).

SMA versus EMA
The SMA weights every period equally, so it is smooth but slow to react. The EMA gives more weight to recent prices, so it turns faster and tracks price more closely — at the cost of more false turns. Neither is better in absolute terms; they simply trade responsiveness against smoothness.
The length you choose sets the character. A short average (like 9 or 20) reacts quickly and suits shorter-term trading; a long average (like 50 or 200) is slow and defines the bigger trend. Read the slope: a rising average suggests an uptrend, a falling one a downtrend, and a flat one a range.
- SMA: equal weight to all periods — smoother, slower to react.
- EMA: more weight to recent prices — faster, more responsive.
- Short lengths track price closely; long lengths define the major trend.
- A flat, tangled moving average is a warning that no trend exists.
A moving average smooths price to reveal direction — the EMA reacts faster, the SMA is smoother, and both lag because they average the past.
Remember that every moving average is a lagging tool. It confirms a trend that is already underway rather than predicting a new one, which is exactly why it is useful for staying with a move and dangerous for calling turning points.