Packagecom.anychartstock.info.techIndicators
Classpublic class AroonTechIndicatorInfo
ImplementsITechIndicatorInfo

AroonTechIndicatorInfo class represents an object with Aroon info.

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

See also

ITechIndicatorInfo
SeriesValueInfo
DMITechIndicatorInfo
KeltnerChannelsTechIndicatorInfo
MACDTechIndicatorInfo
SingleSeriesTechIndicatorInfo
StochasticOscillatorTechIndicatorInfo
TRIXTechIndicatorInfo
TwoSeriesTechIndicatorInfo
VolumeMATechIndicatorInfo


Public Properties
 PropertyDefined by
  downSeries : SeriesValueInfo
[read-only] Lower series value.
AroonTechIndicatorInfo
  upSeries : SeriesValueInfo
[read-only] Upper series value.
AroonTechIndicatorInfo
Property detail
downSeriesproperty
downSeries:SeriesValueInfo  [read-only]

Lower series value.

Implementation
    public function get downSeries():SeriesValueInfo
upSeriesproperty 
upSeries:SeriesValueInfo  [read-only]

Upper series value.

Implementation
    public function get upSeries():SeriesValueInfo