bitvavo / php-bitvavo-api

PHP SDK IS DEPRECATED! PHP wrapper for the Bitvavo API
ISC License
15 stars 13 forks source link

How can I retreive the Relative Strength Index (RSI)? #3

Closed sayoki closed 3 years ago

sayoki commented 3 years ago

How can I retreive the Relative Strength Index (RSI)?

joeri-vv commented 3 years ago

The relative strength index is not something which is natively returned by the API and therefore the SDK. You could gather data through the "candles" endpoint and process this data yourself to apply indicators on it.