Skip to content

Commit 4434df1

Browse files
committed
docs: improve doc wording
1 parent b9e9f6f commit 4434df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/strategy-customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ def custom_exit(self, pair: str, trade: Trade, current_time: datetime, current_r
919919
```
920920

921921
!!! Note "Availabiity of delisting information"
922-
This method is only available for certain exchanges and will return `None` in cases this is not available.
922+
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.
923923

924924
!!! Warning "Warning about backtesting"
925925
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.

0 commit comments

Comments
 (0)