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.