From 9b35dc625f8ddeba62353959ac1aed1b0ee19424 Mon Sep 17 00:00:00 2001 From: jackyu66git Date: Sat, 29 Nov 2025 02:49:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=94=E5=8C=85=E5=90=AB=E5=85=B3=E7=B3=BB?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=9E=E5=8E=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChanSBI.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChanSBI.py b/ChanSBI.py index f12d6da..2b0779e 100644 --- a/ChanSBI.py +++ b/ChanSBI.py @@ -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: