McClellanOscillator
StockSharp.Algo.Indicators
McClellanOszillator.
Erbt von: BaseIndicator
Konstruktoren
McClellanOscillator
public McClellanOscillator()
mcClellanOscillator = McClellanOscillator()
Initialisiert eine neue Instanz von McClellanOscillator.
Eigenschaften
Ema19
public ExponentialMovingAverage Ema19 { get; }
value = mcClellanOscillator.Ema19
Exponentieller gleitender Durchschnitt mit Länge 19.
Ema39
public ExponentialMovingAverage Ema39 { get; }
value = mcClellanOscillator.Ema39
Exponentieller gleitender Durchschnitt mit Länge 39.
Measure
public override IndicatorMeasures Measure { get; }
value = mcClellanOscillator.Measure
IndicatorMeasures.
NumValuesToInitialize
public override int NumValuesToInitialize { get; }
value = mcClellanOscillator.NumValuesToInitialize
Anzahl der Werte, die verarbeitet werden müssen, damit der Indikator initialisiert werden kann (be IsFormed @ = ).
Methoden
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = mcClellanOscillator.OnProcess(input)
Um den Eingabewert zu verarbeiten.
- input
- Der Eingangswert.
Rückgabe: Der resultierende Wert.