guozede12593312/dsh-tdx0

dsh-tdx

A股行情数据助手:K线历史 + 实时行情 + 技术指标(MACD/RSI/MA/EMA) + 概念板块,数据源通达信(pytdx)

包名
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=人工智能)