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
public StochasticFastIndicator()
Fields
MainPeriodProperty
BindableProperty
Identifies the MainPeriod property.
public static readonly BindableProperty MainPeriodProperty
SignalPeriodProperty
BindableProperty
Identifies the SignalPeriod property.
public static readonly BindableProperty SignalPeriodProperty
SignalStrokeProperty
BindableProperty
Identifies the SignalStroke property.
public static readonly BindableProperty SignalStrokeProperty
Properties
Gets or sets the main period for the stochastic indicator calculation.
public int MainPeriod { get; set; }
The number of periods for the main calculation.
Gets or sets the signal period for the stochastic indicator calculation.
public int SignalPeriod { get; set; }
The number of periods for the signal line.
SignalStroke
Color
Gets or sets the stroke color for the signal line.
public Color SignalStroke { get; set; }
The color of the signal line stroke.