Indicators

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

PropTypeDefaultDescription
memoryDirstring-Directory holding the saved symbol-facts corpus
symbolstring-Stored symbol-facts symbol. Defaults to the active instrument symbol when available.
bucketSizenumber3RangeMode bucket size that must match the stored file suffix
roundingstringceilRangeMode rounding mode that must match the stored file suffix
percentilenumber0.75Discrete bucket percentile to use for deadBucket
targetsstring-JSON target array merged by id with default targets
startDatestring-First symbol-facts day to load, formatted as YYYY-MM-DD or an ISO date string
endDatestring-Last symbol-facts day to load, formatted as YYYY-MM-DD or an ISO date string
timeZonestring-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"

On this page