candlestick_agg or candlestick, into a single
intermediate candlestick aggregate. For example, you can use rollup to combine candlestick aggregates from 15-minute
buckets into daily buckets.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Roll up multiple Candlestick aggregates
candlestick_agg or candlestick, into a single
intermediate candlestick aggregate. For example, you can use rollup to combine candlestick aggregates from 15-minute
buckets into daily buckets.
rollup(
candlestick Candlestick
) RETURNS Candlestick
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| candlestick | Candlestick | - | ✔ | The aggregate produced by a candlestick or candlestick_agg call |
| Column | Type | Description |
|---|---|---|
| candlestick | Candlestick | A new candlestick aggregate produced by combining the input candlestick aggregates |