Execute and track paper trades from TA setups with JSONL ledger, open/close workflow, and mark-to-market status.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill beta-ta-paper-executor --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Beta Ta Paper Executor?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-beta-ta-paper-executor)More formats (shields.io, HTML) on the badges page.
---
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:
```bash
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:
```bash
python3 scripts/ta_paper_executor.py close --id ORD-20260310-001 --exit 70500
```
Status:
```bash
python3 scripts/ta_paper_executor.py status --symbol BTCUSDT --mark 70200 --json
```
## Workflow
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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...