添加新策略用第三类买卖点

This commit is contained in:
jackyu66git
2026-05-17 14:54:00 +08:00
parent 050ebeb849
commit bc085171f4
6 changed files with 260 additions and 3 deletions
+1
View File
@@ -564,6 +564,7 @@ def analyze_chan(df, symbol=None, timeframe=None):
bsp_list = []
if len(bi_zs_list) > 0:
bsp_list = chan.find_all_bsp(bi_list, bi_zs_list)
#bsp_state_list = chan.get_bsp_state(df)
#for bsp in bsp_list:
#print(bsp.end_time, bsp.type, bsp.dir)
# 添加买卖点识别