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
GatorOscillatortime
DateTimeOffset
Remarks
Initializes a new instance of the GatorOscillatorValue.
Properties
Histogram1
Gets the Histogram1 value.
[Browsable(false)]
public decimal? Histogram1 { get; }
Property Value
Histogram1Value
Gets the Histogram1 value.
public IIndicatorValue Histogram1Value { get; }
Property Value
Histogram2
Gets the Histogram2 value.
[Browsable(false)]
public decimal? Histogram2 { get; }
Property Value
Histogram2Value
Gets the Histogram2 value.
public IIndicatorValue Histogram2Value { get; }