添加新的配置

This commit is contained in:
jackyu66git
2025-11-25 22:07:38 +08:00
parent fb88ae23f4
commit 56c52d6cff
5 changed files with 7 additions and 5 deletions
+4
View File
@@ -61,6 +61,9 @@ class ChanSBI():
included = False
else:
included = False
# high小于,low大于,右包含
if self.low > bi.low:
included = True
if included:
if self.pre:
if self.high > self.pre.high and self.low < self.pre.low:
@@ -75,4 +78,5 @@ class ChanSBI():
# DOWN -> min(gn)
self.high = bi.high
#self.print(bi, "Z")
#print(self.start_bi.start_time, bi.start_time, included)
return included