New to Telerik UI for .NET MAUIStart a free 30-day trial

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:

C#
public class StochasticFastIndicator : HighLowCloseIndicatorBase

Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseHighLowIndicatorBaseHighLowCloseIndicatorBaseStochasticFastIndicator...

Derived Classes: StochasticSlowIndicator

Inherited Members HighLowCloseIndicatorBase.CloseBindingPropertyHighLowCloseIndicatorBase.CloseBindingHighLowIndicatorBase.HighBindingPropertyHighLowIndicatorBase.LowBindingPropertyHighLowIndicatorBase.HighBindingHighLowIndicatorBase.LowBindingLineIndicatorBase.StrokePropertyLineIndicatorBase.StrokeThicknessPropertyLineIndicatorBase.IsDefaultValue(string)LineIndicatorBase.StrokeLineIndicatorBase.StrokeThicknessIndicatorBase.CategoryBindingPropertyIndicatorBase.CategoryBindingChartSeries.AllowSelectPropertyChartSeries.DisplayNamePropertyChartSeries.IsSelectedPropertyChartSeries.ItemsSourcePropertyChartSeries.ShowLabelsPropertyChartSeries.LabelBindingPropertyChartSeries.LabelFormatPropertyChartSeries.LabelFormatterPropertyChartSeries.OnItemsSourceCollectionChanged(object, NotifyCollectionChangedEventArgs)ChartSeries.OnItemsSourceChanged(IEnumerable, IEnumerable)ChartSeries.LabelFormatterChartSeries.AllowSelectChartSeries.DisplayNameChartSeries.IsSelectedChartSeries.ItemsSourceChartSeries.ShowLabelsChartSeries.LabelBindingChartSeries.LabelFormatChartElement.OnPropertyChanged(string)ChartElement.Key...

Constructors

C#
public StochasticFastIndicator()

Fields

MainPeriodProperty

BindableProperty

Identifies the MainPeriod property.

C#
public static readonly BindableProperty MainPeriodProperty

SignalPeriodProperty

BindableProperty

Identifies the SignalPeriod property.

C#
public static readonly BindableProperty SignalPeriodProperty

SignalStrokeProperty

BindableProperty

Identifies the SignalStroke property.

C#
public static readonly BindableProperty SignalStrokeProperty

Properties

Gets or sets the main period for the stochastic indicator calculation.

C#
public int MainPeriod { get; set; }
Property Value:

The number of periods for the main calculation.

Gets or sets the signal period for the stochastic indicator calculation.

C#
public int SignalPeriod { get; set; }
Property Value:

The number of periods for the signal line.

Gets or sets the stroke color for the signal line.

C#
public Color SignalStroke { get; set; }
Property Value:

The color of the signal line stroke.