Unified scheduled signal event data for report generation. Contains all information about scheduled, opened and cancelled events.
timestamp: number
Event timestamp in milliseconds (scheduledAt for scheduled/cancelled events)
action: "scheduled" | "opened" | "cancelled"
Event action type
symbol: string
Trading pair symbol
signalId: string
Signal ID
position: string
Position type
note: string
Signal note
currentPrice: number
Current market price
priceOpen: number
Scheduled entry price
priceTakeProfit: number
Take profit price
priceStopLoss: number
Stop loss price
originalPriceTakeProfit: number
Original take profit price before modifications
originalPriceStopLoss: number
Original stop loss price before modifications
totalExecuted: number
Total executed percentage from partial closes
closeTimestamp: number
Close timestamp (only for cancelled)
duration: number
Duration in minutes (only for cancelled/opened)
cancelReason: "timeout" | "price_reject" | "user"
Cancellation reason (only for cancelled events)
cancelId: string
Cancellation ID (only for user-initiated cancellations)