Overload to optimize the way an entire series of BarData might be handled.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public virtual RList<double> CalcSeriesValues(
	RList<BarData> bars
)
Visual Basic (Declaration)
Public Overridable Function CalcSeriesValues ( _
	bars As RList(Of BarData) _
) As RList(Of Double)
Visual C++
public:
virtual RList<double>^ CalcSeriesValues(
	RList<BarData^>^ bars
)

Parameters

bars
Type: RightEdge.Common..::.RList<(Of <(BarData>)>)
Bar list to perform indicator calculation on.

Return Value

List of doubles containing the results.

See Also