GatorOscillator
StockSharp.Algo.Indicators
Gator-Oszillator.
Erbt von: BaseComplexIndicator<IGatorOscillatorValue>
Konstruktoren
GatorOscillator
public GatorOscillator()
gatorOscillator = GatorOscillator()
Initialisiert eine neue Instanz von GatorOscillator.
Eigenschaften
Histogram1
public GatorHistogram Histogram1 { get; }
value = gatorOscillator.Histogram1
Top-Histogramm.
Histogram2
public GatorHistogram Histogram2 { get; }
value = gatorOscillator.Histogram2
Unteres Histogramm.
Measure
public override IndicatorMeasures Measure { get; }
value = gatorOscillator.Measure
IndicatorMeasures.
Methoden
CalcIsFormed
protected override bool CalcIsFormed()
result = gatorOscillator.CalcIsFormed()
Calc IsFormed.
Rückgabe: IsFormed
CreateValue
protected override IGatorOscillatorValue CreateValue(DateTime time)
result = gatorOscillator.CreateValue(time)
Erstellen .
- time
- Uhrzeit
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = gatorOscillator.OnProcess(input)
Um den Eingabewert zu verarbeiten.
- input
- Der Eingangswert.
Rückgabe: Der resultierende Wert.
ToString
public override string ToString()
result = gatorOscillator.ToString()
Konvertieren Sie in eine Liniendarstellung.
Rückgabe: String-Leistung.