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
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; }
The second period value.