-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Request
Problem Statement
Currently we can only choose the hard coded into the data engine. It would be nice to enable users to add aggregations of their own. For example, aggregating tick data into footprint charts OR aggregating volume but in reverse, from the current time to the past.
Proposed Solution
I'd like to be able to pass my own aggregators to the data engine and have them mapped to composite bars.
Alternatives Considered
At the moment I've achieved by implementing a proxy market data client. The problem is that its pure overhead as there's quite a bit of work to avoid triggering the default aggregation.
Additional Context
Currently we're aggregating into bars only, but this would enable us to aggregate into different objects eg. order flow, order book curves & footprints to name a few.
ZhaorongDai
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request