Beta TA Signal Engine
/install 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, 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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install beta-ta-signal-engine - After installation, invoke the skill by name or use
/beta-ta-signal-engine - Provide required inputs per the skill's parameter spec and get structured output
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 144 downloads so far.
How do I install Beta TA Signal Engine?
Run "/install beta-ta-signal-engine" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Beta TA Signal Engine free?
Yes, Beta TA Signal Engine is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Beta TA Signal Engine support?
Beta TA Signal Engine is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Beta TA Signal Engine?
It is built and maintained by 1477009639zw-blip (@1477009639zw-blip); the current version is v1.0.0.