Packagecom.anychartstock.info.techIndicators
Classpublic class VolumeMATechIndicatorInfo
ImplementsITechIndicatorInfo

VolumeMATechIndicatorInfo class represents an object Volume + MA info.

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

See also

ITechIndicatorInfo
SeriesValueInfo
AroonTechIndicatorInfo
DMITechIndicatorInfo
KeltnerChannelsTechIndicatorInfo
MACDTechIndicatorInfo
SingleSeriesTechIndicatorInfo
StochasticOscillatorTechIndicatorInfo
TRIXTechIndicatorInfo
TwoSeriesTechIndicatorInfo


Public Properties
 PropertyDefined by
  maSeries : SeriesValueInfo
[read-only] MA value.
VolumeMATechIndicatorInfo
  volumeSeries : SeriesValueInfo
[read-only] Volume value.
VolumeMATechIndicatorInfo
Property detail
maSeriesproperty
maSeries:SeriesValueInfo  [read-only]

MA value.

Implementation
    public function get maSeries():SeriesValueInfo
volumeSeriesproperty 
volumeSeries:SeriesValueInfo  [read-only]

Volume value.

Implementation
    public function get volumeSeries():SeriesValueInfo