anandanand84/technicalindicators

Stochastic RSI (StochRSI) example page gives 404

basvdijk opened this issue · 1 comments

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

StochasticRSI.calculate({
    values: prices,
    rsiPeriod:  8,
    stochasticPeriod: 8,
    kPeriod: 14,
    dPeriod: 14,
  })