anandanand84 / technicalindicators

A javascript technical indicators written in typescript with pattern recognition right in the browser
MIT License
2.15k stars 557 forks source link

StochRSI Test #116

Open tommarchi opened 6 years ago

tommarchi commented 6 years ago

Is there a unit tests go stochRSI? I found a commented out one in tests. However, it seems to be an unfinished unit test?

anandanand84 commented 6 years ago

I usually get data for the tests from the stockcharts.com, but in this case I could not get the actual close values, instead they have it computed from RSI. http://stockcharts.com/school/doku.php?id=chart_school:technical_indicators:stochrsi If you can get data for the test I am happy to add it.