Packagecom.anychartstock.info.techIndicators
Classpublic class TwoSeriesTechIndicatorInfo
ImplementsITechIndicatorInfo

TwoSeriesTechIndicatorInfo represents an object that contains technical indicator info.

TwoSeriesTechIndicatorInfo can contain info of the following indicators:

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

See also

ITechIndicatorInfo
SeriesValueInfo
AroonTechIndicatorInfo
DMITechIndicatorInfo
KeltnerChannelsTechIndicatorInfo
MACDTechIndicatorInfo
SingleSeriesTechIndicatorInfo
StochasticOscillatorTechIndicatorInfo
TRIXTechIndicatorInfo
VolumeMATechIndicatorInfo


Public Properties
 PropertyDefined by
  lowerSeries : SeriesValueInfo
[read-only] Lower series value.
TwoSeriesTechIndicatorInfo
  upperSeries : SeriesValueInfo
[read-only] Upper series value.
TwoSeriesTechIndicatorInfo
Property detail
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