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
nextValue() method is cool, but in my bot i have some intermediate values between candle closes. It would be great if here would be some peek() method where i could see intermediate result without updating internal state. At the moment i hit the wall and have to just use RSI.calculate() to calculate whole thing every time.
I will look more deeply in the library myself, but at the moment just pointing out this enhancement proposal.
The text was updated successfully, but these errors were encountered:
nextValue() method is cool, but in my bot i have some intermediate values between candle closes. It would be great if here would be some peek() method where i could see intermediate result without updating internal state. At the moment i hit the wall and have to just use RSI.calculate() to calculate whole thing every time.
I will look more deeply in the library myself, but at the moment just pointing out this enhancement proposal.
The text was updated successfully, but these errors were encountered: