Change app and other py

This commit is contained in:
jackyu66git
2025-04-25 11:00:20 +08:00
parent 63852efe47
commit 761d73cdac
9 changed files with 65 additions and 55 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ class ChanLun_XGB1(IStrategy):
"""Advanced feature engineering with Chan Lun and technical indicators."""
logger.info(f"Starting feature_engineering_standard for pair {metadata.get('pair', 'unknown')}")
if dataframe.empty:
return dataframe
return dataframe
try:
df = dataframe.copy()