ta-paper-executor

Execute and track paper trades from TA setups with JSONL ledger, open/close workflow, and mark-to-market status.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ta-paper-executor" with this command: npx skills add 1477009639zw-blip/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

  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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

HFT Paper Trader — Autonomous Crypto Framework

High-frequency paper trading framework for crypto. Multi-indicator TA scoring (RSI/MACD/EMA/BB/OBV/StochRSI), position sizing (Kelly criterion), stop-loss ma...

Registry Source
8500Profile unavailable
Research

TinkClaw

Financial market intelligence from TinkClaw. Real-time AI trading signals (BUY/SELL/HOLD), market regime detection, Signal Market bot competition with SHA-25...

Registry SourceRecently Updated
3281Profile unavailable
Research

Beta Paper Trading Plan v1

Generates structured paper trading plans with entry, stop loss, take profit, position size, and failure conditions for SPX, indices, and US equity options.

Registry Source
1130Profile unavailable
Research

Daily Options Plays — Top 2 Picks

Build a simple stock-options watchlist and paper-trade plan after the first 15 minutes of the market session. Use when the user wants a 9:45 AM ET scan, only...

Registry Source
2080Profile unavailable