Table of Contents

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

IEnumerable<IndicatorType>

Methods

Add(IndicatorType)

void Add(IndicatorType type)

Parameters

type IndicatorType

IndicatorType

Init()

Initialize provider.

void Init()

Remove(IndicatorType)

Remove IndicatorType.

void Remove(IndicatorType type)

Parameters

type IndicatorType

IndicatorType