ArnaudLegouxMovingAverage

StockSharp.Algo.Indicators

Arnaud Legoux Moving Average (ALMA) indicator.

Erbt von: DecimalLengthIndicator

Konstruktoren

ArnaudLegouxMovingAverage()

Initializes a new instance of the ArnaudLegouxMovingAverage.

Eigenschaften

Offset : decimal

Offset.

Sigma : int

Sigma.

Methoden

Load(SettingsStorage)

Load settings.

storage
Settings storage.
OnProcessDecimal(IIndicatorValue) : decimal?

To handle the input value.

input
The input value.

Rückgabe: The new value of the indicator.

Save(SettingsStorage)

Save settings.

storage
Settings storage.
ToString() : string

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

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