GatorOscillator
StockSharp.Algo.Indicators
Gator oscillator.
Inherits: BaseComplexIndicator<IGatorOscillatorValue>
Constructors
GatorOscillator
public GatorOscillator()
gatorOscillator = GatorOscillator()
Initializes a new instance of the GatorOscillator.
Properties
Histogram1
public GatorHistogram Histogram1 { get; }
value = gatorOscillator.Histogram1
Top histogram.
Histogram2
public GatorHistogram Histogram2 { get; }
value = gatorOscillator.Histogram2
Lower histogram.
Measure
public override IndicatorMeasures Measure { get; }
value = gatorOscillator.Measure
IndicatorMeasures.
Methods
CalcIsFormed
protected override bool CalcIsFormed()
result = gatorOscillator.CalcIsFormed()
Calc IsFormed.
Returns: IsFormed
CreateValue
protected override IGatorOscillatorValue CreateValue(DateTime time)
result = gatorOscillator.CreateValue(time)
Create .
- time
- Time
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = gatorOscillator.OnProcess(input)
To handle the input value.
- input
- The input value.
Returns: The resulting value.
ToString
public override string ToString()
result = gatorOscillator.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.