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

SSSTOCH()

The smoothed slow stochastic is a smoothed version of the slow stochastic. Use this function to create the Williams %R study.

Definition Smoothed slow stochastics

Syntax images/aspen00000275.gif

Formula Same as slow stochastic, but an additional smoothing factor is used.

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.

<smoother_period>
Number of periods to further smooth the slow stochastic.

Examples SSSTOCH_EX1(SERIES,PERIOD=14,smooth=.5,smoother=.2)=SSSTOCH(SERIES,
PERIOD,smooth,smoother)

SSSTOCH_EX1(INPUT,PERIOD=14,smooth=.5,smoother=.2)=SSSTOCH(INPUT,
PERIOD,smooth,smoother)