笔包含关系修改回去
This commit is contained in:
+2
-2
@@ -62,8 +62,8 @@ class ChanSBI():
|
|||||||
else:
|
else:
|
||||||
included = False
|
included = False
|
||||||
# high小于,low大于,右包含
|
# high小于,low大于,右包含
|
||||||
if self.low > bi.low:
|
#if self.low > bi.low:
|
||||||
included = True
|
#included = True
|
||||||
if included:
|
if included:
|
||||||
if self.pre:
|
if self.pre:
|
||||||
if self.high > self.pre.high and self.low < self.pre.low:
|
if self.high > self.pre.high and self.low < self.pre.low:
|
||||||
|
|||||||
Reference in New Issue
Block a user