Execution mode flag.
Current market price at the moment the info event was emitted.
Complete signal row data with original prices. Contains all signal information including originalPriceStopLoss, originalPriceTakeProfit, and partialExecuted.
Exchange name where this signal is being executed. Identifies which exchange this info event belongs to.
Frame name where this signal is being executed. Identifies which frame this info event belongs to (empty string for live mode).
User-defined informational note attached to this event. Provided by the strategy when calling commitSignalInfo().
OptionalnotificationOptional user-defined identifier for correlating this event with external systems. Provided by the strategy when calling commitSignalInfo().
Strategy name that generated this signal. Identifies which strategy execution this info event belongs to.
Trading pair symbol (e.g., "BTCUSDT"). Identifies which market this info event belongs to.
Event timestamp in milliseconds since Unix epoch.
Timing semantics:
Contract for signal info notification events.
Emitted by signalNotifySubject when a strategy calls commitSignalInfo() to broadcast a user-defined informational message for an open position. Used for custom strategy annotations, debug output, and external notification routing.
Consumers:
Example