Nevron .NET Vision
Chart for .NET / User's Guide / Data Manipulation / Functions / Financial Functions / Volume Indicators / Ease of Movement

In This Topic
    Ease of Movement
    In This Topic
     Syntax
    EMV(high; low; volume)
     Arguments
    All the arguments must be arrays: 'high' contains the high values, 'low' contains the low values, 'volume' contains the volumes.
     Result
    The result is an array.
     Description

    The Ease of Movement indicator highlights the relationship between volume and price changes. It shows how much volume is required to move prices. The indicator values are high when prices are moving upward on light volume. The values are low 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 be near zero.

    Ease of Movement was developed by Richard W. Arms.

     Related Examples
    Windows Forms: All Examples\Data Manipulation\Functions\Financial\Technical Price Indicators