IndicatorPickerWindow

StockSharp.Xaml

A janela de seleção do indicador.

Herda de: ThemedWindow

Implementa: IComponentConnector

Construtores

IndicatorPickerWindow
public IndicatorPickerWindow()
indicatorPickerWindow = IndicatorPickerWindow()

Inicializa uma nova instância do IndicatorPickerWindow.

Propriedades

AutoSelectCandles
public bool AutoSelectCandles { get; set; }
value = indicatorPickerWindow.AutoSelectCandles
indicatorPickerWindow.AutoSelectCandles = value

Auto selecionar velas.

Indicator
public IIndicator Indicator { get; }
value = indicatorPickerWindow.Indicator

Indicador.

IndicatorTypes
public IEnumerable<IndicatorType> IndicatorTypes { get; set; }
value = indicatorPickerWindow.IndicatorTypes
indicatorPickerWindow.IndicatorTypes = value

A lista dos tipos de indicadores disponíveis.

SelectedIndicatorType
public IndicatorType SelectedIndicatorType { get; set; }
value = indicatorPickerWindow.SelectedIndicatorType
indicatorPickerWindow.SelectedIndicatorType = value

O tipo de indicador selecionado.

Métodos

InitializeComponent
public void InitializeComponent()
indicatorPickerWindow.InitializeComponent()

InitializeComponent