笔包含关系修改回去
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user