Methodologygeneric
crypto-ta-analyzer
Run multi-indicator technical analysis on crypto or market OHLCV data. Use for deterministic trend, momentum, volume, and divergence analysis.
dkyazzentwatwa/chatgpt-skills
Install
Use with your agent
Install the crypto-ta-analyzer skill, then use it as build context. Run: npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill crypto-ta-analyzer. Then read the installed skill.md and follow its guidance to build or refactor my project.
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.