From 23bbbddcdb0181c2b96059a00697fdddaa754f4f Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 16 Jul 2025 20:24:48 +0200 Subject: [PATCH] chore: improve backtest doc clarity --- docs/backtesting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backtesting.md b/docs/backtesting.md index 924edc2ac..a8fd4b01c 100644 --- a/docs/backtesting.md +++ b/docs/backtesting.md @@ -376,7 +376,7 @@ It contains some useful key metrics about performance of your strategy on backte - `Profit factor`: profit / loss. - `Avg. stake amount`: Average stake amount, either `stake_amount` or the average when using dynamic stake amount. - `Total trade volume`: Volume generated on the exchange to reach the above profit. -- `Best Pair` / `Worst Pair`: Best and worst performing pair, and it's corresponding `Tot Profit %`. +- `Best Pair` / `Worst Pair`: Best and worst performing pair (based on absolute profit), and it's corresponding `Tot Profit %`. - `Best Trade` / `Worst Trade`: Biggest single winning trade and biggest single losing trade. - `Best day` / `Worst day`: Best and worst day based on daily profit. - `Days win/draw/lose`: Winning / Losing days (draws are usually days without closed trade).