Fix missing . in interface docs

This commit is contained in:
Matthias
2023-08-13 10:32:37 +02:00
parent 72bd4e816d
commit 1ca3cd086f

View File

@@ -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