KeltnerChannelsValue
StockSharp.Algo.Indicators
KeltnerChannels indicator value implementation.
Наследует: ComplexIndicatorValue<KeltnerChannels>
Реализует: IKeltnerChannelsValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Конструкторы
KeltnerChannelsValue(KeltnerChannels, DateTime)
KeltnerChannels indicator value implementation.
- indicator
- The parent KeltnerChannels indicator.
- time
- Time associated with this indicator value.
Свойства
LowerValue : IIndicatorValue
Gets the Lower value.
MiddleValue : IIndicatorValue
Gets the Middle value.
UpperValue : IIndicatorValue
Gets the Upper value.