Ease of Movement

The Ease of Movement indicator shows the relationship between volume and price change. As with Equivolume charting, this indicator shows how much volume is required to move prices.

The Ease of Movement indicator was developed by 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 the 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.

The Ease of Movement indicator produces a buy signal when the indicator crosses above zero, indicating that the security is moving upward easily; a sell signal is given when the indicator crosses below zero, indicating that the security is moving downward easily.

High ease of movement values correspond with easy upward price movement whereas low ease of movement values correspond with easy downward price movement. When price movement is small on heavy volume, the ease of movement indicator is zero.

Syntax:

EaseOfMovement
EaseOfMovement()
EaseOfMovement(“Method”)
EaseOfMovement(“Period”,”Method”)
EaseOfMovement(“OutPutStartCell”, ”Period”, ”Method”)

Inputs:

'High', 'Low', and 'Volume' columns values

Parameters:

Examples:

EaseOfMovement
EaseOfMovement()
EaseOfMovement(“MvAvg”)
EaseOfMovement(MvAvg)
EaseOfMovement(“LinWgtMvAvg”)
EaseOfMovement(LinWgtMvAvg)
EaseOfMovement(“ExpMvAvg”)
EaseOfMovement(ExpMvAvg)
EaseOfMovement(“14”,“MvAvg”)
EaseOfMovement(14,MvAvg)
EaseOfMovement(“14”, “LinWgtMvAvg”)
EaseOfMovement(14,LinWgtMvAvg)
EaseOfMovement(“14”,“ExpMvAvg”)
EaseOfMovement(14,ExpMvAvg)
EaseOfMovement(“G2”, “14”,“MvAvg”)
EaseOfMovement(G2,14,MvAvg)
EaseOfMovement(“G2”, “14”, “LinWgtMvAvg”)
EaseOfMovement(G2,14,LinWgtMvAvg)
EaseOfMovement(“G2”, “14”,“ExpMvAvg”)
EaseOfMovement(G2, 14, ExpMvAvg)


Copyright © 1998-2012 Franz AG
Visit website: http://www.analyzerxl.com
Send feedback: [email protected]