Indicators

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

PropTypeDefaultDescription
memoryDirstring-Directory holding the saved strat-facts corpus
maxMatchesnumber-Maximum matches to query per active or crossed bucket
intervalnumber-Minimum milliseconds between memory queries
plotboolean-Whether to plot active and crossed signals
plotNamestring-Plot series prefix for the market memory indicator
plotWidthnumber-Line width used for generic context.plot output
plotPaddingnumber-Padding use when to context.plot output

SQL example

TICK sessionMarketMemory memoryDir="/tmp/strat-facts" interval=60000 maxMatches=5 plot=true

On this page