Calculates the Aroon Down indicator which measures the relative time since the last lowest low for all periods for which sufficient data is provided.
[Visual Basic]
Overloads Public Shared Function AroonDown( _
ByVal elementName As String, _
ByVal s As Series _
) As Element
[C#]
public static Element AroonDown(
string elementName,
Series s
);
FinancialEngine Class | FinancialEngine Members | Overload List | This indicator is a generalization of AroonDown indicator and calculates the values of the Aroon Down indicator over all sub-periods of a given length for all possible periods for which sufficient historical data is provided.
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.