We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe9de41 + 9a2b5a1 commit 571b154Copy full SHA for 571b154
freqtrade/optimize/analysis/lookahead.py
@@ -235,7 +235,7 @@ def start(self) -> None:
235
return None
236
if "force_exit" in result_row["exit_reason"]:
237
logger.info(
238
- "found force-exit in pair: {result_row['pair']}, "
+ f"found force-exit in pair: {result_row['pair']}, "
239
f"timerange:{result_row['open_date']}-{result_row['close_date']}, "
240
f"idx: {idx}, skipping this one to avoid a false-positive."
241
)
0 commit comments