RelativeVigorIndexPainter

StockSharp.Xaml.Charting.IndicatorPainters

The chart element for RelativeVigorIndex.

Inherits: BaseChartIndicatorPainter<RelativeVigorIndex>

Constructors

RelativeVigorIndexPainter
public RelativeVigorIndexPainter()
relativeVigorIndexPainter = RelativeVigorIndexPainter()

Create instance.

Properties

Average
public IChartLineElement Average { get; }
value = relativeVigorIndexPainter.Average

Average.

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

Signal.

Methods

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

Load settings.

storage
Settings storage.
OnDraw
protected override bool OnDraw(RelativeVigorIndex indicator, IDictionary<IIndicator, IList<IndicatorData>> data)
result = relativeVigorIndexPainter.OnDraw(indicator, data)
Save
public override void Save(SettingsStorage storage)
relativeVigorIndexPainter.Save(storage)

Save settings.

storage
Settings storage.