GatorHistogram
StockSharp.Algo.Indicators
The oscillator histogram GatorOscillator.
Inherits: BaseIndicator
Properties
NumValuesToInitialize
public override int NumValuesToInitialize { get; }
value = gatorHistogram.NumValuesToInitialize
Number of values that need to be processed in order for the indicator to initialize (be IsFormed equals ). if undefined.
Methods
Clone
public override IIndicator Clone()
result = gatorHistogram.Clone()
Create a copy of GatorHistogram.
Returns: Copy.
Load
public override void Load(SettingsStorage storage)
gatorHistogram.Load(storage)
Load settings.
- storage
- Settings storage.
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = gatorHistogram.OnProcess(input)
To handle the input value.
- input
- The input value.
Returns: The resulting value.
Save
public override void Save(SettingsStorage storage)
gatorHistogram.Save(storage)
Save settings.
- storage
- Settings storage.