exchangeName - Name of the exchange used in execution
processedFrames - Number of frames processed so far
progress - Completion percentage from 0.0 to 1.0
strategyName - Name of the strategy being executed
symbol - Trading symbol (e.g., "BTCUSDT")
totalFrames - Total number of frames to process
Contract for backtest progress events.
Emitted during Backtest.background() execution to track progress. Contains information about total frames, processed frames, and completion percentage.
Example