← 返回 Skills 市场
Beta TA Signal Engine
作者
1477009639zw-blip
· GitHub ↗
· v1.0.0
· MIT-0
144
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (SKILL.md)
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, orbreakout
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
- Run the script and inspect
signalandconfidence. - If
signal=flat, explain why (no edge from current indicators). - If signal is active, use generated
entry/stop/target/sizeas the candidate plan. - Do not claim certainty; frame it as probabilistic setup.
Notes
- This skill only produces analysis and paper-trade plans.
- For historical evaluation, use
ta-backtestskill. - For ledger/order lifecycle, use
ta-paper-executorskill.
安全使用建议
This appears to be a straightforward, local TA signal generator. Before using it: (1) Only run the script on CSV files you trust — it reads whatever file path you pass and will error on malformed data; (2) If you plan to run it in an automated agent, remember the agent will execute the included Python code locally — run in a sandbox if you're uneasy; (3) There are no network calls or secret-access requests in the code, but review or test with sample data to confirm outputs meet your risk-management needs.
能力评估
Purpose & Capability
Name/description (TA signals from OHLCV CSV) match the included script and inputs. The code only computes SMA/EMA/RSI/MACD/ATR and returns entry/stop/target/size — nothing extraneous is requested.
Instruction Scope
SKILL.md instructs running the shipped Python script against a provided CSV path and to interpret the signal; the instructions do not request access to other files, environment secrets, or remote services.
Install Mechanism
No install spec is provided (instruction-only plus a local script), so nothing is downloaded or written to disk beyond executing the included script.
Credentials
No environment variables, credentials, or config paths are required. The script reads only the user-supplied CSV and performs local numeric calculations.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges. It does not modify other skills or agent config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install beta-ta-signal-engine - 安装完成后,直接呼叫该 Skill 的名称或使用
/beta-ta-signal-engine触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — technical analysis signal generation
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。
如何安装 Beta TA Signal Engine?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install beta-ta-signal-engine」即可一键安装,无需额外配置。
Beta TA Signal Engine 是免费的吗?
是的,Beta TA Signal Engine 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Beta TA Signal Engine 支持哪些平台?
Beta TA Signal Engine 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Beta TA Signal Engine?
由 1477009639zw-blip(@1477009639zw-blip)开发并维护,当前版本 v1.0.0。
推荐 Skills