From 1ca3cd086f4718b70312fcfbf0cb56511e28ec3a Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 13 Aug 2023 10:32:37 +0200 Subject: [PATCH] Fix missing . in interface docs --- freqtrade/strategy/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/strategy/interface.py b/freqtrade/strategy/interface.py index 0f848130f..94e204b54 100644 --- a/freqtrade/strategy/interface.py +++ b/freqtrade/strategy/interface.py @@ -381,7 +381,7 @@ class IStrategy(ABC, HyperStrategyMixin): For full documentation please go to https://www.freqtrade.io/en/latest/strategy-advanced/ - When not implemented by a strategy, returns the initial stoploss value + 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 currently analyzed