add zt_open_hands

This commit is contained in:
2026-09-14 19:11:58 +08:00
parent 9eac1d2e10
commit c8151f4a3f
26 changed files with 126 additions and 550 deletions

View File

@@ -22,6 +22,10 @@ from libs.snapshot import cache_portfolio
def StartZT() -> None:
if config.account_config.zt_open_hands == 0:
log.info("[ZT] zt_open_hands=0不启动策略")
return
client = Client(
config.global_config.qmt_base_url,
config.global_config.qmt_token,