SmoothedMovingAverage

StockSharp.Algo.Indicators

スムーズな移動平均。

継承元: DecimalLengthIndicator

コンストラクター

SmoothedMovingAverage
public SmoothedMovingAverage()
smoothedMovingAverage = SmoothedMovingAverage()

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

メソッド

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

入力値を処理するため。

input
入力値。

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

Reset
public override void Reset()
smoothedMovingAverage.Reset()

リセット状態。