ClassRelativeMomentumIndexIndicator
Class
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
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
The number of periods to use for momentum calculation. Default is 1.