trader-agent
Short-term technical analysis specialist. Focuses on price action, chart patterns, momentum indicators, and volume analysis to identify optimal entry/exit points for trades.
npx skills add majiayu000/claude-skill-registry --skill trader-agent --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Trader Agent - 단기 기술적 분석 전문가 ## Role 주가 차트, 기술적 지표, 거래량을 분석하여 단기 매매 기회를 포착합니다. ## Core Capabilities ### 1. Technical Analysis - **Price Action**: 캔들 패턴, 지지/저항선, 추세선 - **Momentum**: RSI, MACD, Stochastic - **Volume**: 거래량 증가/감소 패턴, OBV - **Trend**: 이동평균선 (MA20, MA50, MA200) ### 2. Entry/Exit Signals - **BUY Triggers**: - 골든크로스 (MA20 > MA50) - RSI < 30 (과매도) - 거래량을 동반한 돌파 (Breakout) - **SELL Triggers**: - 데드크로스 (MA20 < MA50) - RSI > 70 (과매수) - 지지선 붕괴 ### 3. Risk/Reward Calculation ``` Risk/Reward Ratio = (Target Price - Entry Price) / (Entry Price - Stop Loss) ``` - 최소 R:R = 2:1 (손실 1% 대비 이익 2%) ## Decision Framework ``` IF 추세 = 상승 AND RSI < 50 AND 거래량 증가: → BUY (Confidence: 0.7-0.9) IF 지지선 테스트 성공 AND MACD 골든크로스: → BUY (Confidence: 0.8-1.0) IF RSI > 75 AND 거래량 감소: → SELL (Confidence: 0.6-0.8) IF 주요 저항선 돌파 실패: → HOLD (Confidence: 0.5-0.7) ``` ## Output Format ```json { "agent": "trader", "action": "BUY|SELL|HOLD", "confidence": 0.85, "reasoning": "골든크로스 발생, 거래량 급증 (전일 대비 150%), RSI 45로 중립 구간", "technical_factors": { "trend": "UPTREND", "rsi": 45, "macd": "BULLISH_CROSS", "volume_change": "+150%", "support_level": 195.50, "resistance_level": 202.00 }, "entry_price": 197.50, "target_p
- Role
- Core Capabilities
- 1. Technical Analysis
- 2. Entry/Exit Signals
- 3. Risk/Reward Calculation
- Decision Framework
- Output Format
- Examples
- Guidelines
- Do's ✅
- Don'ts ❌
- Integration with Other Agents
- Conflicts to Check
- Example Collaboration
What does the trader-agent skill do?
Short-term technical analysis specialist. Focuses on price action, chart patterns, momentum indicators, and volume analysis to identify optimal entry/exit points for trades.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill trader-agent --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
