Beta TA Paper Executor
/install beta-ta-paper-executor
TA Paper Executor
Use this skill when the user wants simulated execution (paper trading), not broker-connected live orders.
Run
Place order:
python3 scripts/ta_paper_executor.py place \
--symbol BTCUSDT --side long --entry 68000 \
--stop 66500 --target 71000 --qty 0.5 \
--strategy trend-follow --reason "SMA20>SMA50 + MACD"
Close order:
python3 scripts/ta_paper_executor.py close --id ORD-20260310-001 --exit 70500
Status:
python3 scripts/ta_paper_executor.py status --symbol BTCUSDT --mark 70200 --json
Workflow
- Receive setup from
ta-signal-engine. - Validate historical viability via
ta-backtest. - If accepted, place paper order and record rationale.
- Update status with mark price, then close with explicit reason.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install beta-ta-paper-executor - After installation, invoke the skill by name or use
/beta-ta-paper-executor - Provide required inputs per the skill's parameter spec and get structured output
What is Beta TA Paper Executor?
Execute and track paper trades from TA setups with JSONL ledger, open/close workflow, and mark-to-market status. It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.
How do I install Beta TA Paper Executor?
Run "/install beta-ta-paper-executor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Beta TA Paper Executor free?
Yes, Beta TA Paper Executor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Beta TA Paper Executor support?
Beta TA Paper Executor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Beta TA Paper Executor?
It is built and maintained by 1477009639zw-blip (@1477009639zw-blip); the current version is v1.0.0.