MassIndex

StockSharp.Algo.Indicators

Mass Index.

Herda de: DecimalLengthIndicator

Construtores

MassIndex()

Initializes a new instance of the MassIndex.

Propriedades

EmaLength : int

ExponentialMovingAverage

Measure : IndicatorMeasures

IndicatorMeasures.

NumValuesToInitialize : int

Number of values that need to be processed in order for the indicator to initialize (be IsFormed equals ). if undefined.

Métodos

CalcIsFormed() : bool

Calc IsFormed.

Retorna: IsFormed

Load(SettingsStorage)

Load settings.

storage
Settings storage.
OnProcessDecimal(IIndicatorValue) : decimal?

To handle the input value.

input
The input value.

Retorna: The new value of the indicator.

Reset()

Reset state.

Save(SettingsStorage)

Save settings.

storage
Settings storage.
ToString() : string

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

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