This commit is contained in:
2026-09-03 15:19:18 +08:00
parent e6a5096353
commit 409676745b
5 changed files with 4693 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ class DipWatch:
def __init__(
self,
expire_seconds: float = 300,
rebound_threshold: float = 0.61,
rebound_threshold: float = 1.5, # 反弹力度 1.5%
) -> None:
self.expire_seconds = expire_seconds
self.rebound_threshold = rebound_threshold