修改了分型,笔,笔中枢方式,添加三类买卖点的识别
This commit is contained in:
@@ -151,6 +151,14 @@ class ChanLun():
|
||||
return self.tf_df.check_bottom_fx(last_top, klc)
|
||||
def cal_bi_list(self, klc_list):
|
||||
return self.tf_df.cal_bi_list(klc_list)
|
||||
def cal_bi_list_chanlun(self, klc_list):
|
||||
return self.tf_df.cal_bi_list_chanlun(klc_list)
|
||||
def find_first_bsp(self, bi_list, bi_zs_list):
|
||||
return self.tf_df.find_first_bsp(bi_list, bi_zs_list)
|
||||
def find_second_bsp(self, bi_list, first_bsp_list):
|
||||
return self.tf_df.find_second_bsp(bi_list, first_bsp_list)
|
||||
def find_third_bsp(self, bi_list, bi_zs_list):
|
||||
return self.tf_df.find_third_bsp(bi_list, bi_zs_list)
|
||||
def get_zs_list(self, bi_list, seg_list):
|
||||
return self.tf_df.get_zs_list(bi_list, seg_list)
|
||||
def cal_bi_zs(self, seg_list):
|
||||
|
||||
Reference in New Issue
Block a user