Skip to content

Can we incrementally "add" data to existing series results? #396

Locked Answered by DaveSkender
arclabch asked this question in Q&A
Discussion options

You must be logged in to vote

Currently, no.

I have been thinking about this a bit for v2 in the roadmap (#218) and do see users occasionally trying to do one point at a time (#216). I think it makes sense in some use cases to do incremental calculations, especially for streaming models where you're dealing with real-time high frequency data. With that said, not all indicators can support it due to the way they are calculated, but I think many do.

In any case, it gets tricky because current period values are usually based on one or more previous values, so we'll have to have more in-memory storage of intermediate calculations for persistence and more memory transactions to make this work.

For now, the good news is tha…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@arclabch
Comment options

Answer selected by arclabch
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants