ArnaudLegouxMovingAverage

StockSharp.Algo.Indicators

Arnaud Legoux Moving Average (ALMA) indicator.

Наследует: DecimalLengthIndicator

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

ArnaudLegouxMovingAverage()

Initializes a new instance of the ArnaudLegouxMovingAverage.

Свойства

Offset : decimal

Offset.

Sigma : int

Sigma.

Методы

Load(SettingsStorage)

Load settings.

storage
Settings storage.
OnProcessDecimal(IIndicatorValue) : decimal?

To handle the input value.

input
The input value.

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

Save(SettingsStorage)

Save settings.

storage
Settings storage.
ToString() : string

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

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