FiniteVolumeElement

StockSharp.Algo.Indicators

Finite Volume Element (FVE) indicator.

Наследует: DecimalLengthIndicator

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

FiniteVolumeElement()

Initializes a new instance of the FiniteVolumeElement.

Свойства

Measure : IndicatorMeasures

IndicatorMeasures.

Методы

OnProcessDecimal(IIndicatorValue) : decimal?

To handle the input value.

input
The input value.

Возвращает: The new value of the indicator.