GatorHistogram

StockSharp.Algo.Indicators

The oscillator histogram GatorOscillator.

Inherits: BaseIndicator

Properties

Line1
public AlligatorLine Line1 { get; }
value = gatorHistogram.Line1

First line (Jaw vs Lips).

Line2
public AlligatorLine Line2 { get; }
value = gatorHistogram.Line2

Second line (Lips vs Teeth).

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.