Primitives
rangeModeMemory
Read stored RangeMode symbol facts and resolve historical dead buckets
rangeModeMemory (tick)
Read stored RangeMode symbol facts and resolve historical dead buckets
Input parameters
| Prop | Type | Default | Description |
|---|---|---|---|
memoryDir | string | - | Directory holding the saved symbol-facts corpus |
symbol | string | - | Stored symbol-facts symbol. Defaults to the active instrument symbol when available. |
bucketSize | number | 3 | RangeMode bucket size that must match the stored file suffix |
rounding | string | ceil | RangeMode rounding mode that must match the stored file suffix |
percentile | number | 0.75 | Discrete bucket percentile to use for deadBucket |
targets | string | - | JSON target array merged by id with default targets |
startDate | string | - | First symbol-facts day to load, formatted as YYYY-MM-DD or an ISO date string |
endDate | string | - | Last symbol-facts day to load, formatted as YYYY-MM-DD or an ISO date string |
timeZone | string | - | Timezone used to resolve target windows. Defaults to the stage-session timezone. |
SQL example
TICK rangeModeMemory memoryDir="/tmp/symbol-poc" symbol="NQ" bucketSize=3 rounding="ceil" startDate="2026-03-01" endDate="2026-03-31"