This commit is contained in:
2026-09-04 19:48:47 +08:00
parent d793914b83
commit eb0bbcdddc
15 changed files with 58 additions and 15 deletions

View File

@@ -68,7 +68,7 @@ class DipWatch:
rebound = (price - watch.last_close) / watch.last_close * 100
if rebound < self.rebound_threshold:
log.debug(
log.info(
"[%s Watch] %s 等待反弹,收盘价=%.2f,现价=%.2f,反弹=%.2f%%,阈值=%.2f%%",
tag,
code,