You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@marcusmota thanks for the reply.
Are you saying that the lib works only with 100+ candles (meaning the period should always be >100 ?) Is this documented anywhere?
I've been trying to get a fix for this issue for a very long time now. Please see if you can provide any input on this: #216 (comment)
This isn't documented, this is just how I "fixed" the issue :P the value does not need to be 100, try to add more candles until you start to have the same value of tv.
Below I am passing 15 days closing price (oldest close price first).
I get response as below.
console.log(rsi) // [58.67].
But actual RSI value which is displayed in Zeroda or TradingView is : 60.79.
Please help me if I am missing something here.
The text was updated successfully, but these errors were encountered: