mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-19 21:40:24 +00:00
Display pair information in message
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
@@ -235,7 +235,7 @@ class LookaheadAnalysis(BaseAnalysis):
|
||||
return None
|
||||
if "force_exit" in result_row["exit_reason"]:
|
||||
logger.info(
|
||||
"found force-exit in pair: {result_row['pair']}, "
|
||||
f"found force-exit in pair: {result_row['pair']}, "
|
||||
f"timerange:{result_row['open_date']}-{result_row['close_date']}, "
|
||||
f"idx: {idx}, skipping this one to avoid a false-positive."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user