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

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

Definition

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; }
Property Value:

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