Table of Contents

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
IPersistable
ICloneable<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

int

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 SettingsStorage

Settings storage.

OnProcess(IIndicatorValue)

To handle the input value.

protected override IIndicatorValue OnProcess(IIndicatorValue input)

Parameters

input IIndicatorValue

The input value.

Returns

IIndicatorValue

The resulting value.

Save(SettingsStorage)

Save settings.

public override void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.