修改了bsp state,继续测试

This commit is contained in:
jackyu66git
2026-05-20 00:49:53 +08:00
parent 91148a648a
commit 9b876c45ed
7 changed files with 430 additions and 161 deletions
-2
View File
@@ -128,8 +128,6 @@ class ChanLun():
def get_bsp_state(self, dataframe):
return self.tf_df.get_bsp_state(dataframe)
def get_bsp_signal_data(self, dataframe):
return self.tf_df.get_bsp_signal_data(dataframe)
def get_structure_zones(self, current_price=None, config=None):
if config is None: