New to Telerik UI for .NET MAUIStart a free 30-day trial

Provides a base class for financial indicators that use short and long period parameters.

Definition

Constructors

C#
protected ShortLongPeriodIndicatorBase()

Fields

LongPeriodProperty

BindableProperty

Identifies the LongPeriod property.

C#
public static readonly BindableProperty LongPeriodProperty

ShortPeriodProperty

BindableProperty

Identifies the ShortPeriod property.

C#
public static readonly BindableProperty ShortPeriodProperty

Properties

Gets or sets the long period for the financial indicator calculation.

C#
public int LongPeriod { get; set; }
Property Value:

The number of long periods to use in the calculation.

Gets or sets the short period for the financial indicator calculation.

C#
public int ShortPeriod { get; set; }
Property Value:

The number of short periods to use in the calculation.