ta-paper-executor
Execute and track paper trades from TA setups with JSONL ledger, open/close workflow, and mark-to-market status.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/1477009639zw-blip/beta-ta-paper-executorTA 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.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-1477009639zw-blip-beta-ta-paper-executor": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
lead-scoring
AI-powered B2B lead scoring model. Predicts conversion probability for potential customers using machine learning (LightGBM + SHAP). CSV upload or API integration.
quick-skill-maker
Creates a complete SKILL.md in one command. Input name + description + emoji → output a production-ready OpenClaw skill file.
sentiment-analyzer
Analyzes sentiment from social media, news headlines, and financial text. Outputs positive/negative/neutral scores with confidence levels and key phrase extraction.
competitor-analysis
Comprehensive competitor analysis framework. Research competitors, compare products, identify gaps, and find positioning opportunities. Used by startups, investors, and product teams.
content-writer
AI-powered content writing for tech, finance, and crypto. Blog posts, technical docs, whitepapers, market commentary. Research-backed, original, fast delivery.