Update advanced strategy template with missing methods

This commit is contained in:
Matthias
2022-01-23 19:40:12 +01:00
parent e252830229
commit 194a5ce3cc
2 changed files with 64 additions and 2 deletions

View File

@@ -398,6 +398,7 @@ class IStrategy(ABC, HyperStrategyMixin):
"""
Custom trade adjustment logic, returning the stake amount that a trade should be increased.
This means extra buy orders with additional fees.
Only called when `position_adjustment_enable` is set to True.
For full documentation please go to https://www.freqtrade.io/en/latest/strategy-advanced/