Table of Contents

Class GatorOscillatorValue

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

GatorOscillator indicator value.

public class GatorOscillatorValue : ComplexIndicatorValue<GatorOscillator>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Inheritance
GatorOscillatorValue
Implements
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the GatorOscillatorValue.

Constructors

GatorOscillatorValue(GatorOscillator, DateTimeOffset)

GatorOscillator indicator value.

public GatorOscillatorValue(GatorOscillator indicator, DateTimeOffset time)

Parameters

indicator GatorOscillator

GatorOscillator

time DateTimeOffset

Time

Remarks

Initializes a new instance of the GatorOscillatorValue.

Properties

Histogram1

Gets the Histogram1 value.

[Browsable(false)]
public decimal? Histogram1 { get; }

Property Value

decimal?

Histogram1Value

Gets the Histogram1 value.

public IIndicatorValue Histogram1Value { get; }

Property Value

IIndicatorValue

Histogram2

Gets the Histogram2 value.

[Browsable(false)]
public decimal? Histogram2 { get; }

Property Value

decimal?

Histogram2Value

Gets the Histogram2 value.

public IIndicatorValue Histogram2Value { get; }

Property Value

IIndicatorValue