add zt_open_hands
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user