Skip to main content
After a backtest finishes, the results page gives you a complete picture of how the strategy performed. Here’s what each tab shows.

Summary

The Summary tab highlights the key performance metrics at a glance.

Rules

The Rules tab displays the exact strategy configuration used in this backtest: entry conditions, exit conditions, entry action, and exit action.

Trades

The Trades tab lists every individual trade from the backtest.

Analytics

The Analytics tab gives you deeper statistical insights:
  • P&L histogram — distribution of trade profits and losses
  • Duration distribution — how long positions stayed open
  • MAE/MFE scatter plot — worst and best unrealized P&L per trade
  • Monthly returns heatmap — performance broken down by month

Charts

The Charts tab shows everything in one visual view:
  1. Price candles with trade markers
  2. Equity curve
  3. Drawdown depth
Note: Charts often reveal patterns — like clustered losses or drawdown timing — that are hard to spot from numbers alone.

Quick actions

From the floating action bar, you can:
  • Run Again — rerun with different parameters
  • Compare — add this result to a comparison set

Next steps