MomentumPinball
StockSharp.Algo.Indicators
Momentum Pinball-Indikator.
Erbt von: DecimalLengthIndicator
Konstruktoren
MomentumPinball
public MomentumPinball()
momentumPinball = MomentumPinball()
Initialisiert eine neue Instanz von MomentumPinball.
Eigenschaften
Measure
public override IndicatorMeasures Measure { get; }
value = momentumPinball.Measure
IndicatorMeasures.
Methoden
OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = momentumPinball.OnProcessDecimal(input)
Um den Eingabewert zu verarbeiten.
- input
- Der Eingangswert.
Rückgabe: Der neue Wert des Indikators.