Removes a memory entry 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
Unique memory entry identifier
Promise that resolves when removal is complete
Error if no pending or scheduled signal exists
import { removeMemory } from "backtest-kit";await removeMemory({ bucketName: "my-strategy", memoryId: "context" }); Copy
import { removeMemory } from "backtest-kit";await removeMemory({ bucketName: "my-strategy", memoryId: "context" });
Removes a memory entry for the current signal.
Resolves the active pending or scheduled signal automatically from execution context. Automatically detects backtest/live mode from execution context.