I am curious as to how the StochRSI works with the parameters I use.
I am using StochRSI (13, 21 (3), 5)
where the RSI is length 13
Stochastic %K is length 21 and smoothing 3
Stochastic %D is smoothing 5
How is this calculated?
I tried calculating it in Excel and am not getting the same results as Qcharts.
RS = average gain/average loss
Where the average gain and loss is the average of 13 days.
(but im not sure how to calculate smoothing 3 here)
RSI = 100-(100/(1+RS))
%K = ((Recent close - RSI Lowest Low)/(RSI highest high - RSI lowest low)) x 100
Where Recent close is the current RSI. Lowest low is the lowest RSI in 21 days
Highest high is the highest RSI in 21 days.
And the %D is the average of the last how many days? with a smoothing 5 which i also dont know how to calculate.
I am using StochRSI (13, 21 (3), 5)
where the RSI is length 13
Stochastic %K is length 21 and smoothing 3
Stochastic %D is smoothing 5
How is this calculated?
I tried calculating it in Excel and am not getting the same results as Qcharts.
RS = average gain/average loss
Where the average gain and loss is the average of 13 days.
(but im not sure how to calculate smoothing 3 here)
RSI = 100-(100/(1+RS))
%K = ((Recent close - RSI Lowest Low)/(RSI highest high - RSI lowest low)) x 100
Where Recent close is the current RSI. Lowest low is the lowest RSI in 21 days
Highest high is the highest RSI in 21 days.
And the %D is the average of the last how many days? with a smoothing 5 which i also dont know how to calculate.
Comment