From 4434df19998a0082c22a24bcbbbdb56d9696b676 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 26 Sep 2025 06:59:22 +0200 Subject: [PATCH] docs: improve doc wording --- docs/strategy-customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/strategy-customization.md b/docs/strategy-customization.md index 6c4b26dfa..7eb63e64e 100644 --- a/docs/strategy-customization.md +++ b/docs/strategy-customization.md @@ -919,7 +919,7 @@ def custom_exit(self, pair: str, trade: Trade, current_time: datetime, current_r ``` !!! Note "Availabiity of delisting information" - This method is only available for certain exchanges and will return `None` in cases this is not available. + This method is only available for certain exchanges and will return `None` in cases this is not available or if the pair is not scheduled for delisting. !!! Warning "Warning about backtesting" This method will always return up-to-date / real-time values. As such, usage during backtesting / hyperopt without runmode checks will lead to wrong results, e.g. your whole dataframe will contain the same single value in all rows.