Ease of Movement Indicator¶
OVERVIEW¶
The Ease of Movement (EMV) indicator is a technical analysis tool developed by Richard Arms that relates price changes to trading volume. It measures how much volume is required to move prices by a given amount, functioning as an oscillator that reveals whether price movement is occurring with or against volume resistance.
Note
EMV is a secondary indicator. Always confirm signals with price structure or trend filters before acting.
| Condition | EMV Behavior | Interpretation |
|---|---|---|
| Prices rise on light volume | EMV increases | Buyers advancing with ease |
| Prices fall on heavy volume | EMV decreases | Sellers aggressively liquidating |
| High volume, small price move | EMV near zero | Effort absorbed; trend exhaustion |
| Price breakout, EMV flattens | Divergence warning | Breakout likely to fail |
HOW TO USE¶
Reading the EMV Line¶
The EMV is smoothed with a 14-period moving average to produce the final signal line. Interpret values relative to the zero line.
- Positive EMV — upward price movement with low volume resistance
- Negative EMV — downward price movement on heavy volume
- Zero line crossover (up) — standard buy signal; prices rising with ease
- Zero line crossover (down) — standard sell signal; prices falling with ease
Spotting Divergence¶
Divergence is the highest-value application of the EMV indicator.
Tip
If price prints a higher high but EMV prints a lower high, the advance required significantly more volume effort than the prior move. This bearish divergence foreshadows a potential reversal.
- Bearish divergence — higher price high, lower EMV high
- Bullish divergence — lower price low, higher EMV low
FEATURES¶
Calculation Method¶
EMV derives a single oscillating value from three sequential steps.
| Step | Formula |
|---|---|
| Midpoint Move | (Current High + Current Low) / 2 − (Previous High + Previous Low) / 2 |
| Box Ratio | Volume (in 10,000s) / (Current High − Current Low) |
| Ease of Movement | Midpoint Move / Box Ratio |
The raw EMV values are then smoothed with a 14-period moving average to generate the plotted line.
Worked Example¶
Using TSLA on a daily chart:
| Data Point | Day 1 | Day 2 |
|---|---|---|
| High | $245 | $248 |
| Low | $240 | $243 |
| Midpoint | $242.50 | $245.50 |
| Volume | — | 50,000,000 |
- Midpoint Move = $245.50 − $242.50 = $3.00
- Volume scaled = 50,000,000 ÷ 10,000 = 5,000
- Range = $248 − $243 = $5
- Box Ratio = 5,000 ÷ 5 = 1,000
- EMV = $3.00 ÷ 1,000 = 0.003
Repeating this calculation across 14 periods and averaging produces the final EMV line.
LIMITATIONS¶
Note
Understanding these limitations prevents misuse of EMV signals.
| Limitation | Detail |
|---|---|
| Gap blindness | EMV relies on the intraday high-low range. A 10% gap-up trading flat intraday registers near zero, missing the move entirely. |
| Zero-line misuse | A crossover alone is not a standalone signal. EMV requires confirmation from price structure or a trend filter. |
| Arbitrary volume scaling | Dividing volume by 10,000 is a convention, not a standard. Absolute EMV values differ across assets. |
| No cross-asset comparison | EMV values are meaningful only within a single security's historical data. Do not compare EMV readings between different instruments. |