TA Paper Executor
name: ta-paper-executor
by 1477009639zw-blip · published 2026-04-01
$ claw add gh:1477009639zw-blip/1477009639zw-blip-beta-ta-paper-executor---
name: ta-paper-executor
description: Execute and track paper trades from TA setups with JSONL ledger, open/close workflow, and mark-to-market status.
---
# 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 70500Status:
python3 scripts/ta_paper_executor.py status --symbol BTCUSDT --mark 70200 --jsonWorkflow
1. Receive setup from `ta-signal-engine`.
2. Validate historical viability via `ta-backtest`.
3. If accepted, place paper order and record rationale.
4. Update status with mark price, then close with explicit reason.
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...