Guide · Indicators

Moving averages, explained: SMA vs EMA and the lag trade-off

The short answer

A moving average is a rolling average of price over the last N periods. As each new bar arrives, the oldest value drops out and the newest enters, so the line advances with time and smooths the day-to-day noise, leaving a cleaner read on the trend's direction and slope. The simple average weights every bar equally; the exponential weights recent bars more, using a smoothing factor k of 2 / (N + 1), so it reacts faster but carries more noise. Whatever the type, an average uses only closed bars: it is a lagging summary of past price, not a forecast.

The moving average is the first indicator most people add to a chart, and the most over-read. It is genuinely useful, but only for one job: turning a jagged price series into a smoother line whose slope describes the recent trend. Everything interesting about it comes down to a single tension, that the same smoothing which removes noise also adds delay. This guide builds the mechanism from the arithmetic up: what the average computes, exactly how the simple and exponential versions differ, why length is a dial between lag and noise, how slope and crossovers are read, and the failure mode that matters most, the whipsaw in a sideways market where the tool has no trend to summarise.

Free interactive tool

Moving Average Explorer

Pick a period and type, and a second one to compare. See the exact smoothing factor, the weight the newest bar carries, and how many bars the line lags, translated into daily, weekly or intraday time. The chart draws both settings on the same series so the lag-versus-noise trade-off is visible, not abstract.

Common Indian setups

Primary average

Compare against

0NEWEST-BAR WEIGHT

Lag

In time

Half-life

What this setting is really trading off

The two settings on the same series

One illustrative price path (a trend that flattens into a range). The faster line hugs price and wobbles; the slower line stays smooth and turns late. Neither is better, they sit at different points on one dial.

Price Primary Compare

Read before you lean on any setting

    A moving average is a descriptive, lagging summary, and no period is best; the number the calculator prints is arithmetic, not an edge. Knowing which setting fits the timeframe, and when the market has no trend for any average to describe, is judgement, and it is what the method we teach is built around.

    First principles

    What a moving average actually computes

    A moving average is the arithmetic mean of the last N closing prices, recomputed on every bar. A 20-period average on a daily chart plots, at each date, the mean of that day's close and the nineteen before it. On the next bar the window slides forward one step: the close from twenty days ago falls out, the newest close comes in, and a fresh mean is plotted. That sliding window is the whole idea, and it is why the line is called moving.

    The purpose of the mean is noise reduction. A single close carries a lot of information that has nothing to do with the underlying trend: a one-day reaction to news, a burst of institutional flow, an options-expiry distortion. Any one close is a noisy sample. Averaging many closes lets the transient moves partly cancel, because a spike up on one day is diluted by ordinary bars around it, and what survives the averaging is the slower component, the drift. The current price answers "what is it now"; the moving average answers the more useful "where has the balance of trade been sitting lately".

    Two properties follow directly from the construction, and both matter. First, the average is smoother than price, and gets smoother as N grows, because a larger window dilutes each new bar more. Second, the average lags price, and lags more as N grows, because a mean centred on the recent past cannot turn until enough new bars have shifted the window's balance. Smoothing and lag are not two features you can tune separately. They are the same knob viewed from two sides, which is the tension the rest of this guide keeps returning to.

    The exact difference

    Simple versus exponential: how the weights are set

    The two common moving averages differ in one respect only: how they weight the bars inside the window. That single choice decides how fast the line reacts and how much noise it lets through.

    The simple moving average weights every bar equally. In a 20-period SMA each of the twenty closes contributes exactly one twentieth of the value. When a new bar arrives, the oldest bar is dropped entirely and the newest is added with the same one twentieth weight as everything else. A bar's influence is therefore a flat block: full weight for exactly N bars, then nothing. This makes the SMA smooth and even, but it also means a large old value leaving the window can jerk the line on its own, an artefact traders call the drop-off effect.

    The exponential moving average weights recent bars more and lets older bars fade geometrically rather than stopping at a hard edge. It is defined recursively:

    The EMA update rule and its smoothing factor The exponential moving average today equals price today times k plus the previous EMA times one minus k, where k equals two divided by N plus one. For N of 10 k is about 0.182, for N of 20 about 0.095, for N of 50 about 0.039. Larger N gives a smaller k and a smoother, slower line. The EMA is a weighted running mean EMA today = price today × k + EMA yesterday × (1 − k) with k = 2 / (N + 1) The smoothing factor k sets how much of today's price enters the line. A bigger k means a faster, noisier average. Period N 10 50 Smoothing k ≈ 0.182 ≈ 0.039 Weight on newest bar ≈ 18% ≈ 4% Character faster, noisier slower, smoother
    One knob, k, sets the whole character. The smoothing factor k = 2 / (N + 1) is the fraction of today's price that enters the line; the rest is inherited from yesterday's average. A short EMA has a large k and hugs price closely; a long EMA has a tiny k and drifts slowly. Older bars are never dropped, their weight simply decays geometrically toward zero.

    Work the numbers and the contrast is concrete. For a 10-period EMA, k = 2 / 11, which is about 0.182, so the newest close carries roughly 18 percent of today's line while everything before it supplies the other 82. A 10-period SMA, by contrast, gives that same newest close a flat 10 percent, one tenth, the same as every other bar. The EMA leans harder on the fresh information, which is exactly why it turns sooner. Push N up and k shrinks: a 50-period EMA has k of about 0.039, near 4 percent on the newest bar, so it barely flinches at any single close. Larger N, smaller k, smoother and slower line. The two averages agree on the trend and disagree on the timing, and after a sharp move that timing gap is where they visibly separate.

    Simple versus exponential moving average, same period N
    PropertySimple (SMA)Exponential (EMA)
    WeightingEvery bar equal, 1 / N eachRecent bars heaviest, decaying by k = 2 / (N + 1)
    Window edgeHard: full weight for N bars, then zeroSoft: old bars fade geometrically, never dropped
    Reaction speedSlower to turnFaster to turn
    Noise passed throughLessMore
    Known artefactDrop-off jump when a large old bar exitsNever fully forgets an old shock
    Typical fitLonger, structural readsShorter, timing-sensitive reads

    Worked by hand

    A worked example: the two averages on real arithmetic

    The difference is easiest to trust when you compute it. Take a ten-day series of closes with one gap-up spike on day four, the kind of one-day jump an Indian large-cap prints on a results day, then an ordinary drift. A five-day SMA and a five-day EMA (k = 2 / 6 = 0.333, seeded from the first SMA value) produce this:

    A 5-day SMA and 5-day EMA computed bar by bar on the same closes. Illustrative series, real arithmetic; reproduce it in any spreadsheet.
    DayClose5-day SMA5-day EMA
    1100
    2101
    3102
    4130 (spike)
    5103107.2107.20
    6104108.0106.13
    7105108.8105.76
    8106109.6105.84
    9107105.0106.22
    10108106.0106.82

    The drop-off effect, quantified. Look at day nine. Price rose, 106 to 107, yet the 5-day SMA fell from 109.6 to 105.0, a drop of 4.6, in a single bar. Nothing bad happened that day; the fall is pure artefact. The day-four spike of 130 finally rolled out of the five-bar window, and the SMA lurched down by (107 minus 130) divided by 5, exactly 4.6, on the day it exited. The EMA on the same day rose gently, 105.84 to 106.22, in line with price, because it never dropped the spike at all; it had been decaying that shock's weight a little each bar. An SMA can move sharply on a day when nothing new happens, purely because an old bar left. The EMA cannot.

    The reaction gap. Notice too that from day five the EMA turned down toward the ordinary 103 to 105 closes immediately, sitting near 106, while the SMA stayed pinned above 108 for three more bars because the spike still sat inside its equal-weighted window. The EMA leaned on the fresh, lower closes; the SMA gave the stale spike a full one-fifth vote until it aged out. Same series, same period, two different lines, and the disagreement is entirely about how each treats old information.

    Lag, as an actual number. A moving average lags its price by roughly (N minus 1) divided by 2 bars. That turns vague into concrete: a 20-day average lags about 9.5 trading days, close to two weeks; a 50-day average about 24.5 days, near five weeks; and the 200-day average about 99.5 days, roughly five months. When someone says the 200-DMA "confirmed the trend," they mean it confirmed something price settled months earlier. The lag is not an opinion, it is arithmetic you can compute before you ever place a trade.

    The core trade-off

    Lag versus noise: one dial, no free lunch

    Everything about choosing a moving average reduces to a single dial. Turn it toward more smoothing, a longer period or the simple average, and the line rejects more noise but confirms every turn later. Turn it toward less smoothing, a shorter period or the exponential average, and the line reacts sooner but flips more often on moves that were only noise. You do not get both. Removing noise costs delay; removing delay costs noise. There is no setting that is fast and clean at once, only a chosen balance between lag and whipsaw.

    A fast EMA hugs price; a slow SMA lags but stays smooth Price rises and falls in swings. A short exponential moving average stays close to price and turns soon after each swing high and low. A long simple moving average is much smoother and turns noticeably later, illustrating that faster tracking comes with more noise and smoother tracking comes with more lag. The same price, two settings of one dial Price swing high in price fast EMA close behind slow SMA still catching up Price Short EMA, fast, noisier Long SMA, slow, smoother
    Fast and clean cannot coexist. The exponential line tracks each swing quickly and pays for it by wobbling with the noise; the simple line stays smooth and pays for it by turning late at every high and low. Illustrative shapes, not real prices. Choosing a moving average is choosing where on this dial you want to sit for a given timeframe.

    This is also why period length carries meaning beyond arithmetic. A shorter average answers a short-horizon question and tolerates noise to do it; a longer average answers a structural question and tolerates lag to do it. The table below frames the same length choice as positions on the lag-versus-noise dial, with the character each end tends to have. None of these is a recommendation, and none is best; each is a different point on the one trade-off.

    Period length as a position on the lag-versus-noise dial (illustrative)
    Period bandSmoothingLagNoise passedQuestion it tends to answer
    ShortLowLowHighWhat is the near-term drift, accepting false turns
    MediumModerateModerateModerateIs the intermediate trend up, down or flat
    LongHighHighLowWhat is the structural regime, accepting late turns

    How they are read

    Slope, dynamic levels and crossovers

    A moving average is read three ways, and each reflects something different about price. None of them is a signal with an edge; they are ways of describing what price has already done.

    Slope, for trend direction. The most direct read is the tilt of the line. A rising average means recent closes have on balance been higher, a falling average the reverse, and a flat average means the closes have no net drift. Because the average is a smoothed mean of past bars, its slope is a compact summary of the recent trend's direction and pace. It describes the state of the trend up to now; it makes no claim about what price does next.

    Dynamic support and resistance, a behavioural effect. Price often appears to pause, bounce or turn near a moving average, so a rising line can look like support and a falling line like resistance. The mechanism here is not in the arithmetic; it is in the crowd. When a widely used period is watched by many participants, their orders cluster around that same line, and it is the clustered behaviour, not the average itself, that creates the effect. This is why the tendency shows up around popular, round-numbered periods and evaporates in conditions where the crowd stops respecting the line.

    Crossovers, for a shift in trend. When a faster average crosses a slower one, the point where they meet marks the moment the shorter-horizon mean overtook the longer-horizon mean, which is a proxy for a change in the balance of the trend. The two most cited are the golden cross, popularly a 50-period average crossing above a 200-period, read as a shift toward an uptrend, and the death cross, the same 50 crossing below the 200, read as a shift toward a downtrend. They are widely watched precisely because the pair is slow and the cross is rare, which also plants the flaw examined next.

    Dynamic support and a golden cross, both illustrative On the left, price in an uptrend repeatedly pulls back to a rising moving average and turns up, which looks like dynamic support. On the right, a fast moving average crosses above a slow moving average at a point marked golden cross, occurring after price has already advanced, showing the lag in the signal. Two ways a moving average gets used A rising line as dynamic support touch touch touch Price keeps turning up off the rising average A fast average crossing a slow one golden cross after price already rose Fast Slow
    The read is descriptive, the cross is late. On the left, price turning up repeatedly off a rising line is the dynamic-support tendency, driven by who is watching, not by the line itself. On the right, the faster average only crosses the slower one after price has already climbed, which previews the lag problem. Both panels are illustrative shapes, not real data.
    The three common reads, what each reflects, and the caveat
    ReadWhat it reflectsThe caveat
    Slope of the lineDirection and pace of the recent trend, up, down or flatDescribes the past only; a rising slope makes no claim that the trend continues
    Price near the lineA behavioural clustering of orders around a widely watched periodOnly a tendency; price cuts through the same line freely in choppy conditions
    Faster crossing slowerThe shorter-horizon mean overtaking the longer one, a proxy for a trend shiftDeeply lagging; confirms a change that already began and can print near an extreme

    On Indian charts

    Which averages Indian desks and screens actually run

    The arithmetic is universal, but the periods that matter are conventions, and conventions are local. On Indian equity charts a handful of day-based moving averages, quoted as DMAs, carry almost all the attention, and they carry it precisely because so many participants watch the same lines. This is the behavioural clustering from earlier, made concrete for the Nifty and Indian large-caps.

    The moving averages most watched on Indian equity charts, and the job each tends to be used for. Descriptive convention, not a recommendation; no period is superior.
    AverageWhere it is usedWhat it is read forLag (approx)
    9 / 21 EMAIntraday and fast swings on Nifty and Bank NiftyNear-term momentum, the fast pullback line~4 / ~10 bars
    20 DMASwing trading, daily chartsThe short-term trend and pullback zone~2 weeks
    44 MAA popular retail moving-average system in IndiaTrend-continuation entries after a pullback~4 weeks
    50 DMAPositional trend, widely quoted by desks and mediaIntermediate trend health~5 weeks
    100 DMAPositional, a secondary structural lineTrend confirmation between 50 and 200~10 weeks
    200 DMAThe line financial media quote mostThe long-term regime, bull versus bear~5 months

    Two features of Indian market microstructure change how these lines behave, and neither shows up in a textbook that assumes a smooth Western session:

    Gaps make the EMA jump. Indian stocks open with frequent overnight gaps, on results, block deals, global cues or index-rebalance flows, so a daily close can sit far from the prior one. Because the EMA leans hardest on the newest close, a gap day yanks a short EMA sharply while the equal-weighted SMA absorbs the same bar as just one of N. If you trade Nifty or Bank Nifty around events, the fast EMA you chose for responsiveness is also the line that will whip you on a gap.

    Expiry and circuits distort the bar itself. Weekly and monthly derivative expiries can pin or jerk the index close, and single stocks that hit a circuit limit print an artificial, frozen close. A moving average treats every close as clean data, so an expiry-distorted or circuit-frozen bar enters the average at full weight and quietly biases the line for the next N bars. The average has no idea the bar was manufactured; only you do.

    Daily is the honest default in India. The daily close is the most robust bar the Indian market produces: it reflects the full auction and is the reference the whole market shares. Intraday averages on 5 or 15-minute bars are usable but noisier and more exposed to the open-auction gap and the pre-close volatility, which is why the DMAs above, built on daily closes, are the ones that acquired their following in the first place.

    The honest core

    The failure mode: whipsaw, lag and no forecast

    A moving average is built on one assumption: that there is a trend to summarise. Where that assumption holds, the tool reads well. Where it breaks, so does the tool, and it breaks in three connected ways that every honest treatment has to state plainly.

    Whipsaw in sideways markets. In a range there is no net drift, so price oscillates back and forth across a flat average. A single average is crossed repeatedly; a crossover pair flips one way, then back, then forward again. Each flip looks like a fresh signal and each is false, a whipsaw. The cruel part is the clustering: the false crosses bunch up exactly in the flat, trendless stretches where there was never a move to catch. A tool designed to summarise a trend produces its worst output precisely when there is no trend, and no choice of period removes this, it only trades the frequency of the whipsaws against the lag.

    Whipsaw: crossovers flip repeatedly in a flat range In a sideways range price moves up and down without net direction. A short moving average and a long moving average cross each other several times. Each crossing is marked with a cross symbol as a false signal, illustrating the whipsaw failure mode of moving averages in trendless conditions. In a range, the crossover just whipsaws Flat range, no net trend Each crossing is a false signal, a whipsaw Short MA Long MA Illustrative. The two lines weave together because there is no trend to separate them.
    The whipsaw is not a bug, it is the assumption failing. With no net drift, the fast and slow lines keep braiding across each other, and every crossing reads as a signal while none marks a real move. A shorter period flips more often, a longer one flips later, but the flat range defeats both. Illustrative shapes, not real prices.

    Crossovers lag badly. A crossover of two slow averages is one of the most delayed reads in technical analysis, because both lines are already lagging price and the cross needs one to overtake the other on top of that. A golden or death cross therefore confirms a change that began well before the cross printed, and in a fast move it can print near a top or a bottom, after most of the move it is supposed to flag has already happened. This is not a defect to be tuned out; it is the direct arithmetic consequence of averaging past bars. The wider the pair, the later and the surer the cross, another face of the same lag-versus-noise dial.

    It is descriptive, never predictive. The deepest point is the simplest. A moving average is a rolling mean of prices that have already closed. It contains no information the market has not already produced, and it makes no statement about the future. A rising average tells you the recent trend has been up; it does not tell you the trend will continue, and it cannot. Read this way, the golden and death crosses are best understood as widely watched, lagging reference points, useful as a shared vocabulary for a trend that has already turned, not as signals that carry an edge. The value of a moving average is real but bounded: it summarises the past cleanly, and asking it to forecast is asking it to do the one thing its construction forbids. Reading a lagging summary correctly, and knowing when the tool has no trend to describe, is the kind of judgement that the method we teach is built around.

    Where a moving average misleads. Three conditions, all consequences of the same design: it whipsaws in flat ranges because there is no trend to summarise; its crossovers confirm turns late, sometimes near the extreme; and it never predicts, because it is only a mean of closed bars. Any source that presents a crossover as a signal with an edge, or a single period as best, is asking a descriptive, lagging tool to do something it cannot.

    India, right now

    The Nifty and its 200-DMA, as of July 2026

    Nothing makes the lesson land like the live tape. As of early July 2026, the Nifty 50 reclaimed its 200-day exponential moving average, near 24,421, on 6 July, after having traded below that line since late February. Indian financial media covered the reclaim as a milestone, "Nifty back above its 200-day average," which is exactly the widely-watched, lagging reference this guide describes: a line the whole market shares as shorthand for the long-term regime.

    Two details from that same tape sharpen the mechanism:

    The same 200 gives two different lines. As of early July 2026 the Nifty's 200-day EMA sat near 24,421 while its 200-day SMA sat near 23,663, a gap of roughly 760 points, about three percent of the index. Same instrument, same 200-period, two lines nearly a month of range apart, purely because one weights recent closes more. Anyone who says "the 200-day moving average is at X" for the Nifty has quietly chosen a weighting; ask which.

    Sitting on the average is the whipsaw zone. Having reclaimed the line, the index then held a broadly sideways band, roughly 24,200 to 24,650, right on top of its own averages, with the India VIX near 12, a low-volatility reading. That is precisely the condition the failure-mode section warns about: when price hugs a flat average with no net drift, any crossover or price-versus-line read flips back and forth. A trader mechanically buying every reclaim and selling every loss of the 200-DMA in a range like this collects whipsaws, not a trend. The tool is not broken; the market simply has no trend for it to summarise at that moment.

    Verify before you use these. Index levels and moving-average values drift every session; the July 2026 figures above are a dated snapshot to make the mechanism concrete, not a current reading or a call. Check the live Nifty and its averages yourself, and note that examples on this page use lagged, illustrative data in keeping with the educational framing SEBI expects of teaching material.

    Where it fits

    When to reach for a moving average, and when not

    A moving average is one tool for one job: describing the trend of a series that has a trend. Set against the alternatives, its place is narrow and clear, and knowing when to put it down matters as much as knowing how to read it.

    The moving average against neighbouring trend and level tools, on what each answers and where each fails.
    ToolAnswersStrong whenFails when
    Moving averageDirection and pace of the recent trendThere is a clean trend to summariseFlat range: whipsaw; and it never forecasts
    MACDMomentum of the trend (two EMAs differenced)A trend is accelerating or fadingRange: same whipsaw, inherited from its EMAs
    Horizontal support / resistanceFixed price levels the market remembersRanges and revisits to prior highs and lowsStrong trends that leave old levels behind
    VWAP (anchored)Fair value from a volume-weighted anchorIntraday and around a known eventMulti-day structural reads it was not built for

    The pattern is the one this whole guide keeps returning to: a moving average earns its keep in a trend and misleads in a range, and the honest use is to read it as a lagging description, pair it with a level tool for context, and set it aside entirely when there is no trend for it to describe. A tool used inside the conditions it was built for is worth more than a cleverer tool used everywhere.

    Common Questions

    Frequently Asked Questions

    A moving average is a rolling average of price over the last N periods. Each new bar drops the oldest value and adds the newest, so the line moves forward with time. Averaging cancels the day-to-day noise in raw price and leaves a smoother line whose level and slope describe the trend. By construction it uses only closed bars, so it is a lagging summary of price that has already happened, not a forecast of price to come.

    A simple moving average (SMA) weights every bar in the window equally: a 20-period SMA gives each of the 20 closes a weight of one twentieth. An exponential moving average (EMA) weights the most recent bar most and lets older bars fade geometrically, using a smoothing factor k equal to 2 divided by N plus 1. Because the EMA leans on the latest price, it turns sooner than an SMA of the same length, but it also transmits more of the noise the average was meant to remove.

    The exponential moving average updates as EMA today equals price today times k, plus EMA yesterday times one minus k, where k, the smoothing factor, equals 2 divided by N plus 1. For a 10-period EMA, k is about 0.182, so the newest bar carries roughly 18 percent of the value; for a 50-period EMA, k is about 0.039, near 4 percent. A larger N gives a smaller k, a smoother and slower line. The weight on older bars falls away geometrically rather than stopping at a hard edge.

    Neither is better; the choice is a trade-off with no free lunch. A longer period, or a simple average, smooths more noise but lags more, so it confirms a turn later. A shorter period, or an exponential average, reacts faster but passes through more noise, so it produces more false turns in choppy conditions. Length is a single dial between lag and noise. The right setting depends on the timeframe and the noise you are willing to tolerate, not on any period being superior.

    The slope of the line summarises trend direction: a rising average means recent closes have been higher on balance, a falling one the reverse, and a flat average means no net drift. Where price sits relative to the line frames context. Because the average is a rolling mean, it is a descriptive summary of what price has already done. It does not know the future, so slope tells you the state of the recent trend, not whether that trend will continue.

    Sometimes, and the reason is behavioural, not mechanical. A rising average can behave as dynamic support, and a falling one as dynamic resistance, when enough participants watch the same widely used period and act around it, so their collective orders cluster near the line. The line has no special power of its own. In trending conditions the effect can appear repeatedly; in choppy conditions price slices through the same average again and again, which is why the effect is a tendency, never a rule.

    A golden cross is when a faster average, popularly the 50-period, crosses above a slower one, popularly the 200-period; a death cross is the same pair crossing the other way, the 50 below the 200. Both are widely watched as proxies for a shift in the longer trend. Both are also deeply lagging: two slow averages only cross well after price has already moved, so the cross confirms a change that began earlier and can print near a top or a bottom.

    A moving average assumes there is a trend to summarise. In a sideways range there is no net drift, so price oscillates across the flat average and any crossover pair flips back and forth. Each flip is a false signal, a whipsaw, and a run of them clusters exactly where there is no trend to catch. This is the core limitation: an average is a descriptive, lagging tool that reads a real trend well and misreads a range badly. It summarises the past; it does not predict.

    On Indian charts a few day-based averages dominate attention: the 9 and 21 EMA for intraday and fast swings on the Nifty and Bank Nifty, the 20 DMA for short-term swings, the popular 44 MA retail system, and the 50, 100 and 200 DMA for positional and structural reads, with the 200-DMA the one financial media quote most. Their weight comes from how many people watch the same lines. As of early July 2026 the Nifty 50 reclaimed its 200-day EMA near 24,421 on 6 July after trading below it since late February, then held a broadly sideways band of about 24,200 to 24,650 with the India VIX near 12. Note the 200-day EMA near 24,421 and the 200-day SMA near 23,663 differed by roughly 760 points, a live reminder that the same 200 period gives two different lines. Verify the current levels before relying on them; these are a dated snapshot, not a call.

    Where the facts come from

    Sources

    • Moving average definition and the lagging property. A moving average is the average closing price over a set number of trading days, used to reduce the noise of daily moves; because it is based on past prices, it lags, and the longer the period the greater the lag. fidelity.com
    • The golden cross and death cross. The golden cross is a shorter average, typically the 50-day, crossing above a longer average, typically the 200-day; the death cross is the same pair crossing down. Both are lagging references built from past data. corporatefinanceinstitute.com
    • The EMA smoothing factor. The exponential moving average updates as price times k plus the previous EMA times one minus k, with the smoothing factor k equal to 2 divided by N plus 1, giving roughly 18 percent weight on the newest bar for a 10-period EMA and about 4 percent for a 50-period EMA. Standard technical-analysis definition of the exponential average.
    • Whipsaw and the sideways-market failure. In volatile or sideways conditions price crosses the average repeatedly, generating false signals, and crossovers can cluster near tops and bottoms, which is why moving averages perform poorly in ranges and work only as lagging, descriptive tools rather than predictors.
    • The Nifty versus its 200-day average, July 2026. The Nifty 50 reclaimed its 200-day exponential moving average, near 24,421, on 6 July 2026 after trading below it since late February, then held a broadly sideways range of about 24,200 to 24,650. The 200-day SMA sat near 23,663, roughly 760 points below the 200-day EMA. Values drift each session; verify current levels. nseindia.com
    • The current volatility regime. NSE India VIX, the options-implied 30-day volatility of the Nifty 50, near 12 in mid-July 2026, a low-volatility reading on a 52-week range of roughly 8.7 to 28.9. nseindia.com
    Educational note. This guide explains what a moving average is and how the simple and exponential versions work. It is not a recommendation to trade or invest, it does not endorse any period or setting as best, and it is not investment advice. Bharath Shiksha is an educational publisher, not a SEBI-registered investment adviser or research analyst.

    Related guides

    The MACD, built from moving averages

    Read →

    What is the Supertrend indicator?

    Read →

    An indicator summarises the past. Judgement reads it.