条件平均相关性
This commit is contained in:
parent
77485f8852
commit
c198e4b541
@ -412,7 +412,7 @@ class FreqaiPrimer(IStrategy):
|
||||
logger.info(f" - 最终条件: {final_condition.sum()} 次")
|
||||
# 在populate_entry_trend方法末尾添加
|
||||
# 计算条件间的相关性
|
||||
conditions = pd.DataFrame({
|
||||
conditions = DataFrame({
|
||||
'close_to_bb': close_to_bb_lower_1h,
|
||||
'rsi': rsi_condition_1h,
|
||||
'stochrsi': stochrsi_condition_1h,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user