change docstring to better reflect what the method is for

This commit is contained in:
Matthias
2020-12-31 09:48:49 +01:00
parent fc0d14c1b5
commit 512e163355
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ To simulate a regular trailing stoploss of 4% (trailing 4% behind the maximum re
When not implemented by a strategy, returns the initial stoploss value
Only called when use_custom_stoploss is set to True.
:param pair: Pair that's about to be sold.
:param pair: Pair that's currently analyzed
: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.