DemandIndex

StockSharp.Algo.Indicators

要求指数の表示器。

継承元: SimpleMovingAverage

コンストラクター

DemandIndex
public DemandIndex()
demandIndex = DemandIndex()

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

プロパティ

Measure
public override IndicatorMeasures Measure { get; }
value = demandIndex.Measure

代表取締役社長 佐藤 浩

NumValuesToInitialize
public override int NumValuesToInitialize { get; }
value = demandIndex.NumValuesToInitialize

インジケータが初期化するために処理する必要がある値の数 (IsFormed等しい). 未定義の場合.

メソッド

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

入力値を処理するため。

input
入力値。

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

Reset
public override void Reset()
demandIndex.Reset()

リセット状態。