$npx -y skills add dkyazzentwatwa/chatgpt-skills --skill crypto-ta-analyzerRun multi-indicator technical analysis on crypto or market OHLCV data. Use for deterministic trend, momentum, volume, and divergence analysis.
| 1 | # Crypto TA Analyzer |
| 2 | |
| 3 | Use the bundled indicators when the user needs explicit technical analysis rather than a narrative market opinion. |
| 4 | |
| 5 | ## Workflow |
| 6 | |
| 7 | 1. Get normalized OHLCV data first. |
| 8 | 2. Use `scripts/data_converter.py` or `scripts/coingecko_converter.py` when source formats need reshaping. |
| 9 | 3. Run `scripts/ta_analyzer.py` for the actual indicator stack and signal scoring. |
| 10 | 4. Explain indicator agreement, conflicts, and regime sensitivity instead of presenting one number without context. |
| 11 | |
| 12 | ## Guardrails |
| 13 | |
| 14 | - Do not present signals as guaranteed outcomes. |
| 15 | - Keep the distinction clear between deterministic indicator output and discretionary interpretation. |