Justin Gu
21f71d3701
chore: ignore .omc, .claude, .playwright-mcp directories and remove from tracking
2026-06-10 11:54:08 +08:00
GitHub and Claude Opus 4.8
8d68e9c094
docs: add backtest engine design spec
...
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-09 16:05:17 +08:00
Justin Gu
9d906c340c
docs: add Sphinx + Read the Docs infrastructure
...
- Add .readthedocs.yaml build config (Ubuntu 22.04, Python 3.11)
- Add docs/conf.py with myst-parser for Markdown support
- Add docs/index.md toctree including README and existing docs
- Add docs/readme.md to include root README via myst directive
- Add docs/requirements.txt for Sphinx build dependencies
- Add docs/_build/ to .gitignore
2026-06-08 03:36:40 +08:00
GitHub and Claude Opus 4.7
67a0415c38
chore: remove uv.lock and add to .gitignore
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-22 13:25:15 +08:00
GitHub and Claude Opus 4.7
0e8eba0cfd
chore: remove .omc directory from tracking and add to .gitignore
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-22 13:14:45 +08:00
minionszyw and Claude Sonnet 4.6
283682f6b4
feat: 初始实现 xmtdx —— 从零实现通达信 TCP A 股行情客户端
...
替代年久失修的 pytdx,修复已知 bug,保留未解字段供逆向分析。
主要内容:
- codec 层:get_price 变长编码、get_volume 自定义浮点、datetime/frame 解析
- transport 层:同步(socket)+ 异步(asyncio)双实现,共用命令层
- 命令层(11 条):security_count/list/quotes/bars、minute_time(今日+历史)、
transaction(当日+历史)、xdxr_info、finance_info、company_info
- 高层 API:TdxClient + AsyncTdxClient
- 单元测试 26 条,全部通过;真实服务器集成测试覆盖全部命令
修复 pytdx Bug #1–5:xdxr 循环读取错误位置、GBK 截断崩溃、
pre_close 误用 get_volume、逐笔/分时未解字段被丢弃
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-11 19:55:19 +08:00