Class
StochasticFastIndicator

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:

cs-api-definition
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

StochasticFastIndicator()

Declaration

cs-api-definition
public StochasticFastIndicator()

Fields

MainPeriodProperty

Identifies the MainPeriod property.

Declaration

cs-api-definition
public static readonly BindableProperty MainPeriodProperty

Field Value

BindableProperty

SignalPeriodProperty

Identifies the SignalPeriod property.

Declaration

cs-api-definition
public static readonly BindableProperty SignalPeriodProperty

Field Value

BindableProperty

SignalStrokeProperty

Identifies the SignalStroke property.

Declaration

cs-api-definition
public static readonly BindableProperty SignalStrokeProperty

Field Value

BindableProperty

Properties

MainPeriod

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

Declaration

cs-api-definition
public int MainPeriod { get; set; }

Property Value

int

The number of periods for the main calculation.

SignalPeriod

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

Declaration

cs-api-definition
public int SignalPeriod { get; set; }

Property Value

int

The number of periods for the signal line.

SignalStroke

Gets or sets the stroke color for the signal line.

Declaration

cs-api-definition
public Color SignalStroke { get; set; }

Property Value

Color

The color of the signal line stroke.