笔包含关系修改回去

This commit is contained in:
jackyu66git
2025-11-29 02:49:41 +08:00
parent f50b0f07af
commit 9b35dc625f
+2 -2
View File
@@ -62,8 +62,8 @@ class ChanSBI():
else:
included = False
# high小于,low大于,右包含
if self.low > bi.low:
included = True
#if self.low > bi.low:
#included = True
if included:
if self.pre:
if self.high > self.pre.high and self.low < self.pre.low: