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


s
A financial series.
Calculates the Aroon Down indicator which measures the relative time since the last lowest low for all periods for which sufficient data is provided.

Syntax

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

Parameters

s
A financial series.

See Also

© 2010 All Rights Reserved.