GatorOscillator

StockSharp.Algo.Indicators

Gator oscillator.

Inherits: BaseComplexIndicator<IGatorOscillatorValue>

Constructors

GatorOscillator()

Initializes a new instance of the GatorOscillator.

Properties

Histogram1 : GatorHistogram

Top histogram.

Histogram2 : GatorHistogram

Lower histogram.

Measure : IndicatorMeasures

IndicatorMeasures.

Methods

CalcIsFormed() : bool

Calc IsFormed.

Returns: IsFormed

OnProcess(IIndicatorValue) : IIndicatorValue

To handle the input value.

input
The input value.

Returns: The resulting value.

ToString() : string

Преобразовать к строковому представлению.

Returns: Строковое представление.