Windowing Based Aggregations? #2264
primalleous
started this conversation in
General
Replies: 1 comment 1 reply
-
That's a lot of code. If it's important for you, then best to find how to integrate it yourself in nautilus then do a PR. That's the path I followed for computing option greeks with nautilus. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've built my aggregations to have some functionality that I'll likely need that I'm not seeing here. For instance, in a session for NYSE I may have odd intervals I want to aggregate over so I define all the intervals in advance and bucket explicitly. Is even something like using a tumbling windower with an explicit length and align to possible in nautilus currently? That's the base version of mine.
Currently I'm using some custom bytewax code for aggregations and I do have a dependency on accessing the market hours for that date but I don't believe nautilus uses trading calendars at all.
Here's my test code and some of the custom functions. I'd love to have something like this. How big of an overhaul would it be to do this?
Custom windower operator
Beta Was this translation helpful? Give feedback.
All reactions