ExponentialMovingAverage
StockSharp.Algo.Indicators
指数関数移動平均。
コンストラクター
ExponentialMovingAverage
public ExponentialMovingAverage()
exponentialMovingAverage = ExponentialMovingAverage()
ExponentialMovingAverage の新規インスタンスを初期化します。
メソッド
OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = exponentialMovingAverage.OnProcessDecimal(input)
入力値を処理するため。
- input
- 入力値。
戻り値: インジケータの新しい値。