CommodityChannelIndex

StockSharp.Algo.Indicators

Commodity Channel Index.

Erbt von: DecimalLengthIndicator

Konstruktoren

CommodityChannelIndex
public CommodityChannelIndex()
commodityChannelIndex = CommodityChannelIndex()

Initialisiert eine neue Instanz von CommodityChannelIndex.

Eigenschaften

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

IndicatorMeasures.

Methoden

CalcIsFormed
protected override bool CalcIsFormed()
result = commodityChannelIndex.CalcIsFormed()

Calc IsFormed.

Rückgabe: IsFormed

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

Um den Eingabewert zu verarbeiten.

input
Der Eingangswert.

Rückgabe: Der neue Wert des Indikators.

Reset
public override void Reset()
commodityChannelIndex.Reset()

Zustand zurücksetzen.