anandanand84 / technicalindicators

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

Stochastic RSI (StochRSI) example page gives 404 #217

Open basvdijk opened 4 years ago

basvdijk commented 4 years ago

In the README.MD the link to the 17. Stochastic RSI (StochRSI) is broken. The url it links to is: https://runkit.com/anandaravindan/stochasticrsi which gives a 404

hacking-robot commented 2 years ago
StochasticRSI.calculate({
    values: prices,
    rsiPeriod:  8,
    stochasticPeriod: 8,
    kPeriod: 14,
    dPeriod: 14,
  })