PercentagePriceOscillatorHistogramPainter
StockSharp.Xaml.Charting.IndicatorPainters
Chart Painter für PercentagePriceOscillatorHistogram.
Erbt von: BaseChartIndicatorPainter<PercentagePriceOscillatorHistogram>
Konstruktoren
PercentagePriceOscillatorHistogramPainter
public PercentagePriceOscillatorHistogramPainter()
percentagePriceOscillatorHistogramPainter = PercentagePriceOscillatorHistogramPainter()
Erstellen Sie Instanz.
Eigenschaften
Histogram
public IChartLineElement Histogram { get; }
value = percentagePriceOscillatorHistogramPainter.Histogram
Histogrammlinie.
Ppo
public IChartLineElement Ppo { get; }
value = percentagePriceOscillatorHistogramPainter.Ppo
PPO-Leitung.
Signal
public IChartLineElement Signal { get; }
value = percentagePriceOscillatorHistogramPainter.Signal
Signalleitung.
Methoden
Load
public override void Load(SettingsStorage storage)
percentagePriceOscillatorHistogramPainter.Load(storage)
Lasteinstellungen.
- storage
- Einstellungen Lagerung.
OnDraw
protected override bool OnDraw(PercentagePriceOscillatorHistogram indicator, IDictionary<IIndicator, IList<IndicatorData>> data)
result = percentagePriceOscillatorHistogramPainter.OnDraw(indicator, data)
Save
public override void Save(SettingsStorage storage)
percentagePriceOscillatorHistogramPainter.Save(storage)
Einstellungen speichern.
- storage
- Einstellungen Lagerung.