Class
RelativeMomentumIndexIndicator

Represents the Relative Momentum Index (RMI) financial indicator that measures the momentum of price changes over a specified period.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class RelativeMomentumIndexIndicator : ValuePeriodIndicatorBase

Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseValuePeriodIndicatorBaseRelativeMomentumIndexIndicator

Inherited Members ValuePeriodIndicatorBase.PeriodPropertyValuePeriodIndicatorBase.PeriodValueIndicatorBase.ValueBindingPropertyValueIndicatorBase.ValueBindingLineIndicatorBase.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

RelativeMomentumIndexIndicator()

Declaration

cs-api-definition
public RelativeMomentumIndexIndicator()

Fields

MomentumPeriodProperty

Identifies the MomentumPeriod bindable property.

Declaration

cs-api-definition
public static readonly BindableProperty MomentumPeriodProperty

Field Value

BindableProperty

Properties

MomentumPeriod

Gets or sets the momentum period used for the RMI calculation.

Declaration

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

Property Value

int

The number of periods to use for momentum calculation. Default is 1.