Class UltimateOscillatorIndicator
Represents the Ultimate Oscillator financial indicator that combines short-term, medium-term, and long-term price action into one oscillator.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class UltimateOscillatorIndicator : HighLowClosePeriodIndicatorBase, IParentElement, IChildElement
Constructors
UltimateOscillatorIndicator()
Declaration
public UltimateOscillatorIndicator()
Fields
Period2Property
Identifies the Period2 bindable property.
Declaration
public static readonly BindableProperty Period2Property
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Period3Property
Identifies the Period3 bindable property.
Declaration
public static readonly BindableProperty Period3Property
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Period2
Gets or sets the second period value for the Ultimate Oscillator calculation.
Declaration
public int Period2 { get; set; }
Property Value
System.Int32
The second period value. |
Period3
Gets or sets the third period value for the Ultimate Oscillator calculation.
Declaration
public int Period3 { get; set; }
Property Value
System.Int32
The third period value. |