Class IgbFullStochasticOscillatorIndicator
Represents a IgbDataChart Full Stochastic Oscillator indicator series.
Inheritance
System.Object
IgbFullStochasticOscillatorIndicator
Inherited Members
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbFullStochasticOscillatorIndicator : IgbStrategyBasedIndicator, JsonSerializable, IDisposable
Remarks
Default required members: High, Low, Close
Constructors
IgbFullStochasticOscillatorIndicator()
Declaration
public IgbFullStochasticOscillatorIndicator()
Properties
Period
Gets or sets the moving average period for the current FullStochasticOscillatorIndicator object. The typical, and initial, value for FullStochasticOscillatorIndicator periods is 14.
Declaration
public int Period { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
SmoothingPeriod
Gets or sets the moving average SmoothingPeriod for the current FullStochasticOscillatorIndicator object. The typical, and initial, value for FullStochasticOscillatorIndicator SmoothingPeriod is 3.
Declaration
public int SmoothingPeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
TriggerPeriod
Gets or sets the moving average TriggerPeriod for the current FullStochasticOscillatorIndicator object. The typical, and initial, value for FullStochasticOscillatorIndicator TriggerPeriod is 3.
Declaration
public int TriggerPeriod { 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