Concept
Volume-adjusted MA
Volume-adjusted MA is a Trend concept. The Library holds 3 implementations, each one a working definition you can pull into Quant.
Top Volume-adjusted MA indicators
3 total
What is a Volume-adjusted MA?
A volume-adjusted moving average weights each bar's price by how much trading it carried, so heavily traded bars pull the average toward their price and quiet bars barely register. The idea is usually credited to Richard Arms, the EquiVolume developer: his construction allocates weight in fixed volume increments and reaches back over however many bars are needed to accumulate them, so the effective lookback stretches in thin trade and compresses when activity surges.
The label is looser than most moving-average names. Many modern implementations keep a fixed window and weight each bar by its volume relative to average volume, which lands close to a VWMA; others reproduce Arms' elastic-lookback version. The shared premise is that prices where heavy volume changed hands say more about accepted value than prices printed on thin activity, so volume rather than time alone should set each bar's influence.
How traders use it
- As a participation-weighted trend baseline: price holding above a rising volume-adjusted MA suggests the heavily traded prices are stacking up beneath the market, and crosses are read like any MA cross, with heavy-volume bars moving the line fastest.
- As a filter on thin drift: quiet bars barely move the line, so an extended move on weak relative volume that fails to drag the average with it is treated with suspicion.
- As a drop-in replacement for time-weighted averages in crossover or band logic when the builder wants responsiveness tied to activity instead of a fixed period.
Volume-adjusted MA vs neighboring averages
VWMA: The VWMA is a single fixed formula: the last N closes weighted by raw volume over a set window. Volume-adjusted MA is a broader label whose Arms-lineage versions let the lookback itself flex with accumulated volume, so always check which formula a given tool implements.
Elastic Volume-weighted MA: The eVWMA is recursive: each bar's volume, divided by a volume budget, becomes that bar's smoothing weight in an EMA-style update. No window is involved, whereas volume-adjusted MAs are typically window-based, whether the window is fixed or volume-elastic.
Related concepts · Moving-average lineage
Concept family
Trend
100 concepts mapped · 88 in the Library
Volume-adjusted MA FAQ
Is a volume-adjusted moving average better than a simple moving average?
Different rather than better. It re-ranks the same prices by participation, which helps when volume is informative (stocks, futures, liquid crypto) and adds noise when it is not. It has no edge by construction: in steady-volume conditions it converges toward an ordinary average, and no weighting scheme prevents whipsaws in ranging markets.
Does a volume-adjusted MA work on forex charts?
With caveats. Spot forex has no centralized volume, so platforms substitute tick volume, and crypto volume differs by venue; the same formula can therefore draw different lines on different feeds. On thin symbols a handful of outlier bars can dominate the weighting. The tool is only as meaningful as the volume series feeding it.
Build Volume-adjusted MA your way.
Quant writes, tests, and refines it with you — then it runs on LuxAlgo charting or ports to TradingView.


