bitfinexcom / bfx-hf-indicators

Apache License 2.0
58 stars 36 forks source link

RSI Calculation #54

Closed steoo closed 3 years ago

steoo commented 5 years ago

Hi, I'm trying to understand how to calculate a RSI[14]; I don't understand which value I should provide to the indicator as I'm retrieving the Candles from the websocket and it returns a series of value. I can help with the documentation when this gets cleared out :)

f3rno commented 5 years ago

Hi @steoo, you need to pass any of the candle values (open, high, low, or close) to the RSI add method

jabarua commented 5 years ago

Hello, Is it posible to use de hf indicators with node, without hf server? tx

xf3rno commented 3 years ago

@prdn this can be closed