Class IgbEaseOfMovementIndicator
Represents a IgbDataChart Ease of Movement indicator series.
Inheritance
System.Object
IgbEaseOfMovementIndicator
Inherited Members
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbEaseOfMovementIndicator : IgbStrategyBasedIndicator, JsonSerializable, IDisposable
Remarks
The ease of movement indicator by Richard W. Arms, Jr relates the price change of an asset to its volume. Normally smoothed with a moving average. Default required members: Low, High, Volume
Constructors
IgbEaseOfMovementIndicator()
Declaration
public IgbEaseOfMovementIndicator()
Properties
Type
Declaration
public override string Type { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Methods
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
Returns
| Type | Description |
|---|---|
| System.Object |
Overrides
Implements
System.IDisposable