添加新的打印和找出买卖点

This commit is contained in:
jackyu66git
2026-01-14 11:11:47 +08:00
parent ec2e16e1a0
commit 94f7c022c0
4 changed files with 7 additions and 2 deletions
+4
View File
@@ -1170,6 +1170,10 @@ class TF_DF():
if len(zs_list) > 0:
bi_zs_list.append(zs_list)
return bi_zs_list
def find_third_bsp(self, bi_list, bi_zs_list):
if len(bi_list) > 3 and len(bi_zs_list) > 0:
last_bi_zs = bi_zs_list[-1]
last_bi = bi_list[-1]
def get_zs_list(self, bi_list, seg_list):
zs_list = []