修复okx止盈止损

This commit is contained in:
dekun
2026-05-25 11:25:14 +08:00
parent 436d2aef6c
commit 1e36086465
7 changed files with 211 additions and 16 deletions
+1
View File
@@ -39,6 +39,7 @@ function agentApp(name, exchangeDir, exchange, port) {
EXCHANGE: exchange,
PORT: String(port),
HOST: "127.0.0.1",
PYTHONPATH: REPO_ROOT,
},
};
}