RelativeVigorIndexPainter

StockSharp.Xaml.Charting.IndicatorPainters

O elemento gráfico para RelativeVigorIndex.

Herda de: BaseChartIndicatorPainter<RelativeVigorIndex>

Construtores

RelativeVigorIndexPainter
public RelativeVigorIndexPainter()
relativeVigorIndexPainter = RelativeVigorIndexPainter()

Criar instância.

Propriedades

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

Média.

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

Sinal.

Métodos

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

Carregar as configurações.

storage
Configuração do armazenamento.
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)

Gravar as definições.

storage
Configuração do armazenamento.