Ease of Movement (EMV)


Namespace: OpenQuant.API.Indicators
Assembly: OpenQuant.API (in OpenQuant.API.dll)

Syntax

Visual Basic (Declaration)
Public Class EMV
    Inherits Indicator
C#
public class EMV : Indicator
C++
ref class EMV : Indicator
J#
public class EMV extends Indicator
JScript
public class EMV extends Indicator

Remarks

The Ease of Movement indicator shows the relationship between volume and price change. This indicator shows how much volume is required to move prices. The Ease of Movement indicator was developed Richard W. Arms, Jr., the creator of Equivolume.

High Ease of Movement values occur when prices are moving upward on light volume. Low Ease of Movement values occur when prices are moving downward on light volume. If prices are not moving, or if heavy volume is required to move prices, then indicator will also be near zero.
The Ease of Movement indicator produces a buy signal when it crosses above zero, indicating that prices are moving upward more easily; a sell signal is given when the indicator crosses below zero, indicating that prices are moving downward more easily.

This indicator is described in more details in the Steve Achelis' book "Technical Analysis from A to Z".

Formula:

Inheritance Hierarchy

System.Object
   OpenQuant.API.Indicator
      OpenQuant.API.Indicators.EMV

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also