Class IgbBollingerBandWidthIndicator
Represents a IgbDataChart Bollinger Bandwidth indicator series.
Inheritance
System.Object
IgbBollingerBandWidthIndicator
Inherited Members
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbBollingerBandWidthIndicator : IgbStrategyBasedIndicator, JsonSerializable, IDisposable
Remarks
Represents the normalized width of the Bollinger bands for each provided value. For more info see: BollingerBandsOverlay Default required members: High, Low, Close
Constructors
IgbBollingerBandWidthIndicator()
Declaration
public IgbBollingerBandWidthIndicator()
Properties
Multiplier
Gets or sets the multiplier for the Bollinger Band width. The typical, and initial, value for Bollinger Band width multiplier is 2.
Declaration
public double Multiplier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Period
Gets or sets the moving average period for the Bollinger Band Width Indicator. The typical, and initial, value for CCI periods is 20.
Declaration
public int Period { 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