更多log
This commit is contained in:
parent
36b4958a6d
commit
e6dc2fb0a8
@ -475,6 +475,8 @@ class FreqaiPrimer(IStrategy):
|
||||
f"cond3: {cond3.mean():.2%}, "
|
||||
f"cond4: {cond4.mean():.2%}, "
|
||||
f"cond5: {cond5.mean():.2%}, "
|
||||
f"cond6: {cond6.mean():.2%}, "
|
||||
f"cond7: {cond7.mean():.2%}, "
|
||||
f"buy_condition: {buy_condition.mean():.2%}")
|
||||
# 记录 enter_long 信号统计
|
||||
logger.info(f"[{pair}] enter_long 信号总数:{dataframe['enter_long'].sum() if 'enter_long' in dataframe.columns else 0}")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user