trade_aggregation-rs
trade_aggregation-rs copied to clipboard
Aggregate trade data into user-defined candles using information driven rules
Results
2
trade_aggregation-rs issues
Sort by
recently updated
recently updated
newest added
https://github.com/MathisWellmann/trade_aggregation-rs/blob/69ef410d2c0c54061f2f06ddda8a81e4119bba85/src/candle_components/open_datetime.rs#L42 Seems there's a vestigial reference to a `Second` variant of `TimestampResolution`, which causes a build failure.
This adds more flexibility in the types we can aggregate in case we need runtime parameters as part of that logic. ## Changes: * 🦚 Feature ## References: ## Changes...