← 返回
未分类 中文

Beta 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.
使用 SMA/EMA/RSI/MACD/ATR 从 OHLCV CSV 生成技术分析交易设置,包括明确入场、止损、目标和仓位大小。
1477009639zw-blip
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 438
下载
💾 0
安装
1
版本
#atr#latest#macd#rsi#signals#sma#technical-analysis#trading

概述

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.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 09:02 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Backtester

1477009639zw-blip
专业的交易策略回测框架。在历史数据上测试简单移动平均线交叉、RSI、MACD、布林带以及自定义策略。生成...
★ 0 📥 488

Api Documentation

1477009639zw-blip
生成完整的 API 文档,包括 OpenAPI 规范、参考指南、教程和 Postman 集合,使 API 更易于开发者使用。
★ 0 📥 698

Beta Trading Analysis

1477009639zw-blip
交易分析与教育。技术分析、图表形态、风险管理、以及股票、外汇和加密货币的头寸规模。
★ 0 📥 941