Class IgbAbsoluteVolumeOscillatorIndicator
Represents a IgbDataChart Absolute Volume Oscillator indicator series.
Inheritance
System.Object
IgbAbsoluteVolumeOscillatorIndicator
Inherited Members
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbAbsoluteVolumeOscillatorIndicator : IgbStrategyBasedIndicator, JsonSerializable, IDisposable
Remarks
Default required members: Volume
Constructors
IgbAbsoluteVolumeOscillatorIndicator()
Declaration
public IgbAbsoluteVolumeOscillatorIndicator()
Properties
LongPeriod
Gets or sets the short moving average period for the current AbsoluteVolumeOscillatorIndicator object. The typical, and initial, value for long AVO periods is 30.
Declaration
public int LongPeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ShortPeriod
Gets or sets the short moving average period for the current AbsoluteVolumeOscillatorIndicator object. The typical, and initial, value for short AVO periods is 10.
Declaration
public int ShortPeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
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