Directional Movement (DM)
Description
The Directional Movement indicator is almost identical to the ADX, with the only difference that the +DM and -DM values are also calculated. These values are then later on used for the DMI.
Interpretation
The Directional Movement indicator is positive when the difference between the highs is at its largest.
Further information
See: Directional Movement Index (DMI)
Usage
Return value
double
When using this method with an index (e.g. DM(14).DiPlus[int barsAgo] ), the value of the indicator will be issued for the referenced bar.
Parameters
inSeries Input data series for the indicator
period Number of bars included in the calculations
Visualization
Example
Last updated