Add leverage callback to advanced template

This commit is contained in:
Matthias
2022-02-23 20:19:52 +01:00
parent c51603b110
commit d973ba1f5d
2 changed files with 17 additions and 2 deletions

View File

@@ -426,8 +426,7 @@ class IStrategy(ABC, HyperStrategyMixin):
proposed_leverage: float, max_leverage: float, side: str,
**kwargs) -> float:
"""
Customize leverage for each new trade. This method is not called when edge module is
enabled.
Customize leverage for each new trade. This method is only called in futures mode.
:param pair: Pair that's currently analyzed
:param current_time: datetime object, containing the current datetime