IndicatorPickerPage

StockSharp.Xaml.Windows.Maui

Seite zur Auswahl eines Indikatortyps.

Erbt von: ContentPage

Konstruktoren

IndicatorPickerPage
public IndicatorPickerPage()
indicatorPickerPage = IndicatorPickerPage()

Erstellt ein neues IndicatorPickerPage.

Eigenschaften

Indicators
public IList<IndicatorType> Indicators { get; }
value = indicatorPickerPage.Indicators

Bekommt die verfügbaren Indikatortypen.

SelectedIndicator
public IndicatorType SelectedIndicator { get; set; }
value = indicatorPickerPage.SelectedIndicator
indicatorPickerPage.SelectedIndicator = value

Gibt den ausgewählten Indikatortyp an.

ViewModel
public IndicatorPickerViewModel ViewModel { get; }
value = indicatorPickerPage.ViewModel

Bekommt die ViewModel.

Methoden

LoadIndicators
public void LoadIndicators(IIndicatorProvider provider)
indicatorPickerPage.LoadIndicators(provider)

Ladet Indikatoren vom Anbieter.

LoadIndicators
public void LoadIndicators(IEnumerable<IndicatorType> indicators)
indicatorPickerPage.LoadIndicators(indicators)

Ladet Indikatoren aus einer Sammlung.

Ereignisse

IndicatorSelected
public event EventHandler<IndicatorType> IndicatorSelected
indicatorPickerPage.IndicatorSelected += handler

Erhöht, wenn ein Indikator ausgewählt wird.