Skip to content
On this page
  1. Key Takeaways
  2. What It Is
  3. The Intuition
  4. How It Works
  5. Worked Example
  6. Common Mistakes
  7. Frequently Asked Questions
  8. Sources
  9. Disclaimer
← All concepts
Technical AnalysisAdvanced5 min read

Ease of Movement: Arms' Price-to-Volume Oscillator

The **ease of movement** indicator, developed by Richard W. Arms Jr., is a volume-based oscillator that measures how easily a price moves per unit of volume. It fluctuates above and below zero, and is typically smoothed with a simple moving average before use.

Key Takeaways

  • Ease of movement combines distance traveled by the midpoint with a box ratio of volume to range.
  • A 14-period simple moving average of the raw value is the standard smoothing in most charting platforms.
  • Positive readings show price rising with relative ease, while negative readings show easy decline.
  • Treating tiny EOM spikes as signals on illiquid names is the fastest way to get false trades.

Key Takeaways

  • Ease of movement combines distance traveled by the midpoint with a box ratio of volume to range.
  • A 14-period simple moving average of the raw value is the standard smoothing in most charting platforms.
  • Positive readings show price rising with relative ease, while negative readings show easy decline.
  • Treating tiny EOM spikes as signals on illiquid names is the fastest way to get false trades.

What It Is

Ease of movement, often abbreviated EMV or EOM, is a single-line oscillator that sits below the price panel. It tries to answer a simple question: how much price travel are buyers and sellers getting for the volume they trade?

Arms designed the indicator alongside his Equivolume charting work, which plots each bar's width by volume. EOM is essentially the slope of a hypothetical Equivolume box, normalized by how much volume it took to move it.

The Intuition

Volume that pushes price a long way is meaningful. Volume that produces a small range is congestion. Arms wanted a number that rewarded the first case and penalized the second.

The result reads almost like a friction gauge. When price climbs on light volume, EOM is strongly positive because each share moved price a lot. When price grinds in a tight range on heavy volume, EOM stays near zero because the tape is absorbing supply or demand without yielding ground.

How It Works

Three pieces feed the formula: the distance moved by the midpoint, the volume, and the high-low range. Distance is the change in midpoint from one bar to the next:

Distance Moved = ((High + Low) / 2) - ((Prior High + Prior Low) / 2)

The Box Ratio scales volume to the range:

Box Ratio = (Volume / Scale) / (High - Low)

The scaling factor is usually 10,000 for equity charts but varies by platform and price level. The raw EOM value is then:

EMV (raw) = Distance Moved / Box Ratio

Most chartists then apply a smoothing:

EMV (14) = SMA(EMV raw, 14)

A positive 14-period EMV says price is advancing with relative ease. A negative reading says price is falling with ease. The zero line is the line that matters most, and crosses through it are the standard trigger.

Worked Example

Suppose a stock prints:

  • Yesterday, high 100, low 98 (midpoint 99)
  • Today, high 102, low 100 (midpoint 101), volume 1.2M shares

Distance moved = 101 - 99 = +2.0.

With a 10,000 scale and range of 2.0:

Box Ratio = (1,200,000 / 10,000) / 2.0 = 60
EMV (raw) = 2.0 / 60 = +0.0333

If yesterday's value was +0.04 and the prior twelve values averaged +0.02, the new 14-period SMA is somewhere around +0.025. EOM is positive, suggesting the uptrend is moving with relative ease.

Now contrast with a bar that adds the same +2 range on 4.0M shares. Box Ratio jumps to 200, EMV drops to +0.01. Same range, four times the volume, much less easy. That contrast is the signal Arms wanted you to see.

Common Mistakes

  1. Trading the unsmoothed series. Raw EOM whips bar to bar. The 14-period SMA is standard for a reason.
  2. Reading absolute levels across symbols. Scale depends on price, volume, and the scaling constant. Compare EOM to its own history, not across tickers.
  3. Ignoring liquidity. On thin stocks, the volume term is unstable. EOM can look extreme just because volume swings wildly day to day.
  4. Forgetting the zero line. The most reliable use is zero-line crosses combined with price structure, not chasing peaks.
  5. Treating EOM as standalone. Arms designed it as part of a broader Equivolume framework. Used in isolation, it produces many marginal calls.

Frequently Asked Questions

What is ease of movement in simple terms? Ease of movement is a number that goes up when a stock advances with little volume and goes down when it falls with little volume, telling you how much effort the move required.

How does ease of movement affect investment decisions? Traders look for EOM crossing above zero to confirm a developing uptrend and below zero for a developing downtrend. Sustained positive readings during a rally support trend-following entries.

What is a real-world example of ease of movement? On a daily chart of a slow grinding rally, EOM (14) hovers slightly above zero. When volume spikes one day but range stays flat, EOM ticks lower, warning that supply may be hitting the market.

How can investors use ease of movement effectively? Combine zero-line direction with classical support and resistance. Filter out very low liquidity names, and treat short EOM swings inside choppy ranges as noise rather than signal.

How is ease of movement different from On Balance Volume? OBV cares only about the close direction and adds full bar volume in that direction. Ease of movement weights price change against volume, so a small move on heavy volume reads weak rather than simply up or down.

Sources

  1. StockCharts ChartSchool, Ease of Movement (EMV). https://chartschool.stockcharts.com/table-of-contents/technical-indicators-and-overlays/technical-indicators/ease-of-movement-emv
  2. TradingView Solutions, Ease of Movement (EOM). https://www.tradingview.com/support/solutions/43000502256-ease-of-movement-eom/
  3. Trading Technologies, Ease of Movement (EOM). https://library.tradingtechnologies.com/trade/chrt-ti-ease-of-movement.html
  4. Incredible Charts, Ease of Movement Indicator. https://www.incrediblecharts.com/indicators/ease_of_movement.php

Disclaimer

This article is educational content only and is not financial advice. Nothing here is a recommendation to buy, sell, or hold any security. Consult a licensed advisor before making investment decisions.

The IWP Substack

You understand the concept. Now see it applied.

The Investing With Purpose Substack turns ideas like this into research and risk-managed trade plans on real stocks, updated every week.

Read on Substack (opens in a new tab)

Related concepts