修复滚仓

This commit is contained in:
dekun
2026-05-28 14:43:15 +08:00
parent e8f77ebd57
commit 33042890b5
11 changed files with 387 additions and 6 deletions
+5
View File
@@ -5490,6 +5490,11 @@ def background_task():
conn.close()
force_close_before_reset()
check_fib_key_monitors()
_roll_cfg = app.extensions.get("strategy_roll_cfg")
if _roll_cfg:
from strategy_roll_monitor_lib import check_roll_monitors
check_roll_monitors(_roll_cfg)
check_key_monitors()
check_order_monitors()
cfg = app.extensions.get("strategy_trend_cfg")