Creates new recent signal persistence instance.
Trading pair symbol
Strategy identifier
Exchange identifier
Frame identifier (may be empty for live mode)
True for backtest mode, false for live mode
ReadonlybacktestReadonlyexchangeReadonlyframeReadonlystrategyReadonlysymbolReads the persisted recent signal using symbol as the entity key.
Promise resolving to recent signal or null if not found
Initializes the underlying PersistBase storage.
Whether this is the first initialization
Promise that resolves when initialization is complete
Writes the recent signal using symbol as the entity key.
Recent signal data to persist
Promise that resolves when write is complete
Default file-based implementation of IPersistRecentInstance.
Features:
Example