crypto-ta-analyzer
Technical analysis with 29+ indicators (BB, Ichimoku, RSI, MACD). Generates 7-tier trading signals with divergence detection, volume confirmation, and squeeze alerts for crypto and stocks.
npx skills add majiayu000/claude-skill-registry --skill crypto-ta-analyzer --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.
# Crypto & Stock Technical Analysis Multi-indicator technical analysis system that generates high-confidence trading signals by combining 29+ proven algorithms. Features divergence detection, Bollinger Band squeeze alerts, volume confirmation, and a 7-tier signal system. Ideal for cryptocurrency and stock market analysis. ## Core Workflow ### 1. Data Acquisition Fetch historical price data from any supported source: **CoinGecko (via MCP tools):** ``` Use coingecko_get_historical_chart tool with: - coin_id: Target cryptocurrency (e.g., 'bitcoin', 'ethereum') - days: Time range ('7', '30', '90', '365', 'max') - vs_currency: Base currency (default 'usd') ``` **Other Supported Sources:** - Exchange APIs (Binance, Coinbase, etc.) - OHLCV format - Yahoo Finance - Stock data - Any price-only data - Automatic OHLC approximation **Minimum Requirements**: - At least 100 data points for reliable analysis (50 minimum) - Price data required, volume recommended - Recent data preferred for active trading signals ### 2. Convert Data to OHLCV Format The generic data converter auto-detects and normalizes any supported format: ```python from scripts.data_converter import normalize_ohlcv, validate_dat
- Core Workflow
- 1. Data Acquisition
- 2. Convert Data to OHLCV Format
- 3. Run Technical Analysis
- 4. Interpret Results
- Available Indicators (29)
- Core Indicators (10) - Weight: 1.0
- Strong Indicators (5) - Weight: 0.75
- Supporting Indicators (14) - Weight: 0.5
- Usage Patterns
- Quick Analysis
- Comparative Analysis
- Deep Dive Analysis
- Trend Monitoring
What does the crypto-ta-analyzer skill do?
Technical analysis with 29+ indicators (BB, Ichimoku, RSI, MACD). Generates 7-tier trading signals with divergence detection, volume confirmation, and squeeze alerts for crypto and stocks.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill crypto-ta-analyzer --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.
