guozede12593312/dsh-tdx0

dsh-tdx

A股行情数据助手插件,基于通达信数据源,提供历史 K 线、实时行情、技术指标(MACD/RSI 等)及概念板块查询工具。

AI 分析

核心用途是获取和分析 A 股市场数据。适合需要让 Agent 辅助进行股票行情监控、技术指标计算和板块分析的金融量化或投资用户。

包名
dsh-tdx
版本
0.1.0
许可证
MIT
最近更新
2026年8月18日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:guozede12593312/dsh-tdx

使用示例

用户:帮我看看贵州茅台最近 60 日日 K,算一下 MACD 和 RSI。
→ tdx_kline(code=600519, period=day, count=60)
→ tdx_indicator(code=600519, indicator=macd, count=60)
→ tdx_indicator(code=600519, indicator=rsi, count=60)
用户:现在人工智能板块哪些票在涨?
→ tdx_sector(name=人工智能)