An array of the inputs for this indicator.

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

Syntax

C#
protected ISeries[] inputs
Visual Basic (Declaration)
Protected inputs As ISeries()
Visual C++
protected:
array<ISeries^>^ inputs

Remarks

Derived classes can use this array to access the input values in their calculations.

See Also