ArnaudLegouxMovingAverage
StockSharp.Algo.Indicators
Arnaud Legoux Moving Average (ALMA) indicator.
Inherits: DecimalLengthIndicator
Constructors
ArnaudLegouxMovingAverage
public ArnaudLegouxMovingAverage()
arnaudLegouxMovingAverage = ArnaudLegouxMovingAverage()
Initializes a new instance of the ArnaudLegouxMovingAverage.
Properties
Offset
public decimal Offset { get; set; }
value = arnaudLegouxMovingAverage.Offset
arnaudLegouxMovingAverage.Offset = value
Offset.
Sigma
public int Sigma { get; set; }
value = arnaudLegouxMovingAverage.Sigma
arnaudLegouxMovingAverage.Sigma = value
Sigma.
Methods
Load
public override void Load(SettingsStorage storage)
arnaudLegouxMovingAverage.Load(storage)
Load settings.
- storage
- Settings storage.
OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = arnaudLegouxMovingAverage.OnProcessDecimal(input)
To handle the input value.
- input
- The input value.
Returns: The new value of the indicator.
Save
public override void Save(SettingsStorage storage)
arnaudLegouxMovingAverage.Save(storage)
Save settings.
- storage
- Settings storage.
ToString
public override string ToString()
result = arnaudLegouxMovingAverage.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.