You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @codeplea, I have checked your Stochastic RSI implementation and was wondering why it becomes negative (-0.54) at the end of your "Example Calculation"? From what I have read on Investopedia the Stochastic RSI ranges only between 0 and 1: https://www.investopedia.com/terms/s/stochrsi.asp
Your tests actually show the same by expecting 0.000 at the end:
Hi @codeplea, I have checked your Stochastic RSI implementation and was wondering why it becomes negative (
-0.54
) at the end of your "Example Calculation"? From what I have read on Investopedia the Stochastic RSI ranges only between 0 and 1: https://www.investopedia.com/terms/s/stochrsi.aspYour tests actually show the same by expecting
0.000
at the end:tulipindicators/tests/untest.txt
Lines 382 to 384 in 0bc8dfc
So how come your website lists "-0.54"?
The text was updated successfully, but these errors were encountered: