Why are no trades shown in my backtest results?

Why are no trades shown in my backtest results?

If your backtest shows no matching trades found, it means the automation did not generate any trades during the selected backtest period. A backtest generates trades only when the workflow conditions are triggered during the selected historical period. If the entry conditions are too specific, the date range is too short, or the market did not match the strategy logic, no trades will be shown.

You can try reviewing:

  • The selected start date and end date.
  • Entry and exit conditions in the workflow.
  • The selected symbol or instrument.
  • Initial capital and slippage values.
  • Whether the automation includes an order placement action.

What if…

ScenarioSolution
The selected period is too shortIncrease the date range and run the backtest again.
The strategy conditions are too restrictiveReview the entry and exit conditions in the workflow.
The market did not meet the strategy logicNo trades will be generated for that period.
I want to export the tradebookExport is available only when trades are generated.
Last updated: 13 Jul 2026