GatorOscillatorValue

StockSharp.Algo.Indicators

GatorOscillator indicator value implementation.

继承自: ComplexIndicatorValue<GatorOscillator>

实现: IGatorOscillatorValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

构造函数

GatorOscillatorValue(GatorOscillator, DateTime)

GatorOscillator indicator value implementation.

indicator
The parent GatorOscillator indicator.
time
Time associated with this indicator value.

属性

Histogram1 : decimal?

Gets the Histogram1 value.

Histogram1Value : IIndicatorValue

Gets the Histogram1 value.

Histogram2 : decimal?

Gets the Histogram2 value.

Histogram2Value : IIndicatorValue

Gets the Histogram2 value.

方法

ToString() : string

Преобразовать к строковому представлению.

返回值: Строковое представление.