IndicatorPickerPage

StockSharp.Xaml.Windows.Maui

Page for selecting an indicator type.

Inherits: ContentPage

Constructors

IndicatorPickerPage()

Creates a new IndicatorPickerPage.

Properties

Indicators : IList<IndicatorType>

Gets the available indicator types.

SelectedIndicator : IndicatorType

Gets the selected indicator type.

ViewModel : IndicatorPickerViewModel

Gets the ViewModel.

Methods

LoadIndicators(IIndicatorProvider)

Loads indicators from the provider.

LoadIndicators(IEnumerable<IndicatorType>)

Loads indicators from a collection.

Events

IndicatorSelected : EventHandler<IndicatorType>

Raised when an indicator is selected.