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.
MetricDescriptionHow to interpret
Return %Total return over the backtest periodPositive means profitable; higher is better
Max DrawdownLargest peak-to-trough equity declineSmaller is better — shows worst-case risk
Total PositionsNumber of trades takenToo few may mean overly strict conditions; too many may suggest over-trading
Win RatePercentage of profitable tradesLook at this together with profit/loss ratio, not in isolation
Sharpe RatioRisk-adjusted returnAbove 1 is solid, above 2 is strong
Profit FactorTotal profit divided by total lossAbove 1 means the strategy is net profitable

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.
ColumnDescription
Entry TimeWhen the position opened
Exit TimeWhen the position closed
SideLong or Short
Entry PricePrice at entry
Exit PricePrice at exit
PnLProfit and loss amount
PnL %Profit and loss percentage
DurationHow long the position stayed open

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