Class RelativeMomentumIndexIndicator
Represents the Relative Momentum Index (RMI) financial indicator that measures the momentum of price changes over a specified period.
Inheritance
System.Object
RelativeMomentumIndexIndicator
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class RelativeMomentumIndexIndicator : ValuePeriodIndicatorBase, IParentElement, IChildElement
Constructors
RelativeMomentumIndexIndicator()
Declaration
public RelativeMomentumIndexIndicator()
Fields
MomentumPeriodProperty
Identifies the MomentumPeriod bindable property.
Declaration
public static readonly BindableProperty MomentumPeriodProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
MomentumPeriod
Gets or sets the momentum period used for the RMI calculation.
Declaration
public int MomentumPeriod { get; set; }
Property Value
System.Int32
The number of periods to use for momentum calculation. Default is 1. |