ScheduledEvent

Unified scheduled signal event data for report generation. Contains all information about scheduled and cancelled events.

timestamp: number

Event timestamp in milliseconds (scheduledAt for scheduled/cancelled events)

action: "scheduled" | "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

takeProfit: number

Take profit price

stopLoss: number

Stop loss price

closeTimestamp: number

Close timestamp (only for cancelled)

duration: number

Duration in minutes (only for cancelled)