From: Jérôme Benoit Date: Sat, 24 May 2025 21:19:30 +0000 (+0200) Subject: refactor(qav3): refine log message X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=35d75ad88f493536602e0b7a081c626c23ba69cb;p=freqai-strategies.git refactor(qav3): refine log message Signed-off-by: Jérôme Benoit --- diff --git a/quickadapter/user_data/strategies/QuickAdapterV3.py b/quickadapter/user_data/strategies/QuickAdapterV3.py index c673407..833b064 100644 --- a/quickadapter/user_data/strategies/QuickAdapterV3.py +++ b/quickadapter/user_data/strategies/QuickAdapterV3.py @@ -389,9 +389,7 @@ class QuickAdapterV3(IStrategy): ) if len(pivots_indices) == 0: logger.warning( - f"No extrema to label for pair {pair} with label_period_candles " - f"{self.get_label_period_candles(pair)} and label_natr_ratio " - f"{self.get_label_natr_ratio(pair)}" + f"No extrema to label for pair {pair} with label_period_candles {self.get_label_period_candles(pair)} and label_natr_ratio {self.get_label_natr_ratio(pair)}" ) return dataframe dataframe[EXTREMA_COLUMN] = 0