Batista Harahap
Results
2
comments of
Batista Harahap
[https://github.com/anandanand84/technicalindicators/blob/master/test/momentum/StochasticRSI.js](https://github.com/anandanand84/technicalindicators/blob/master/test/momentum/StochasticRSI.js) Don't know why it's all commented out.
Don't have to do much. ```javascript import { RSI } from 'technicalindicators' // RxJs 5.x const obs = getCandlesticks() .map((candlesticks) => { // ... codes const opts = { values:...