ArnaudLegouxMovingAverage

StockSharp.Algo.Indicators

Arnaud Legoux Moving Average (ALMA) indicator.

Hereda de: DecimalLengthIndicator

Constructores

ArnaudLegouxMovingAverage()

Initializes a new instance of the ArnaudLegouxMovingAverage.

Propiedades

Offset : decimal

Offset.

Sigma : int

Sigma.

Métodos

Load(SettingsStorage)

Load settings.

storage
Settings storage.
OnProcessDecimal(IIndicatorValue) : decimal?

To handle the input value.

input
The input value.

Devuelve: The new value of the indicator.

Save(SettingsStorage)

Save settings.

storage
Settings storage.
ToString() : string

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

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