ClassStochasticFastIndicator
Represents a Stochastic Fast financial indicator that measures momentum by comparing closing prices to price ranges.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
public class StochasticFastIndicator : HighLowCloseIndicatorBase
Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseHighLowIndicatorBaseHighLowCloseIndicatorBaseStochasticFastIndicator
Derived Classes:
Inherited Members
Constructors
StochasticFastIndicator()
Declaration
public StochasticFastIndicator()
Fields
MainPeriodProperty
Identifies the MainPeriod property.
Declaration
public static readonly BindableProperty MainPeriodProperty
Field Value
BindableProperty
SignalPeriodProperty
Identifies the SignalPeriod property.
Declaration
public static readonly BindableProperty SignalPeriodProperty
Field Value
BindableProperty
SignalStrokeProperty
Identifies the SignalStroke property.
Declaration
public static readonly BindableProperty SignalStrokeProperty
Field Value
BindableProperty
Properties
MainPeriod
Gets or sets the main period for the stochastic indicator calculation.
Declaration
public int MainPeriod { get; set; }
Property Value
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
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
Color
The color of the signal line stroke.