VolumeProfileIndicatorValue

StockSharp.Algo.Indicators.VolumeProfileIndicator

The indicator value VolumeProfileIndicator, derived in result of calculation.

Наследует: SingleIndicatorValue<IDictionary<decimal, decimal>>

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

VolumeProfileIndicatorValue(IIndicator, DateTime)

The indicator value VolumeProfileIndicator, derived in result of calculation.

indicator
Indicator.
time
Time

Свойства

Levels : IDictionary<decimal, decimal>

Embedded values.

Методы

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.