Table of Contents

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

bool

Indicator

Indicator.

public IIndicator Indicator { get; }

Property Value

IIndicator

IndicatorTypes

The list of available indicators types.

public IEnumerable<IndicatorType> IndicatorTypes { get; set; }

Property Value

IEnumerable<IndicatorType>

SelectedIndicatorType

The selected indicator type.

public IndicatorType SelectedIndicatorType { get; set; }

Property Value

IndicatorType

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()