Add weekend open skip, expiry force-close, and Chinese trade labels.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-25 10:28:33 +08:00
parent 826362b556
commit b50c134f5b
19 changed files with 525 additions and 52 deletions
+1
View File
@@ -35,6 +35,7 @@ async def lifespan(app: FastAPI):
set_db(db)
engine = StrategyEngine()
set_engine(engine)
engine.ensure_loop()
session = bootstrap_session(settings)
try: