Crypto ta analyzer
Run multi-indicator technical analysis on crypto or market OHLCV data. Use for deterministic trend, momentum, volume, and divergence analysis.From its SKILL.md
npx -y skills add dkyazzentwatwa/chatgpt-skills --skill crypto-ta-analyzerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
0.8 KB, 127 tokens by cl100k_base, as published. Nobody here has run it
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
scripts/data_converter.pyorscripts/coingecko_converter.pywhen source formats need reshaping. - Run
scripts/ta_analyzer.pyfor the actual indicator stack and signal scoring. - 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.
What ships with it: 9 files
115.4 KB alongside SKILL.md, 3 of them executable
agents/
- openai.yaml188 B
references/
- indicators.md10.4 KB
scripts/
- coingecko_converter.pyruns3.0 KB
- data_converter.pyruns21.1 KB
- requirements.txt28 B
- ta_analyzer.pyruns77.5 KB
- CLAUDE.md2.7 KB
- .gitignore404 B
- requirements.txt29 B