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
A updates() function exists to update multiple. But no complement exists for getResult() => getResults() This would be very beneficial to get a series for further processing/analysis. So a SMA(1) dataset like [1,2,3,4,5] would usually result in a array like [1,2,3,4,5].
The text was updated successfully, but these errors were encountered:
Hi @iocron, thank you very much for your feature request! I liked it so much, that I implemented it. When you pass values to the updates method, then this method will return an array with all results from each update. It's published with trading-signals v6.0.1 - Best, Benny
A updates() function exists to update multiple. But no complement exists for getResult() => getResults() This would be very beneficial to get a series for further processing/analysis. So a SMA(1) dataset like [1,2,3,4,5] would usually result in a array like [1,2,3,4,5].
The text was updated successfully, but these errors were encountered: