Merge pull request #13166 from stash86/main-stash

add return type of check_delisting docs section
This commit is contained in:
Matthias
2026-05-22 17:07:52 +02:00
committed by GitHub
+2
View File
@@ -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'):