Chatgpt-skills crypto-ta-analyzer
Run multi-indicator technical analysis on crypto or market OHLCV data. Use for deterministic trend, momentum, volume, and divergence analysis.
install
source · Clone the upstream repo
git clone https://github.com/dkyazzentwatwa/chatgpt-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/dkyazzentwatwa/chatgpt-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/crypto-ta-analyzer" ~/.claude/skills/dkyazzentwatwa-chatgpt-skills-crypto-ta-analyzer && rm -rf "$T"
manifest:
crypto-ta-analyzer/SKILL.mdsource content
Crypto TA Analyzer
Use the bundled indicators when the user needs explicit technical analysis rather than a narrative market opinion.
Workflow
- Get normalized OHLCV data first.
- Use
orscripts/data_converter.py
when source formats need reshaping.scripts/coingecko_converter.py - Run
for the actual indicator stack and signal scoring.scripts/ta_analyzer.py - 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.