Primitives
sessionMarketMemory
Query saved market memory and plot active plus crossed session signals
sessionMarketMemory (all)
Query saved market memory and plot active plus crossed session signals
Input parameters
| Prop | Type | Default | Description |
|---|---|---|---|
memoryDir | string | - | Directory holding the saved strat-facts corpus |
maxMatches | number | - | Maximum matches to query per active or crossed bucket |
interval | number | - | Minimum milliseconds between memory queries |
plot | boolean | - | Whether to plot active and crossed signals |
plotName | string | - | Plot series prefix for the market memory indicator |
plotWidth | number | - | Line width used for generic context.plot output |
plotPadding | number | - | Padding use when to context.plot output |
SQL example
TICK sessionMarketMemory memoryDir="/tmp/strat-facts" interval=60000 maxMatches=5 plot=true