Agent Skills: 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.

UncategorizedID: dkyazzentwatwa/chatgpt-skills/crypto-ta-analyzer

Install this agent skill to your local

pnpm dlx add-skill https://github.com/dkyazzentwatwa/chatgpt-skills/tree/HEAD/crypto-ta-analyzer

Skill Files

Browse the full folder contents for crypto-ta-analyzer.

Download Skill

Loading file tree…

crypto-ta-analyzer/SKILL.md

Skill Metadata

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

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.