mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-10 00:01:40 +00:00
Improve formatting
This commit is contained in:
@@ -734,7 +734,7 @@ class IStrategy(ABC, HyperStrategyMixin):
|
||||
current_entry_rate: float, current_exit_rate: float,
|
||||
current_entry_profit: float, current_exit_profit: float,
|
||||
**kwargs
|
||||
) -> Tuple[Optional[float], str]:
|
||||
) -> Tuple[Optional[float], str]:
|
||||
"""
|
||||
wrapper around adjust_trade_position to handle the return value
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user