Class IndicatorProvider
- Namespace
- StockSharp.Algo
- Assembly
- StockSharp.Algo.dll
IndicatorType provider.
public class IndicatorProvider : IIndicatorProvider
- Inheritance
-
IndicatorProvider
- Implements
- Inherited Members
- Extension Methods
Constructors
IndicatorProvider()
Initializes a new instance of the IndicatorProvider.
public IndicatorProvider()
Properties
All
All indicator types.
public IEnumerable<IndicatorType> All { get; }
Property Value
Methods
Add(IndicatorType)
Add IndicatorType.
public void Add(IndicatorType type)
Parameters
Init()
Initialize provider.
public virtual void Init()