BearPower

StockSharp.Algo.Indicators

Bear Power Indikator.

Erbt von: ExponentialMovingAverage

Konstruktoren

BearPower
public BearPower()
bearPower = BearPower()

Initialisiert eine neue Instanz von BearPower.

Eigenschaften

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

IndicatorMeasures.

Methoden

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

Um den Eingabewert zu verarbeiten.

input
Der Eingangswert.

Rückgabe: Der neue Wert des Indikators.