ta-signal-engine

Generate technical-analysis trade setups from OHLCV CSV using SMA/EMA/RSI/MACD/ATR with clear entry, stop, target, and position size.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ta-signal-engine" with this command: npx skills add 1477009639zw-blip/beta-ta-signal-engine

TA Signal Engine

Use this skill when the user wants technical-analysis based entry/exit signals and risk-defined trade setup proposals.

Inputs

  • OHLCV CSV with headers including: date, open, high, low, close (case-insensitive)
  • Strategy mode: trend, mean-reversion, or breakout

Run

python3 scripts/ta_signal_engine.py \
  --csv /abs/path/prices.csv \
  --symbol BTCUSDT \
  --strategy trend \
  --account-size 100000 \
  --risk-per-trade 0.01 \
  --json

Workflow

  1. Run the script and inspect signal and confidence.
  2. If signal=flat, explain why (no edge from current indicators).
  3. If signal is active, use generated entry/stop/target/size as the candidate plan.
  4. Do not claim certainty; frame it as probabilistic setup.

Notes

  • This skill only produces analysis and paper-trade plans.
  • For historical evaluation, use ta-backtest skill.
  • For ledger/order lifecycle, use ta-paper-executor skill.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

Smart Trading Assistant

Assistant de trading automatisé pour l'analyse de marché, la détection de signaux et l'exécution de stratégies techniques (RSI, MA, Support/Résistance). À ut...

Registry SourceRecently Updated
1110Profile unavailable
Research

Cup and Handle Pattern Detector

检测股票日线是否符合"杯柄形态(Cup and Handle)"技术分析形态,并生成含轮廓线的识别示意图。触发场景:(1) 询问某只股票是否形成杯柄形态 (2) 查询杯柄形态股票 (3) 技术形态识别需求。触发词:杯柄形态、cup and handle、欧奈尔形态、技术形态识别。

Registry SourceRecently Updated
791Profile unavailable
Research

investoday-stock-technical-analysis

面向A股个股技术面分析,聚焦趋势、均线、MACD、布林带、量能确认与支撑压力结构。基于今日投资金融数据接口,自动识别股票代码并输出结构化技术分析报告。触发词:技术分析、技术面、均线、MACD、布林带、趋势、支撑压力。

Registry Source
7440Profile unavailable
Research

Polymarket Mean Reversion Pro

Generates zero-false mean reversion signals on Polymarket using 4σ price moves with RSI, MACD divergence, ATR compression, and VPIN flow filters.

Registry Source
1020Profile unavailable