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

Stochastic RSI example not found #149

Closed Fab85 closed 5 years ago

Fab85 commented 5 years ago

Hello,

I wanted to calculate the Stochastic RSI, but the link to the example code shows 404. How do I use the Stochasitc RSI in my code?

Thanks

anandanand84 commented 5 years ago

You can look at the src/ folder or the test folder to see an example.

stochasticrsi({ values : number[]; rsiPeriod:number; stochasticPeriod:number; kPeriod:number; dPeriod:number; })