BaseIndicatorValue

StockSharp.Algo.Indicators

The base class for the indicator value.

Реализует: IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Конструкторы

BaseIndicatorValue(IIndicator, DateTime)

The base class for the indicator value.

indicator
Indicator.
time
Time

Свойства

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

The time of new data occurrence.

Методы

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.