A collection of the indicators for the current symbol.

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

Syntax

C#
public IndicatorCollection Indicators { get; private set; }
Visual Basic (Declaration)
Public Property Indicators As IndicatorCollection
Visual C++
public:
property IndicatorCollection^ Indicators {
	IndicatorCollection^ get ();
	void set (IndicatorCollection^ value);
}

See Also