添加新的配置
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user