ClassUltimateOscillatorIndicator
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:
public class UltimateOscillatorIndicator : HighLowClosePeriodIndicatorBase
Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseHighLowIndicatorBaseHighLowCloseIndicatorBaseHighLowClosePeriodIndicatorBaseUltimateOscillatorIndicator
Inherited Members
Constructors
UltimateOscillatorIndicator()
Declaration
public UltimateOscillatorIndicator()
Fields
Period2Property
Identifies the Period2 bindable property.
Declaration
public static readonly BindableProperty Period2Property
Field Value
BindableProperty
Period3Property
Identifies the Period3 bindable property.
Declaration
public static readonly BindableProperty Period3Property
Field Value
BindableProperty
Properties
Period2
Gets or sets the second period value for the Ultimate Oscillator calculation.
Declaration
public int Period2 { get; set; }
Property Value
The second period value.