Read all persisted signals by iterating storage keys.
Promise resolving to array of signal entries
Initialize storage for this mode.
Whether this is the first initialization
Promise that resolves when initialization is complete
Write signals to storage. Each signal is keyed by its signal.id.
Signal entries to persist
Promise that resolves when all writes are complete
Per-context signal storage persistence instance interface. Scoped to either backtest or live mode (one instance per mode).
Each stored signal is keyed by its
signal.idand the read operation iterates over all stored entries to return them as an array.Custom adapters should implement this interface to override the default file-based signal storage behavior.