Interface IIndicatorProvider
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.BusinessEntities.dll
Provider IndicatorType.
public interface IIndicatorProvider
- Extension Methods
Properties
All
All indicator types.
IEnumerable<IndicatorType> All { get; }
Property Value
Methods
Add(IndicatorType)
Add IndicatorType.
void Add(IndicatorType type)
Parameters
Init()
Initialize provider.
void Init()
Remove(IndicatorType)
Remove IndicatorType.
void Remove(IndicatorType type)