GatorOscillatorValue

StockSharp.Algo.Indicators

GatorOscillator indicator value implementation.

Inherits: ComplexIndicatorValue<GatorOscillator>

Implements: IGatorOscillatorValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Constructors

GatorOscillatorValue(GatorOscillator, DateTime)

GatorOscillator indicator value implementation.

indicator
The parent GatorOscillator indicator.
time
Time associated with this indicator value.

Properties

Histogram1 : decimal?

Gets the Histogram1 value.

Histogram1Value : IIndicatorValue

Gets the Histogram1 value.

Histogram2 : decimal?

Gets the Histogram2 value.

Histogram2Value : IIndicatorValue

Gets the Histogram2 value.

Methods

ToString() : string

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

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