Backtest on a different timeframe
Run a second simulation so you see how timeframe choice changes modeled behavior.
Do this
- Open Backtests → New.
- Target the component-backed strategy from step 4.
- Use the same asset if you want a clean comparison, but pick a different timeframe (for example,
15mif the first run was1h). - Confirm candle coverage for that timeframe, then run.
- Compare trade count, holding time, and equity shape against the first backtest. Differences are expected.
What you should take away
Timeframe is part of the experiment design. Later, each bot instance will bind its own timeframe, so practicing two simulations now prepares you for multi-instance bots.
Next
Continue to Create a bot with both strategies.