Packagecom.anychartstock.info.techIndicators
Classpublic class StochasticOscillatorTechIndicatorInfo
ImplementsITechIndicatorInfo

StochasticOscillatorTechIndicatorInfo class represent an object with Stochastic Oscillator (Fast,Slow) info.

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

See also

ITechIndicatorInfo
SeriesValueInfo
AroonTechIndicatorInfo
DMITechIndicatorInfo
KeltnerChannelsTechIndicatorInfo
MACDTechIndicatorInfo
SingleSeriesTechIndicatorInfo
TRIXTechIndicatorInfo
TwoSeriesTechIndicatorInfo
VolumeMATechIndicatorInfo


Public Properties
 PropertyDefined by
  dSeries : SeriesValueInfo
[read-only] %D series value.
StochasticOscillatorTechIndicatorInfo
  kSeries : SeriesValueInfo
[read-only] %K series value.
StochasticOscillatorTechIndicatorInfo
Property detail
dSeriesproperty
dSeries:SeriesValueInfo  [read-only]

%D series value.

Implementation
    public function get dSeries():SeriesValueInfo
kSeriesproperty 
kSeries:SeriesValueInfo  [read-only]

%K series value.

Implementation
    public function get kSeries():SeriesValueInfo