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