Concept

Elastic Volume-weighted MA

Elastic Volume-weighted MA is a Trend concept. The Library holds 4 implementations, each one a working definition you can pull into Quant.

eVWMA

Top Elastic Volume-weighted MA indicators

4 total

What is an Elastic Volume-weighted MA?

The elastic volume-weighted moving average (eVWMA), introduced by Christian Fries, is a recursive average in which volume sets each bar's influence. Each update scales the prior value by (N minus volume) over N and adds price scaled by volume over N, where N is a chosen volume budget. Structurally it is an EMA whose smoothing constant is the bar's share of that budget instead of a fixed number: heavy bars move it sharply, quiet bars barely move it, and a zero-volume bar leaves it unchanged.

Fries proposed setting N to the number of shares outstanding, under a model in which each trade randomly replaces existing holdings; the line then approximates the average price at which the current shareholder base acquired its shares. That makes the eVWMA a cost-basis reading, closer in spirit to an anchored VWAP than to a fixed-window average. Where float data does not exist, implementations substitute a multiple of recent cumulative volume, and that choice dominates the line's speed.

How traders use it

  • As a participation-weighted trend line: slope, side-of-line and crossover logic all work as with any average, with the property that only volume-backed moves relocate the line quickly.
  • As a cost-basis proxy: with a float-scale budget, price stretched far above the eVWMA is read as holders sitting on large open profits, a condition worth knowing, though not a timing signal by itself.
  • As a self-adjusting base for bands and envelopes, since its responsiveness tracks activity rather than requiring a period parameter tuned per market.

eVWMA vs other volume-weighted averages

VWMA: The VWMA weights the last N bars by raw volume and forgets anything older than the window. The eVWMA has no window: old prices fade gradually, at a rate set by subsequent traded volume rather than by bar count.

Volume-adjusted MA: Volume-adjusted MA is an umbrella, Arms-lineage label for window-based averages where volume sets bar weights or the effective lookback. The eVWMA is one specific recursive formula: an EMA with a volume-driven smoothing constant.

More Elastic Volume-weighted MA implementations

Related concepts · Moving-average lineage

Concept family

Trend

100 concepts mapped · 88 in the Library

Elastic Volume-weighted MA FAQ

What should N be in the eVWMA formula?

Fries' original used shares outstanding, which makes the line a cost-basis approximation for that stock. Where no float exists (crypto, forex, futures), implementations commonly use cumulative volume over a lookback, sometimes scaled by a multiplier. Larger budgets produce a smoother, slower line. There is no universal default, and the budget plays the role a period plays in ordinary averages, so check which convention a given tool uses.

Is the eVWMA the same as VWAP?

No. A session VWAP is a cumulative average of volume-weighted price that resets each session, and anchored variants expand from an event. The eVWMA never resets: it is recursive, with exponential-style decay whose speed depends on traded volume. The two can track each other closely while volume is steady, then separate sharply around volume shocks.

Build Elastic Volume-weighted MA your way.

Quant writes, tests, and refines it with you — then it runs on LuxAlgo charting or ports to TradingView.