Unix timestamp in milliseconds of the last processed candle. Used by BacktestLogicPrivateService to advance chunkStart for the next chunk request.
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 (0-100%, 0 if moving towards TP)
Percentage progress towards take profit (0-100%, 0 if moving towards SL)
Unrealized PNL for active position with fees, slippage, and partial closes
Currently monitored signal
Strategy name for tracking
Trading pair symbol (e.g., "BTCUSDT")
Tick result: signal is being monitored. Waiting for TP/SL or time expiration.