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

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
+2 -1
View File
@@ -126,7 +126,8 @@ class ChanLun():
def get_bsp_state(self, dataframe):
return self.tf_df.get_bsp_state(dataframe)
def get_structure_zones(self, current_price=None, config=None):
if config is None: