StochD
- stochastic slow %D

Indicators


SYNTAX StochD( periods = 14, Ksmooth=3, Dsmooth=3 )
RETURNS ARRAY
FUNCTION Calculates the %D line of Stochastic Oscillator (with internal slowing KSmooth, DSmooth).
EXAMPLE The formula "stochd( 5 )" returns the value of a 5-period %D double smoothed by 3 periods
SEE ALSO STOCHK() function

References:

The StochD function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.