docs: update doc samples to use lowercased tuple and dict

This commit is contained in:
Matthias
2024-11-11 20:24:01 +01:00
parent e8cd6b3be3
commit d9b8f46282
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -835,7 +835,7 @@ class DigDeeperStrategy(IStrategy):
current_entry_rate: float, current_exit_rate: float,
current_entry_profit: float, current_exit_profit: float,
**kwargs
) -> Union[Optional[float], Tuple[Optional[float], Optional[str]]]:
) -> Union[Optional[float], tuple[Optional[float], Optional[str]]]:
"""
Custom trade adjustment logic, returning the stake amount that a trade should be
increased or decreased.