Discriminator for type-safe union
Whether this event is from backtest mode (true) or live mode (false)
Unix timestamp in milliseconds when this tick result was created (from candle timestamp in backtest or execution context when in live)
Current VWAP price for monitoring
Exchange name for tracking
Time frame name for tracking (e.g., "1m", "5m")
Percentage progress towards stop loss (always 0 for waiting scheduled signals)
Percentage progress towards take profit (always 0 for waiting scheduled signals)
Unrealized PNL for scheduled position (theoretical, not yet activated)
Scheduled signal waiting for activation
Strategy name for tracking
Trading pair symbol (e.g., "BTCUSDT")
Tick result: scheduled signal is waiting for price to reach entry point. This is returned on subsequent ticks while monitoring a scheduled signal. Different from "scheduled" which is only returned once when signal is first created.