Trading pair symbol (e.g. "BTCUSDT")
Optionalpayload: Partial<SignalNotificationPayload>Optional notification fields
Human-readable note. Falls back to signal.note if omitted.
Optional correlation ID for external systems (e.g. Telegram message ID).
Emits a
signal.infonotification for the currently active pending signal.Broadcasts a user-defined informational note without affecting position state. Useful for annotating strategy decisions, triggering external alerts, or logging mid-position events (e.g. RSI crossing a threshold, volume spike detected).
Automatically reads backtest/live mode from execution context. Automatically reads strategyName, exchangeName, frameName from method context. Automatically fetches current price via getAveragePrice.