SingleIndicatorValue

StockSharp.Algo.Indicators

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

Inherits: BaseIndicatorValue

Constructors

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

Properties

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.

Methods

FromValues(object[])

Convert to indicator value.

values
ToValues
GetValue``1(Level1Fields?)

To get the value by the data type.

field
Field specified value source.

Returns: Value.

op_Explicit(SingleIndicatorValue{) : T

Cast object from SingleIndicatorValue to .

value
Object SingleIndicatorValue.

Returns: value.

ToString() : string

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

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

ToValues() : IEnumerable<object>

Convert to primitive values.

Returns: Primitive values.