DoubleExponentialMovingAverage
StockSharp.Algo.Indicators
二重指数移動平均。
コンストラクター
DoubleExponentialMovingAverage
public DoubleExponentialMovingAverage()
doubleExponentialMovingAverage = DoubleExponentialMovingAverage()
DoubleExponentialMovingAverage の新規インスタンスを初期化します。
プロパティ
NumValuesToInitialize
public override int NumValuesToInitialize { get; }
value = doubleExponentialMovingAverage.NumValuesToInitialize
インジケータが初期化するために処理する必要がある値の数 (IsFormed等しい). 未定義の場合.
メソッド
CalcIsFormed
protected override bool CalcIsFormed()
result = doubleExponentialMovingAverage.CalcIsFormed()
代表取締役社長 佐藤 浩一
戻り値: 担当: 佐藤 宏
OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = doubleExponentialMovingAverage.OnProcessDecimal(input)
入力値を処理するため。
- input
- 入力値。
戻り値: インジケータの新しい値。