♥ 0 |
Hi Pete, I am trying to rewrite the stochastic using a programming language and I noticed that the TOS stochastic indicator has a K Period and D Period of 10 each. They also have a Slowing period of 3. I was looking up the math behind the stochastic indicator and do not see a slowing period. https://stockcharts.com/school/doku.php?id=chart_school:technical_indicators:stochastic_oscillator_fast_slow_and_full Any ideas on the slowing period Thanks
Marked as spam
|
Thanks Pete. So If I am understanding this correctly the “Slowing period” is applied to the %K (and its not the %D). Correct?
Correct. Here it is taken straight from the built-in Stochastic study that comes with Thinkorswim:
plot FullK = MovingAverage(averageType, FastK, slowing_period);