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 item is sourced from the public archived skills repository. Treat as untrusted until reviewed.

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.

Research

backtester

Professional backtesting framework for trading strategies. Tests SMA crossover, RSI, MACD, Bollinger Bands, and custom strategies on historical data. Generates equity curves, drawdown analysis, and performance metrics.

Archived SourceRecently Updated
Research

survey-analysis

AI-powered survey response analysis. Analyzes open-ended survey responses, clusters themes, detects sentiment, and generates actionable insights. Uses BERTopic + GPT-4o-mini.

Archived SourceRecently Updated
Research

paper-trading-plan

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

Archived SourceRecently Updated
Research

ta-signal-engine

Generate technical-analysis trade setups from OHLCV CSV using SMA/EMA/RSI/MACD/ATR with clear entry, stop, target, and position size.

Archived SourceRecently Updated