IIndicatorValue

StockSharp.Algo.Indicators

The indicator value, based on which it will renew its value, as well as value, containing result of indicator calculation.

实现: IComparable<IIndicatorValue>, IComparable

属性

Indicator : IIndicator

Indicator.

IsEmpty : bool

No indicator value.

IsFinal : bool

Is the value final (indicator finalizes its value and will not be changed anymore in the given point of time).

IsFormed : bool

Whether the indicator is set.

Time : DateTime

Value time.

方法

FromValues(object[])

Convert to indicator value.

values
ToValues
GetValue``1(Level1Fields?)

To get the value by the data type.

field
Field specified value source.

返回值: Value.

ToValues() : IEnumerable<object>

Convert to primitive values.

返回值: Primitive values.