Class IndicatorPickerWindow
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
The indicator selection window.
public class IndicatorPickerWindow : ThemedWindow, IComponentConnector
- Inheritance
-
IndicatorPickerWindow
- Implements
- Extension Methods
Constructors
IndicatorPickerWindow()
Initializes a new instance of the IndicatorPickerWindow.
public IndicatorPickerWindow()
Properties
AutoSelectCandles
Auto select candles.
public bool AutoSelectCandles { get; set; }
Property Value
Indicator
Indicator.
public IIndicator Indicator { get; }
Property Value
IndicatorTypes
The list of available indicators types.
public IEnumerable<IndicatorType> IndicatorTypes { get; set; }
Property Value
SelectedIndicatorType
The selected indicator type.
public IndicatorType SelectedIndicatorType { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()