IndicatorDiagramElement

StockSharp.Diagram.Elements

Indicator element.

継承元: DiagramElement

コンストラクター

IndicatorDiagramElement()

Initializes a new instance of the IndicatorDiagramElement.

プロパティ

IconName : string

Icon resource name.

Indicator : IIndicator

The indicator parameters.

IsEmpty : bool

Send empty indicator values.

IsFinal : bool

Send only final values.

IsFormed : bool

Send values only when the indicator is formed.

Type : IndicatorType

Indicator type.

TypeId : Guid

Type id.

メソッド

OnReseted()

It is called from the Reset method.

OnStart(DateTime)

The method is called at the start of the diagram element algorithm.