Packagecom.anychartstock.info.techIndicators
Classpublic class KeltnerChannelsTechIndicatorInfo
ImplementsITechIndicatorInfo

KeltnerChannelsTechIndicatorInfo class represents an object with Keltner Channels (KeltnerChannels) info.

Note: Different indicators use different classes, based on ITechIndicatorInfo interface.

See also

ITechIndicatorInfo
SeriesValueInfo
AroonTechIndicatorInfo
DMITechIndicatorInfo
MACDTechIndicatorInfo
SingleSeriesTechIndicatorInfo
StochasticOscillatorTechIndicatorInfo
TRIXTechIndicatorInfo
TwoSeriesTechIndicatorInfo
VolumeMATechIndicatorInfo


Public Properties
 PropertyDefined by
  emaSeries : SeriesValueInfo
[read-only] EMA series value.
KeltnerChannelsTechIndicatorInfo
  lowerSeries : SeriesValueInfo
[read-only] Lower series value.
KeltnerChannelsTechIndicatorInfo
  upperSeries : SeriesValueInfo
[read-only] Upper series value.
KeltnerChannelsTechIndicatorInfo
Property detail
emaSeriesproperty
emaSeries:SeriesValueInfo  [read-only]

EMA series value.

Implementation
    public function get emaSeries():SeriesValueInfo
lowerSeriesproperty 
lowerSeries:SeriesValueInfo  [read-only]

Lower series value.

Implementation
    public function get lowerSeries():SeriesValueInfo
upperSeriesproperty 
upperSeries:SeriesValueInfo  [read-only]

Upper series value.

Implementation
    public function get upperSeries():SeriesValueInfo