This commit is contained in:
2026-09-05 22:52:35 +08:00
parent af55324e2a
commit 2f93fe2ecb
6 changed files with 102 additions and 34 deletions

View File

@@ -10,7 +10,6 @@ from sdk import Client
from libs.grid_take_profit import GridTrailingTracker
from .order import OrderBook
from .state import State
from .watch import DipWatch
@@ -38,7 +37,6 @@ class Runtime:
account_cfg: AccountConfig
# 策略运行过程中共享的状态组件。
state: State
orders: OrderBook
open_watch: DipWatch
add_watch: DipWatch