I am having trouble getting a smoothed RSI. The below picture is from freestockcharts.com. The calculation uses this code.
http://stackoverflow.com/questions/...th-index-using-some-programming-language-js-c
This seems to be the pure RSI with no smoothing. How does a smoothed RSI get calculated? I have tried changing it to fit the definitions of the these two sites however the output was not correct.
http://www.tc2000.com/tc2000help/Content/Indicators/RSI_and_Wilder_s_RSI.htm
http://www.priceactionlab.com/Blog/2014/12/wilders-cutlers-and-harris-relative-strength-index/
Can someone actually do the calculation with some sample data?
http://stackoverflow.com/questions/...th-index-using-some-programming-language-js-c
This seems to be the pure RSI with no smoothing. How does a smoothed RSI get calculated? I have tried changing it to fit the definitions of the these two sites however the output was not correct.
http://www.tc2000.com/tc2000help/Content/Indicators/RSI_and_Wilder_s_RSI.htm
http://www.priceactionlab.com/Blog/2014/12/wilders-cutlers-and-harris-relative-strength-index/
Can someone actually do the calculation with some sample data?