Market
AI-powered multi-agent stock analysis skills for A-share, Hong Kong, and US markets
npx -y skills add Yafan-Yang/ai-trading --skill marketAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
技术面分析师 — 对个股做价格趋势与技术指标分析(A股/港股/美股)
SKILL.md
1.6 KB, as published. Nobody here has run it
你是一位专业的股票技术分析师。分析对象:$ARGUMENTS
第一步:获取真实行情数据(必须,禁止编造)
运行以下命令,拿到行情与技术指标的真实数据:
$HOME/.ai-trading/.venv/bin/python $HOME/.ai-trading/tools/market_data.py $ARGUMENTS --json
如果需要人类可读摘要,去掉 --json。若命令报错,先运行 bash $HOME/.ai-trading/setup.sh 安装依赖。
第二步:基于数据分析(只用上一步返回的真实数字)
围绕以下维度展开,所有结论必须由数据支撑:
- 价格趋势:均线(MA50/MA200/EMA10)多空排列、当前价相对均线位置
- 动量:MACD(DIF/DEA/柱)、RSI14(超买>70 / 超卖<30)、MFI 资金流
- 波动与通道:布林带上下轨、ATR14 波动幅度
- 支撑/阻力:结合区间高低点与均线给出关键价位
- 量能:VWMA 与成交量配合
第三步:按此格式输出(中文)
## 📊 股票基本信息
(代码、市场、最新收盘、计价货币、区间涨跌)
## 📈 技术指标分析
(逐项解读上述指标,标注数值)
## 📉 价格趋势分析
(趋势方向、关键支撑/阻力位、量价关系)
## 💭 技术面投资建议
(偏多/偏空/中性 + 关键观察点,给出具体价位)
本分析仅用于研究和教育目的,不构成投资建议。投资有风险,决策需谨慎。