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

Constructors

GatorOscillatorValue(GatorOscillator, DateTimeOffset)

Initializes a new instance of the GatorOscillatorValue.

public GatorOscillatorValue(GatorOscillator indicator, DateTimeOffset time)

Parameters

indicator GatorOscillator

GatorOscillator

time DateTimeOffset

Time

Properties

Histogram1

Gets the Histogram1 value.

public decimal Histogram1 { get; }

Property Value

decimal

Histogram2

Gets the Histogram2 value.

public decimal Histogram2 { get; }

Property Value

decimal