返回 Skill 列表
extension
分类: 开发与工程无需 API Key

crypto-ta-analyzer

技术分析,包含29种以上指标(布林带、一目均衡表、RSI、MACD)。为加密货币和股票生成7级交易信号,具有背离检测、成交量确认和挤压警告功能。

person作者: jakexiaohubgithub

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.