Continuation of Indicator Calculation #1308
trevdawg122
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
If I understood your request correctly, this is in the scope of 3.0 (streaming indicators). |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. Apologies if this has already been proposed or I'm too dense to realize it exists already. I was wondering if there's been much thought given to incrementing an indicator calculation as a continuation of an ongoing trade exercise. For instance if I find the RSI of a stock by providing the required number of quotes, could I then call the RSI function again with one more quote so I could append to the previous RSI calculations? This could be implemented a number of ways but I'm not sure which if any would be appropriate. I think this library is fantastic but the back testing I do requires a lot of redundant number crunching as I iterate through a test cycle one timeframe at a time. Adding this feature could save a lot of time. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions