Tick result: signal is being monitored. Waiting for TP/SL or time expiration.
action: "active"
Discriminator for type-safe union
signal: IPublicSignalRow
Currently monitored signal
currentPrice: number
Current VWAP price for monitoring
strategyName: string
Strategy name for tracking
exchangeName: string
Exchange name for tracking
frameName: string
Time frame name for tracking (e.g., "1m", "5m")
symbol: string
Trading pair symbol (e.g., "BTCUSDT")
percentTp: number
Percentage progress towards take profit (0-100%, 0 if moving towards SL)
percentSl: number
Percentage progress towards stop loss (0-100%, 0 if moving towards TP)
pnl: IStrategyPnL
Unrealized PNL for active position with fees, slippage, and partial closes
backtest: boolean
Whether this event is from backtest mode (true) or live mode (false)