ElliotWaveOscillator
StockSharp.Algo.Indicators
Elliot Wave Oszillator-Indikator.
Erbt von: BaseIndicator
Konstruktoren
ElliotWaveOscillator
public ElliotWaveOscillator()
elliotWaveOscillator = ElliotWaveOscillator()
Initialisiert eine neue Instanz von ElliotWaveOscillator.
Eigenschaften
LongPeriod
public int LongPeriod { get; set; }
value = elliotWaveOscillator.LongPeriod
elliotWaveOscillator.LongPeriod = value
Lange Zeit.
Measure
public override IndicatorMeasures Measure { get; }
value = elliotWaveOscillator.Measure
IndicatorMeasures.
NumValuesToInitialize
public override int NumValuesToInitialize { get; }
value = elliotWaveOscillator.NumValuesToInitialize
Anzahl der Werte, die verarbeitet werden müssen, damit der Indikator initialisiert werden kann (be IsFormed @ = ).
ShortPeriod
public int ShortPeriod { get; set; }
value = elliotWaveOscillator.ShortPeriod
elliotWaveOscillator.ShortPeriod = value
Kurzfristige Periode.
Methoden
CalcIsFormed
protected override bool CalcIsFormed()
result = elliotWaveOscillator.CalcIsFormed()
Calc IsFormed.
Rückgabe: IsFormed
Load
public override void Load(SettingsStorage storage)
elliotWaveOscillator.Load(storage)
Lasteinstellungen.
- storage
- Einstellungen Lagerung.
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = elliotWaveOscillator.OnProcess(input)
Um den Eingabewert zu verarbeiten.
- input
- Der Eingangswert.
Rückgabe: Der resultierende Wert.
Save
public override void Save(SettingsStorage storage)
elliotWaveOscillator.Save(storage)
Einstellungen speichern.
- storage
- Einstellungen Lagerung.
ToString
public override string ToString()
result = elliotWaveOscillator.ToString()
Konvertieren Sie in eine Liniendarstellung.
Rückgabe: String-Leistung.