more docs for dynamic stoploss method

This commit is contained in:
Matthias
2020-12-19 11:58:42 +01:00
parent f7b54c2415
commit b2c1098316
2 changed files with 37 additions and 5 deletions

View File

@@ -267,6 +267,7 @@ class IStrategy(ABC):
:param pair: Pair that's about to be sold.
:param trade: trade object.
:param current_time: datetime object, containing the current datetime
:param current_rate: Rate, calculated based on pricing settings in ask_strategy.
:param current_profit: Current profit (as ratio), calculated based on current_rate.
:param **kwargs: Ensure to keep this here so updates to this won't break your strategy.