Creates new scheduled signal persistence instance.
Trading pair symbol
Strategy identifier
Exchange identifier
ReadonlyexchangeReadonlystrategyReadonlysymbolReads the persisted scheduled signal using symbol as the entity key.
Promise resolving to scheduled 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 scheduled signal (or null to clear) using symbol as the entity key.
Scheduled signal data to persist, or null to clear
Promise that resolves when write is complete
Default file-based implementation of IPersistScheduleInstance.
Features:
Example