add return type of check_delisting docs section

This commit is contained in:
Stefano
2026-05-22 16:53:27 +09:00
parent 0d84e80eb7
commit 6cf46338ef
+2
View File
@@ -910,6 +910,8 @@ if self.dp.runmode.value in ('live', 'dry_run'):
### *check_delisting(pair)* ### *check_delisting(pair)*
Return Datetime of the pair delisting schedule if any, otherwise return None
```python ```python
def custom_exit(self, pair: str, trade: Trade, current_time: datetime, current_rate: float, current_profit: float, **kwargs): 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'): if self.dp.runmode.value in ('live', 'dry_run'):