DemandIndex
StockSharp.Algo.Indicators
要求指数の表示器。
継承元: SimpleMovingAverage
コンストラクター
プロパティ
NumValuesToInitialize
public override int NumValuesToInitialize { get; }
value = demandIndex.NumValuesToInitialize
インジケータが初期化するために処理する必要がある値の数 (IsFormed等しい). 未定義の場合.
メソッド
OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = demandIndex.OnProcessDecimal(input)
入力値を処理するため。
- input
- 入力値。
戻り値: インジケータの新しい値。