Skip to main content
ClaudeWave
Skill63 estrellas del repoactualizado 2mo ago

crypto-ta-analyzer

Run multi-indicator technical analysis on crypto or market OHLCV data. Use for deterministic trend, momentum, volume, and divergence analysis.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/dkyazzentwatwa/chatgpt-skills /tmp/crypto-ta-analyzer && cp -r /tmp/crypto-ta-analyzer/crypto-ta-analyzer ~/.claude/skills/crypto-ta-analyzer
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Crypto TA Analyzer

Use the bundled indicators when the user needs explicit technical analysis rather than a narrative market opinion.

## Workflow

1. Get normalized OHLCV data first.
2. Use `scripts/data_converter.py` or `scripts/coingecko_converter.py` when source formats need reshaping.
3. Run `scripts/ta_analyzer.py` for the actual indicator stack and signal scoring.
4. Explain indicator agreement, conflicts, and regime sensitivity instead of presenting one number without context.

## Guardrails

- Do not present signals as guaranteed outcomes.
- Keep the distinction clear between deterministic indicator output and discretionary interpretation.