Gets a list of the inputs this indicator uses.

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

Syntax

C#
ISeries[] GetInputs()
Visual Basic (Declaration)
Function GetInputs As ISeries()
Visual C++
array<ISeries^>^ GetInputs()

Return Value

A list of the inputs this indicator uses.

See Also