Packagecom.anychartstock.info.techIndicators
Classpublic class DMITechIndicatorInfo
ImplementsITechIndicatorInfo

DMITechIndicatorInfo class represents an object with DMI info.

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

See also

ITechIndicatorInfo
SeriesValueInfo
AroonTechIndicatorInfo
KeltnerChannelsTechIndicatorInfo
MACDTechIndicatorInfo
SingleSeriesTechIndicatorInfo
StochasticOscillatorTechIndicatorInfo
TRIXTechIndicatorInfo
TwoSeriesTechIndicatorInfo
VolumeMATechIndicatorInfo


Public Properties
 PropertyDefined by
  ndiSeries : SeriesValueInfo
[read-only] -DI series value.
DMITechIndicatorInfo
  pdiSeries : SeriesValueInfo
[read-only] +DI series value.
DMITechIndicatorInfo
Property detail
ndiSeriesproperty
ndiSeries:SeriesValueInfo  [read-only]

-DI series value.

Implementation
    public function get ndiSeries():SeriesValueInfo
pdiSeriesproperty 
pdiSeries:SeriesValueInfo  [read-only]

+DI series value.

Implementation
    public function get pdiSeries():SeriesValueInfo