IStrategyTickResultCancelled

Tick result: scheduled signal cancelled without opening position. Occurs when scheduled signal doesn't activate or hits stop loss before entry.

action: "cancelled"

Discriminator for type-safe union

signal: IScheduledSignalRow

Cancelled scheduled signal

currentPrice: number

Final VWAP price at cancellation

closeTimestamp: number

Unix timestamp in milliseconds when signal cancelled

strategyName: string

Strategy name for tracking

exchangeName: string

Exchange name for tracking

symbol: string

Trading pair symbol (e.g., "BTCUSDT")