VolumeProfileIndicator
StockSharp.Algo.Indicators
Volumenprofil.
Erbt von: BaseIndicator
Konstruktoren
VolumeProfileIndicator
public VolumeProfileIndicator()
volumeProfileIndicator = VolumeProfileIndicator()
Initialisiert eine neue Instanz von VolumeProfileIndicator.
Eigenschaften
Step
public decimal Step { get; set; }
value = volumeProfileIndicator.Step
volumeProfileIndicator.Step = value
Die Gruppierungszunahme.
UseTotalVolume
public bool UseTotalVolume { get; set; }
value = volumeProfileIndicator.UseTotalVolume
volumeProfileIndicator.UseTotalVolume = value
Um das Gesamtvolumen in Berechnungen zu verwenden (wenn Kerzen nicht VolumeProfile enthalten).
Methoden
Load
public override void Load(SettingsStorage storage)
volumeProfileIndicator.Load(storage)
Lasteinstellungen.
- storage
- Einstellungen Lagerung.
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = volumeProfileIndicator.OnProcess(input)
Um den Eingabewert zu verarbeiten.
- input
- Der Eingangswert.
Rückgabe: Der resultierende Wert.
Save
public override void Save(SettingsStorage storage)
volumeProfileIndicator.Save(storage)
Einstellungen speichern.
- storage
- Einstellungen Lagerung.
ToString
public override string ToString()
result = volumeProfileIndicator.ToString()
Konvertieren Sie in eine Liniendarstellung.
Rückgabe: String-Leistung.