Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: OnlineStat Chaining #272

Open
femtotrader opened this issue Dec 28, 2023 · 1 comment
Open

Feature Request: OnlineStat Chaining #272

femtotrader opened this issue Dec 28, 2023 · 1 comment

Comments

@femtotrader
Copy link

femtotrader commented Dec 28, 2023

Hello,

I'm looking for a way to "chain" 2 (or more) OnlineStat to do something like in the following examples

https://github.com/nardew/talipp/blob/main/tests/test_indicator_chaining.py

I wonder what is the best solution for that purpose using OnlineStats (and IncTA.jl)

I looked at OnlineStats doc but couldn't find that.

Some help will be very nice.
After understanding it (and if we consider doc is still lacking stuff) I could provide PR.

Kind regards

@joshday
Copy link
Owner

joshday commented Jan 24, 2024

I believe this existed in a very early version of OnlineStats, implemented by @tbreloff, but now it's gone for a reason I don't remember.

So there's nothing built-in that does this, although I've thought about re-implementing it. It would be straightforward to make your own OnlineStat that implements a specific chain.

I'll keep this open as a feature request, but probably won't have time to work on it soon.

@joshday joshday changed the title Doc improvement? OnlineStat chaining Feature Request: OnlineStat Chaining Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants