Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Stochastics RSI
Template (v17+)
%K
100 * AVG((WRSIr.z - MIN(WRSIr.z, s)) / (MAX(WRSIr.z, s) - MIN(WRSIr.z, s)), k)
%D
100 * AVG(AVG((WRSIr.z - MIN(WRSIr.z, s)) / (MAX(WRSIr.z, s) - MIN(WRSIr.z, s)), k), d)
Where r is the RSI Period.
Where s is the Stochastics Period.
Where k is the %K.
Where d is the %D.
Where z is the number of Bars Ago. z can also be a date in the Price Based Version. May 4, 2015 would be (single quotes required): '05/04/2015'
If separate periods are not listed for the RSI and Stochastic, you should normally set these periods to be the same. This may just be listed as the period of the Stochastics RSI indicator.
Related Topics
-Bruce Personal Criteria Formulas TC2000 Support Articles
|