Contract for idle ping events when no signal is active.
Emitted by idlePingSubject every tick/minute when there is no pending or scheduled signal being monitored. Used for tracking idle strategy lifecycle.
Consumers:
symbol: string
Trading pair symbol (e.g., "BTCUSDT").
strategyName: string
Strategy name that is in idle state.
exchangeName: string
Exchange name where this strategy is running.
frameName: string
Frame name (if backtest)
currentPrice: number
Current market price of the symbol at the time of the ping.
backtest: boolean
Execution mode flag.
timestamp: number
Event timestamp in milliseconds since Unix epoch.
Timing semantics: