添加新的打印和找出买卖点
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user