Retrieves the latest active signal for the given context.
Trading pair symbol
Strategy identifier
Exchange identifier
Frame identifier
Flag indicating if the context is backtest or live
The latest signal or null if not found
Returns the number of minutes elapsed since the latest signal's timestamp.
Trading pair symbol
Strategy identifier
Exchange identifier
Frame identifier
Flag indicating if the context is backtest or live
Minutes since the latest signal, or null if no signal found
Handles active ping event and persists the latest signal.
Active ping contract with signal data
Base interface for recent signal storage adapters.