dotnetCHARTING Send comments on this topic.
MinusDirectionalMovement(Series) Method
See Also 
dotnetCHARTING Namespace > FinancialEngine Class > MinusDirectionalMovement Method : MinusDirectionalMovement(Series) Method


s
A financial series where the first element contain the prices of last trading period, the second element represents the prices of the previous periods and so on. Please note that in order to calculate this indicator the elements of the financial series must contain High, Low and Close values.
Evaluates the Minus Directional Movement Indicator (MDMI) over a number of periods using price data only.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function MinusDirectionalMovement( _
   ByVal s As Series _
) As Series
Visual Basic (Usage)Copy Code
Dim s As Series
Dim value As Series
 
value = FinancialEngine.MinusDirectionalMovement(s)
C# 
public static Series MinusDirectionalMovement( 
   Series s
)

Parameters

s
A financial series where the first element contain the prices of last trading period, the second element represents the prices of the previous periods and so on. Please note that in order to calculate this indicator the elements of the financial series must contain High, Low and Close values.

Return Value

A series with the k-th term corresponds to the MDMI of the k-th Bar. Please note that if the asset price is constant over any period considered then the Directional Movement Indicator for that period is taken to be zero.

See Also

© 2010 All Rights Reserved.