Returns the lower line of the Dynamic Zone Stochastic indicator.
The Dynamic Zone Stochastic oscillator is similar to a classic stochastic with Bollinger Bands of 0.8 standard deviation applied on it.
Syntax:
1 |
dynamiczonestochasticdown[BBperiod](price) |
Where:
- BBperiod: calculation period of the Bollinger Bands applied to the Stochastic (default is 20 periods)
The stochastic period is standard, set to default [14,3] and cannot be changed.
(more…)