dsh-tdx
A股行情数据助手:K线历史 + 实时行情 + 技术指标(MACD/RSI/MA/EMA) + 概念板块,数据源通达信(pytdx)
AI Analysis
核心用途是获取和分析 A 股市场数据。适合需要让 Agent 辅助进行股票行情监控、技术指标计算和板块分析的金融量化或投资用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:guozede12593312/dsh-tdxREADME
Read the full README ↗使用示例
用户:帮我看看贵州茅台最近 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=人工智能)