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
I wonder what is your opinion about implementing incremental technical indicators ie using O(1) memory
Somethink like https://github.com/nardew/talipp could be great
I haven't found any comparable library in Julia.
Hello,
I wonder what is your opinion about implementing incremental technical indicators ie using O(1) memory
Somethink like https://github.com/nardew/talipp could be great
I haven't found any comparable library in Julia.
Let's try for exemple with a simple SMA ?
Here is some sample data for testing
I think building something on top of OnlineStats could be interesting
a
MovingWindow
is required and aSum
also.Pinging @joshday @tbreloff @Hua-Zhou
Maybe we could start a list from simpler to implement to harder.
Kind regards
The text was updated successfully, but these errors were encountered: