From 6cf46338eff2f8b63945fb65aab74b0f186d0565 Mon Sep 17 00:00:00 2001 From: Stefano Date: Fri, 22 May 2026 16:53:27 +0900 Subject: [PATCH] add return type of check_delisting docs section --- docs/strategy-customization.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/strategy-customization.md b/docs/strategy-customization.md index 7eb63e64e..4d7c09f8d 100644 --- a/docs/strategy-customization.md +++ b/docs/strategy-customization.md @@ -910,6 +910,8 @@ if self.dp.runmode.value in ('live', 'dry_run'): ### *check_delisting(pair)* +Return Datetime of the pair delisting schedule if any, otherwise return None + ```python def custom_exit(self, pair: str, trade: Trade, current_time: datetime, current_rate: float, current_profit: float, **kwargs): if self.dp.runmode.value in ('live', 'dry_run'):