Lists all memory entries for the current signal.
Resolves the active pending or scheduled signal automatically from execution context. Automatically detects backtest/live mode from execution context.
Memory bucket name
Promise resolving to all stored entries
Error if no pending or scheduled signal exists
import { listMemory } from "backtest-kit";const entries = await listMemory({ bucketName: "my-strategy" }); Copy
import { listMemory } from "backtest-kit";const entries = await listMemory({ bucketName: "my-strategy" });
Lists all memory entries for the current signal.
Resolves the active pending or scheduled signal automatically from execution context. Automatically detects backtest/live mode from execution context.