Interface IIndicatorProvider
- Namespace
- StockSharp.Charting
- Assembly
- StockSharp.Charting.Interfaces.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)