Statistics

Mean (Average)

The mean is the plain average — add up a set of numbers and divide by how many there are. It's the single most familiar statistic in the world, and in markets it's the backbone of the "moving average": the average price over the last N bars, recalculated as each new bar arrives. This page explains what the mean is, why "compared to its own average" is such a useful question, how HIE computes it, and the mistakes people make reading it.

Key takeaway

The mean is the ordinary average: the sum of values divided by their count. In markets it underlies the moving average — the mean price over a trailing window — and it's what "compared to its own average" refers to. In HIE, the mean is a live function (MEAN) you can compare any feature against its own recent average, and "SMA" resolves openly to it. Every answer discloses the window and method used.

Published
Jul 1, 2026
Last reviewed
Jul 1, 2026
Research through
July 2026
Reading time
6 min
Difficulty
intro
Markets
General
Author
Dhaval Barot, MPM Markets
Publisher
MPM Markets
Version
v1.0

The mean is the plain average — add up a set of numbers and divide by how many there are. It's the single most familiar statistic in the world, and in markets it's the backbone of the "moving average": the average price over the last N bars, recalculated as each new bar arrives. This page explains what the mean is, why "compared to its own average" is such a useful question, how HIE computes it, and the mistakes people make reading it.

If you've ever asked "is price above its 200-day average?" — you were asking about a mean.

In 30 Seconds

  • The plain average — sum the values, divide by the count.
  • The basis of moving averages — "the 200-bar average" is a mean over the last 200 bars.
  • Great for "compared to its own normal" — is price, volume, or RSI above or below its recent average?
  • "SMA" is a mean — HIE discloses "simple moving average = MEAN" so there's no mystery.
  • HIE discloses exactly how it's computed — the window and method, printed every time.

Definition

The mean of a set of numbers is their sum divided by how many there are — the everyday "average." Take five recent closes of 100, 101, 99, 102, and 98: add them up (500) and divide by five, and the mean is 100. That's the average price over those five bars.

"Mean = (sum of the values) ÷ (number of values)"

For most traders, the mean is encountered as a moving average: the mean of the last N bars, recomputed as each new bar arrives so it "moves" forward through time. "The 200-bar average" is simply the mean of the last 200 bars. This is the same thing traders call a simple moving average (SMA) — a name for a specific kind of mean, not a separate calculation.

The mean's defining trait is also its main weakness: it uses *every* value equally, which makes it a clean summary of the center but sensitive to extremes — one unusual value pulls the average toward it. (That's the contrast with the median, which we cover separately.)

Why It Matters

The mean matters in markets mostly through one intuitive question: is this value above or below its own recent normal? "Is price above its 200-bar average?" "Is today's volume above its average?" "Is RSI above its own average?" Each of these is a mean comparison, and each is a clean, honest way to ask whether something is elevated or depressed relative to its own recent behaviour — rather than against an arbitrary fixed level.

This is why moving averages are among the most-used tools in all of trading: a moving average *is* a mean, and "price relative to its moving average" is one of the oldest ways to gauge whether a market is stretched above or sitting below its recent center. The mean gives that comparison a precise, reproducible definition.

To ground it with no math: imagine price has averaged around 100 over its last 200 bars, and today it's at 108. "Above its 200-bar average" is true, and by a clear margin. Now imagine the average drifts up to 110 as the window moves forward; at 108, price is now *below* its own average. The raw price didn't move — its relationship to its own recent normal did. That relationship is what a mean comparison captures, and why it stays meaningful as the market evolves.

How HIE Computes It

HIE computes the mean as a live function — you can compare any feature (price, volume, RSI, ATR) against its own trailing average — and every answer prints the window and method it used. Two things worth stating plainly:

  • Simple mean over a strictly-trailing window. HIE's mean (v1) is the simple average — every bar in the window weighted equally — measured against a value's own trailing history, using nothing from after the current bar (no look-ahead). (See Look-Ahead Bias.)
  • "SMA" resolves openly to the mean. When you ask about a "simple moving average" or "SMA," HIE runs it as a mean and *discloses the translation* — the "what ran" line literally shows that your "SMA" is the simple moving average is MEAN. No hidden indicator, no mystery formula.

In HIE's disclosure, a comparison against the mean appears in this form:

PRICE > MEAN(PRICE, window=200, method=simple, rolling, strictly-trailing, v1)

So "NQ above its 200-bar average" resolves to exactly that, and "ES above its 50-bar simple moving average" resolves to the same shape with `window=50` — with the What-ran line disclosing `(your 'SMA' = the simple moving average = MEAN)`.

A deliberate honesty behaviour: a bare "moving average" (e.g. "the 200 moving average," with no "simple" or "exponential") is *ambiguous* — simple and exponential averages are genuinely different calculations. So HIE asks which you meant rather than silently picking one, one tap either way. Writing "SMA" or "EMA" explicitly skips the question. (The mean's method is versioned — today it's `simple`; other methods would arrive as new, disclosed methods, never silently.)

Each feature carries a disclosed default window from HIE's registry (100 bars for price and RSI, 20 for volume and ATR); you can specify your own, and when you don't, HIE asks. The window used is always printed.

Try These HIE Questions

The mean is most useful as a "compared to its own average" question. Each of these runs in HIE today and returns a certified answer:

  • "NQ above its 200-bar average" — resolves to `PRICE > MEAN(PRICE, window=200, method=simple, …)`.
  • "ES above its 50-bar simple moving average" — same shape, `window=50`, with the SMA→MEAN translation disclosed.
  • "ES volume above its average" (250-bar window chosen) — resolves to `VOLUME > MEAN(VOLUME, window=250, …)`.

*(Real answers generated on 16 July 2026, research through that date; counts can change after a future data refresh.)*

The mean applies to price, volume, RSI, and ATR alike — "is this feature above or below its own recent average?" And alongside the mean, HIE also computes the median, standard deviation, maximum, and minimum over a trailing window, so you can ask about a feature's center, spread, and extremes, all disclosed the same way.

Common Mistakes

"The mean is always the best measure of 'typical.'"
Not always. Because the mean uses every value equally, a few extreme readings can drag it away from what's actually typical. When data is lopsided or has outliers, the median often describes "typical" better. The mean is the right tool when data is reasonably balanced.
"A moving average predicts where price is going."
No. A moving average is just the mean of recent prices — a description of where the center *has* been, not a forecast. "Price crossed its average" is a statement about the past, not a signal about the future.
"SMA is some special indicator separate from an average."
No — a simple moving average *is* a mean over a trailing window. HIE discloses exactly this ("SMA = MEAN") so there's no illusion that it's a proprietary formula.
"There's one true moving average for a market."
No. The mean depends entirely on the window (a 50-bar average and a 200-bar average are different numbers, both correct) and on whether it's simple or exponential. This is why HIE discloses the window and asks which kind you mean.

Limitations

The mean is foundational but limited in exactly one well-known way: it's sensitive to outliers. Because every value counts equally, a single extreme reading pulls the average toward it, which can make the mean unrepresentative of "typical" when data is skewed or spiky — precisely the conditions markets often produce. For a center that resists outliers, the median is the better tool.

Like every statistic here, a mean is also only as meaningful as its window and sample: measured over too few bars it's noisy, and it describes the past window it was computed over, never the future. A moving average summarises where the center has been — it does not know where it's going.

How This Fits Into MPM

The mean is one of HIE's aggregation functions — the basis for comparing any feature against its own recent average, and the honest definition behind the familiar "moving average."

You'll encounter it in:

  • HIE (Historical Intelligence Engine), where the mean is a live function: you can ask whether price, volume, RSI, or ATR is above or below its own trailing average, and every answer discloses the window and method — including openly translating "SMA" to the mean, and asking which kind you mean when "moving average" is ambiguous.
  • Research Papers, where "relative to its average" is expressed as a disclosed mean comparison rather than a vague indicator reference.
  • Intelligence Circle — a member-only research environment containing advanced market research, historical investigations, and trading strategies developed using the MPM research framework.

MPM's broader stance is that even the most familiar statistic should be disclosed, not assumed — which is why HIE shows that your "SMA" is a mean, names the window, and never silently picks between simple and exponential.

Frequently asked questions

The ordinary average: add up the values and divide by how many there are. In markets, the mean of the last N bars is a moving average.

Yes. A simple moving average (SMA) is the mean of the last N bars, recomputed as each bar arrives. HIE discloses this directly — your "SMA" runs as MEAN, shown in the "what ran" line.

The mean is the arithmetic average and uses every value equally, so outliers pull it. The median is the middle value and resists outliers. For balanced data they're close; for skewed or spiky data they can differ a lot.

Because "moving average" alone is ambiguous — a simple and an exponential moving average are different calculations. Rather than silently pick one, HIE asks (one tap), so you always know which you got. Writing "SMA" or "EMA" explicitly skips the question.

As a simple average over a disclosed, strictly-trailing window — using nothing from after the current bar. You can compare any feature to its own mean, and every answer prints the window and method used.

No. It's a description of where price sits relative to its recent center — useful context, not a recommendation. HIE reports the historical behaviour around such conditions; it never tells you to buy or sell.

Supporting evidence

Research, methodology and datasets supporting this page.

Where you'll encounter this

Continue your research journey

Statistics
Median

The median is the middle value — line your numbers up from smallest to largest, and the median is the one in the middle. It answers "what's normal?" better than the average often can, because it isn't thrown off by a few unusually big or small values. It just reports the middle of the pack. This page explains what the median is, why it's often more honest than the mean, how HIE computes it, and the mistakes people make reading it.

Statistics
Standard Deviation

Standard deviation measures how spread out a set of numbers is — how far, on average, readings tend to sit from the middle. When it's small, the values stay close together (a calm, steady market). When it's large, they're all over the place (a volatile, jumpy market). It's one of the most widely used measures of "how spread out" anything is — and it's the building block a z-score is made from. This page explains what standard deviation is, why it matters, how HIE computes it, and the mistakes people make reading it.

Statistics
Percentile

Is today's trading volume high? A percentile answers that in plain terms: it tells you what share of recent readings were lower than today's. If volume is in the 95th percentile, today was higher than 95% of recent sessions — genuinely elevated. If it's in the 40th percentile, it was fairly ordinary. This page explains what a percentile is, why it's often more honest than an average, how HIE computes it, and the mistakes people make reading it.

Statistics
Z-Score

Today's move is bigger than usual — but how much bigger? A z-score answers exactly that, by measuring a value against its own recent history and expressing the gap in standard-deviation units. A z-score of 0 means "exactly average"; +2 means "two standard deviations above average — an unusually high reading"; −2 means "unusually low." It's one of the cleanest ways to turn a raw number into a statement about how rare it is. This page explains what a z-score is, why it's useful, how HIE computes it, and the mistakes people make reading it.

Trading Statistics
Sample Size in Trading

Sample size is simply how many trades — or how many observations — a statistic is based on. It's the least glamorous number in trading and arguably the most important, because every other metric is only as trustworthy as the sample behind it. This page explains what sample size is, why a small sample can make almost any result look good, the mistakes people make with it, and why sample size sits at the centre of how MPM decides whether a number counts as evidence.

Statistics
Rolling Maximum & Minimum

The rolling maximum is the highest value over a recent stretch of bars; the rolling minimum is the lowest. "Volume at its 250-bar maximum" simply means today's volume is the highest it's been in the last 250 bars. They're the most direct way to ask "is this the most extreme reading lately?" — and in HIE there's one honest detail about price highs and lows that's worth understanding. This page explains what rolling max and min are, how HIE computes them, and where a subtle routing choice keeps one concept to one computation.

Citations

  1. MPM Markets (2026). Mean (Average). MPM Learning Center.Suggested citation: MPM Markets (2026). Mean (Average). MPM Learning Center. mpmmarkets.com/glossary/mean

Suggested citation

Dhaval Barot, MPM Markets (2026). Mean (Average). MPM Markets Retrieved from https://mpmmarkets.com/glossary/mean

Reviewed Jul 1, 2026 · Research current through July 2026 · v1.0