SingleIndicatorValue

StockSharp.Algo.Indicators

The base value of the indicator, operating with one data type.

Herda de: BaseIndicatorValue

Construtores

SingleIndicatorValue(IIndicator, T, DateTime)

Initializes a new instance of the SingleIndicatorValue.

indicator
Indicator.
value
Value.
time
Time
SingleIndicatorValue(IIndicator, DateTime)

Initializes a new instance of the SingleIndicatorValue.

indicator
Indicator.
time
Time

Propriedades

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).

Value : T

Value.

Métodos

FromValues(object[])

Convert to indicator value.

values
ToValues
GetValue``1(Level1Fields?)

To get the value by the data type.

field
Field specified value source.

Retorna: Value.

op_Explicit(SingleIndicatorValue{) : T

Cast object from SingleIndicatorValue to .

value
Object SingleIndicatorValue.

Retorna: value.

ToString() : string

Преобразовать к строковому представлению.

Retorna: Строковое представление.

ToValues() : IEnumerable<object>

Convert to primitive values.

Retorna: Primitive values.