ArnaudLegouxMovingAverage

StockSharp.Algo.Indicators

Arnaud Legoux Moving Average (ALMA) indicator.

Inherits: DecimalLengthIndicator

Constructors

ArnaudLegouxMovingAverage()

Initializes a new instance of the ArnaudLegouxMovingAverage.

Properties

Offset : decimal

Offset.

Sigma : int

Sigma.

Methods

Load(SettingsStorage)

Load settings.

storage
Settings storage.
OnProcessDecimal(IIndicatorValue) : decimal?

To handle the input value.

input
The input value.

Returns: The new value of the indicator.

Save(SettingsStorage)

Save settings.

storage
Settings storage.
ToString() : string

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

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