This helps the backtest estimate how the strategy would have performed during the selected period. Since this is a historical simulation, no real orders are placed in the market.
| Scenario | Solution |
|---|---|
| My live order executes at a different price | Live execution may differ because real orders depend on market movement, liquidity, and order availability. |
| I add slippage in Backtest Configuration | The backtest result is adjusted based on the selected slippage percentage. |
| I compare backtest and live trades | Differences may occur because backtest uses the 1-minute candle close price for simulated market order execution. |