Syntax
Public Function EaseOfMovement(volumeVal As ENUM_VOLUME_METHOD, period As Integer, MA As ENUM_MA_METHOD) As String |
The Ease of Movement oscillator shows a unique relationship between price change and volume.
The Ease of Movement oscillator raises when prices are trending upwards under low volume, and likewise, the Ease of Movement oscillator falls when prices are trending downwards under low volume.
Parameters
Key | Description |
volumeVal | The value can be one of ENUM_VOLUME_METHOD |
period | Period as integer |
MA | Value can be one ENUM_MA_METHOD |
Return value
Returns the handles of a technical indicator, in case of failure returns an empty string.
See Also