images/contents.gifimages/index.gifimages/prev1.gifimages/next1.gif

SSTOCH()

The slow stochastic is a smoothed version of the fast stochastic. Often referred to as the stochastic, the slow stochastic is more commonly used.

Definition Slow stochastic.

Syntax images/aspen00000270.gif

Formula images/aspen00000271.gif

images/aspen00000272.gif

images/aspen00000273.gif

images/aspen00000274.gif

Parameters SERIES
Required if the formula name declares the SERIES parameter.

INPUT
Required if the formula name declares the INPUT parameter.

PERIOD
Required if the formula name declares the PERIOD parameter.

<smooth_period>

Number of periods to smooth the slow stochastic.

Examples SSTOCH_EX1(SERIES,PERIOD=14,smooth=.5)=SSTOCH(SERIES,PERIOD,smooth)

SSTOCH_EX2(INPUT,PERIOD=14,smooth=.5)=SSTOCH(INPUT,PERIOD,smooth [1])

See also: Slow Stochastics Study