Skip to content

Commit 58ab212

Browse files
committed
docs: tie qmtcli commands explicitly to the official QMT/XtQuant API surface
1 parent 0f58261 commit 58ab212

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

README.en.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
Local JSON CLI for QMT / miniQMT and the bundled XtQuant SDK.
1010

1111
`qmtcli` is a small bridge between a logged-in local QMT client and tools that prefer process I/O:
12-
agents, scripts, schedulers, notebooks, or other automation. It exposes diagnostics, market data,
13-
account queries, and guarded stock order commands over stable JSON stdin/stdout.
12+
agents, scripts, schedulers, notebooks, or other automation. Every capability the official
13+
QMT/XtQuant API exposes — diagnostics, market data, account queries, and guarded stock order
14+
placement (see the official [QMT beginner guide](https://dict.thinktrader.net/freshman/rookie.html))
15+
— is reachable through `qmtcli`'s stable JSON stdin/stdout commands.
1416

1517
![qmtcli local JSON bridge](docs/assets/qmtcli-hero.png)
1618

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
本地 JSON CLI,桥接已登录的 QMT / miniQMT(及内置 XtQuant SDK)客户端,供脚本与 Agent 调用。
1010

1111
`qmtcli` 是一个很小的本地桥接工具:一边连接已经登录的券商 QMT 客户端,一边给偏好
12-
进程 I/O 的工具使用,比如 Agent、脚本、调度器、Notebook 或其他自动化程序。它通过稳定的
13-
stdin/stdout JSON 协议提供环境诊断、行情查询、账户查询和带基础保护的股票委托命令。
12+
进程 I/O 的工具使用,比如 Agent、脚本、调度器、Notebook 或其他自动化程序。迅投官方
13+
QMT/XtQuant API(见[新手教程](https://dict.thinktrader.net/freshman/rookie.html))提供的
14+
环境诊断、行情查询、账户查询和带基础保护的股票委托能力,`qmtcli` 都通过稳定的 stdin/stdout
15+
JSON 命令一一实现调用。
1416

1517
![qmtcli local JSON bridge](docs/assets/qmtcli-hero.png)
1618

0 commit comments

Comments
 (0)