IndicatorPickerWindow

StockSharp.Xaml

The indicator selection window.

Inherits: ThemedWindow

Implements: IComponentConnector

Constructors

IndicatorPickerWindow
public IndicatorPickerWindow()
indicatorPickerWindow = IndicatorPickerWindow()

Initializes a new instance of the IndicatorPickerWindow.

Properties

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

Auto select candles.

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

Indicator.

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

The list of available indicators types.

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

The selected indicator type.

Methods

InitializeComponent
public void InitializeComponent()
indicatorPickerWindow.InitializeComponent()

InitializeComponent