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
GatorOscillatortime
DateTimeOffset
Properties
Histogram1
Gets the Histogram1 value.
public decimal Histogram1 { get; }
Property Value
Histogram2
Gets the Histogram2 value.
public decimal Histogram2 { get; }