Class GatorHistogram
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
The oscillator histogram GatorOscillator.
public class GatorHistogram : BaseIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
- Inheritance
-
GatorHistogram
- Implements
-
IPersistableICloneable<IIndicator>
- Inherited Members
- Extension Methods
Properties
NumValuesToInitialize
Number of values that need to be processed in order for the indicator to initialize (be IsFormed equals true). null if undefined.
public override int NumValuesToInitialize { get; }
Property Value
Methods
Clone()
Create a copy of GatorHistogram.
public override IIndicator Clone()
Returns
- IIndicator
Copy.
Load(SettingsStorage)
Load settings.
public override void Load(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
OnProcess(IIndicatorValue)
To handle the input value.
protected override IIndicatorValue OnProcess(IIndicatorValue input)
Parameters
input
IIndicatorValueThe input value.
Returns
- IIndicatorValue
The resulting value.
Save(SettingsStorage)
Save settings.
public override void Save(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.