Class StochasticFastIndicator
Represents a Stochastic Fast financial indicator that measures momentum by comparing closing prices to price ranges.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class StochasticFastIndicator : HighLowCloseIndicatorBase, IParentElement, IChildElement
Constructors
StochasticFastIndicator()
Declaration
public StochasticFastIndicator()
Fields
MainPeriodProperty
Identifies the MainPeriod property.
Declaration
public static readonly BindableProperty MainPeriodProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SignalPeriodProperty
Identifies the SignalPeriod property.
Declaration
public static readonly BindableProperty SignalPeriodProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SignalStrokeProperty
Identifies the SignalStroke property.
Declaration
public static readonly BindableProperty SignalStrokeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
MainPeriod
Gets or sets the main period for the stochastic indicator calculation.
Declaration
public int MainPeriod { get; set; }
Property Value
System.Int32
The number of periods for the main calculation. |
SignalPeriod
Gets or sets the signal period for the stochastic indicator calculation.
Declaration
public int SignalPeriod { get; set; }
Property Value
System.Int32
The number of periods for the signal line. |
SignalStroke
Gets or sets the stroke color for the signal line.
Declaration
public Color SignalStroke { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
The color of the signal line stroke. |