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

Represents the Ultimate Oscillator financial indicator that combines short-term, medium-term, and long-term price action into one oscillator.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

C#
public class UltimateOscillatorIndicator : HighLowClosePeriodIndicatorBase

Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseHighLowIndicatorBaseHighLowCloseIndicatorBaseHighLowClosePeriodIndicatorBaseUltimateOscillatorIndicator...

Inherited Members HighLowClosePeriodIndicatorBase.PeriodPropertyHighLowClosePeriodIndicatorBase.PeriodHighLowCloseIndicatorBase.CloseBindingPropertyHighLowCloseIndicatorBase.CloseBindingHighLowIndicatorBase.HighBindingPropertyHighLowIndicatorBase.LowBindingPropertyHighLowIndicatorBase.HighBindingHighLowIndicatorBase.LowBindingLineIndicatorBase.StrokePropertyLineIndicatorBase.StrokeThicknessPropertyLineIndicatorBase.IsDefaultValue(string)LineIndicatorBase.StrokeLineIndicatorBase.StrokeThicknessIndicatorBase.CategoryBindingPropertyIndicatorBase.CategoryBindingChartSeries.AllowSelectPropertyChartSeries.DisplayNamePropertyChartSeries.IsSelectedPropertyChartSeries.ItemsSourcePropertyChartSeries.ShowLabelsPropertyChartSeries.LabelBindingPropertyChartSeries.LabelFormatPropertyChartSeries.LabelFormatterPropertyChartSeries.OnItemsSourceCollectionChanged(object, NotifyCollectionChangedEventArgs)ChartSeries.OnItemsSourceChanged(IEnumerable, IEnumerable)ChartSeries.LabelFormatterChartSeries.AllowSelectChartSeries.DisplayNameChartSeries.IsSelectedChartSeries.ItemsSourceChartSeries.ShowLabelsChartSeries.LabelBindingChartSeries.LabelFormatChartElement.OnPropertyChanged(string)ChartElement.Key...

Constructors

C#
public UltimateOscillatorIndicator()

Fields

Period2Property

BindableProperty

Identifies the Period2 bindable property.

C#
public static readonly BindableProperty Period2Property

Period3Property

BindableProperty

Identifies the Period3 bindable property.

C#
public static readonly BindableProperty Period3Property

Properties

Gets or sets the second period value for the Ultimate Oscillator calculation.

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

The second period value.

Gets or sets the third period value for the Ultimate Oscillator calculation.

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

The third period value.