This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Timmy-time-dashboard/hands/oracle/skills/technical_analysis.md
Alexander Payne 1ba03e4ce2 feat: Oracle and Sentinel Hands (Phase 4)
Add the first two autonomous Hands to validate infrastructure:

Oracle Hand (hands/oracle/):
- Bitcoin intelligence briefing, 2x daily (7am, 7pm)
- Monitors: price action, on-chain metrics, macro context
- Tools: mempool_fetch, fee_estimate, price_fetch, whale_alert
- Output: Dashboard + Telegram, markdown format
- Safety: Broadcast requires approval (5min auto)

Sentinel Hand (hands/sentinel/):
- System health monitoring, every 15 minutes
- Monitors: dashboard, agents, database, disk, memory
- Tools: system_stats, db_health, agent_status, disk_check
- Output: Dashboard + Telegram, JSON format
- Safety: Service restart requires approval (1min auto)

Both include:
- HAND.toml configuration with schedules
- SYSTEM.md with complete prompts
- skills/ directory with specialized knowledge
- Approval gates for write actions
2026-02-26 12:57:07 -05:00

21 lines
626 B
Markdown

# Technical Analysis Skills
## Support/Resistance Identification
1. **Recent swing highs/lows** — Last 30 days
2. **Volume profile** — High volume nodes = support/resistance
3. **Moving averages** — 20D, 50D, 200D as dynamic S/R
4. **Psychological levels** — Round numbers (40K, 50K, etc.)
## Trend Analysis
- **Higher highs + higher lows** = uptrend
- **Lower highs + lower lows** = downtrend
- **Compression** = volatility expansion incoming
## Momentum Signals
- RSI > 70 = overbought (not necessarily sell)
- RSI < 30 = oversold (not necessarily buy)
- Divergence = price and RSI disagree (reversal warning)