From c9d974d2108ae959f4cce7c0f60f27ca334a8286 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 9 Nov 2021 19:52:05 +0100 Subject: [PATCH] Clarify performancefilter docs closes #5870 --- docs/includes/pairlists.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/includes/pairlists.md b/docs/includes/pairlists.md index ec9c92104..d52b685c1 100644 --- a/docs/includes/pairlists.md +++ b/docs/includes/pairlists.md @@ -211,6 +211,8 @@ Using this parameter without `minutes` is highly discouraged, as it can lead to ], ``` +As this Filter uses past performance of the bot, it'll have some startup-period - and should only be used after the bot has a few 100 trades in the database. + !!! Warning "Backtesting" `PerformanceFilter` does not support backtesting mode.