ExponentialMovingAverage

StockSharp.Algo.Indicators

指数関数移動平均。

継承元: DecimalLengthIndicator

コンストラクター

ExponentialMovingAverage
public ExponentialMovingAverage()
exponentialMovingAverage = ExponentialMovingAverage()

ExponentialMovingAverage の新規インスタンスを初期化します。

メソッド

OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = exponentialMovingAverage.OnProcessDecimal(input)

入力値を処理するため。

input
入力値。

戻り値: インジケータの新しい値。

Reset
public override void Reset()
exponentialMovingAverage.Reset()

リセット状態。