添加ema26和ema52交叉策略,今年可以,还需要再看看细节

This commit is contained in:
jackyu66git
2026-02-26 17:45:04 +08:00
parent ba639901e8
commit eb039e9987
8 changed files with 315 additions and 40 deletions
+2
View File
@@ -127,6 +127,8 @@ class ChanLun():
# TF_DF methods ------------------------------------------
def get_ema_state(self, dataframe):
return self.tf_df.get_ema_state(dataframe)
def get_klu_state(self, dataframe):
return self.tf_df.get_klu_state(dataframe)
def check_fx(self, klc):