PercentagePriceOscillatorHistogramPainter

StockSharp.Xaml.Charting.IndicatorPainters

Художник по диаграммам для PercentagePriceOscillatorHistogram.

Наследует: BaseChartIndicatorPainter<PercentagePriceOscillatorHistogram>

Конструкторы

PercentagePriceOscillatorHistogramPainter
public PercentagePriceOscillatorHistogramPainter()
percentagePriceOscillatorHistogramPainter = PercentagePriceOscillatorHistogramPainter()

Создать экземпляр.

Свойства

Histogram
public IChartLineElement Histogram { get; }
value = percentagePriceOscillatorHistogramPainter.Histogram

Линия гистограммы.

Ppo
public IChartLineElement Ppo { get; }
value = percentagePriceOscillatorHistogramPainter.Ppo

Линия PPO.

Signal
public IChartLineElement Signal { get; }
value = percentagePriceOscillatorHistogramPainter.Signal

Сигнальная линия.

Методы

Load
public override void Load(SettingsStorage storage)
percentagePriceOscillatorHistogramPainter.Load(storage)

Загрузить настройки.

storage
Хранилище настроек.
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)

Сохраните настройки.

storage
Хранилище настроек.