Primitives
sessionMMsymbol
Query saved symbol-poc memory and plot active plus predicted session matches
sessionMMsymbol (all)
Query saved symbol-poc memory and plot active plus predicted session matches
Input parameters
| Prop | Type | Default | Description |
|---|---|---|---|
| memoryDir | string | - | Directory holding the saved symbol-poc corpus |
| maxMatches | number | - | Maximum similar sessions to keep active |
| interval | number | - | Minimum milliseconds between symbol memory queries |
| plot | boolean | - | Whether to plot active and predicted session signals |
| plotName | string | - | Plot series prefix for the symbol memory indicator |
| plotWidth | number | - | Line width used for context.plot output |
| plotPadding | number | - | Padding added around close so the lines sit beside price |
| predictionSessionValue | string | - | Preferred future session outcome to plot when available |
SQL example
TICK sessionMMsymbol memoryDir="/tmp/symbol-poc" interval=60000 maxMatches=5 plot=true