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:
C#
public class RelativeMomentumIndexIndicator : ValuePeriodIndicatorBase
Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseValuePeriodIndicatorBaseRelativeMomentumIndexIndicator...
Inherited Members
Constructors
C#
public RelativeMomentumIndexIndicator()
Fields
MomentumPeriodProperty
BindableProperty
Identifies the MomentumPeriod bindable property.
C#
public static readonly BindableProperty MomentumPeriodProperty
Properties
Gets or sets the momentum period used for the RMI calculation.
C#
public int MomentumPeriod { get; set; }
The number of periods to use for momentum calculation. Default is 1.