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


sc
A collection of series objects. For example, to evaluate this indicator for two series you will need to pass a series collection containing this two 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 sc As SeriesCollection _
) As Series
Visual Basic (Usage)Copy Code
Dim sc As SeriesCollection
Dim value As Series
 
value = FinancialEngine.AroonDown(sc)
C# 
public static Series AroonDown( 
   SeriesCollection sc
)

Parameters

sc
A collection of series objects. For example, to evaluate this indicator for two series you will need to pass a series collection containing this two series.

See Also

© 2010 All Rights Reserved.