GatorOscillatorValue

StockSharp.Algo.Indicators

GatorOscillator indicator value implementation.

Inherits: ComplexIndicatorValue<GatorOscillator>

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

Constructors

GatorOscillatorValue
public GatorOscillatorValue(GatorOscillator indicator, DateTime time)
gatorOscillatorValue = GatorOscillatorValue(indicator, time)

GatorOscillator indicator value implementation.

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

Properties

Histogram1
public decimal? Histogram1 { get; }
value = gatorOscillatorValue.Histogram1

Gets the Histogram1 value.

Histogram1Value
public IIndicatorValue Histogram1Value { get; }
value = gatorOscillatorValue.Histogram1Value

Gets the Histogram1 value.

Histogram2
public decimal? Histogram2 { get; }
value = gatorOscillatorValue.Histogram2

Gets the Histogram2 value.

Histogram2Value
public IIndicatorValue Histogram2Value { get; }
value = gatorOscillatorValue.Histogram2Value

Gets the Histogram2 value.

Methods

ToString
public override string ToString()
result = gatorOscillatorValue.ToString()

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

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