IndicatorPickerWindow
StockSharp.Xaml
Das Indikatorauswahlfenster.
Erbt von: ThemedWindow
Implementiert: IComponentConnector
Konstruktoren
IndicatorPickerWindow
public IndicatorPickerWindow()
indicatorPickerWindow = IndicatorPickerWindow()
Initialisiert eine neue Instanz von IndicatorPickerWindow.
Eigenschaften
AutoSelectCandles
public bool AutoSelectCandles { get; set; }
value = indicatorPickerWindow.AutoSelectCandles
indicatorPickerWindow.AutoSelectCandles = value
Auto auswählen Kerzen.
IndicatorTypes
public IEnumerable<IndicatorType> IndicatorTypes { get; set; }
value = indicatorPickerWindow.IndicatorTypes
indicatorPickerWindow.IndicatorTypes = value
Die Liste der verfügbaren Indikatorentypen.
SelectedIndicatorType
public IndicatorType SelectedIndicatorType { get; set; }
value = indicatorPickerWindow.SelectedIndicatorType
indicatorPickerWindow.SelectedIndicatorType = value
Der ausgewählte Indikatortyp.
Methoden
InitializeComponent
public void InitializeComponent()
indicatorPickerWindow.InitializeComponent()
InitializeComponent