mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 16:43:06 +00:00
Update a few missed ruff format updates
This commit is contained in:
@@ -334,7 +334,10 @@ def text_table_add_metrics(strat_results: Dict) -> str:
|
||||
("Avg. Duration Loser", f"{strat_results['loser_holding_avg']}"),
|
||||
(
|
||||
"Max Consecutive Wins / Loss",
|
||||
f"{strat_results['max_consecutive_wins']} / {strat_results['max_consecutive_losses']}"
|
||||
(
|
||||
f"{strat_results['max_consecutive_wins']} / "
|
||||
f"{strat_results['max_consecutive_losses']}"
|
||||
)
|
||||
if "max_consecutive_losses" in strat_results
|
||||
else "N/A",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user