Manages indicators and user series.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll)
Version: 2008.1.0.0 (2008.1.0.0)
Syntax
| C# |
|---|
public class IndicatorManager |
| Visual Basic (Declaration) |
|---|
Public Class IndicatorManager |
| Visual C++ |
|---|
public ref class IndicatorManager |
Remarks
This class handles calling the NewBar method for each indicator in the system in the correct order.
Indicators must be registered with this class for this to work. Indicators that are declared as
fields of your symbol script class will automatically be registered. If you need to register an indicator
manually, you can call Register(ISeries, Symbol, String) from your Startup method.