master_trading

Automate compliant paper trading ticks with safe-trading guardrails and strategy prioritization.

2|4|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/khoks/ClaudeTrading --skill master-trading
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: master_trading
Source: https://github.com/khoks/ClaudeTrading/tree/main/.claude/skills/master_trading
Command: npx skills add https://github.com/khoks/ClaudeTrading --skill master-trading

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually running consistent, rule-based paper trading ticks that comply with safe-trading guardrails and regulatory cooldown rules is error-prone and time-consuming, leading to missed opportunities or accidental pattern-day-trader violations.

Core Features & Use Cases

  • End-to-end tick orchestration: Automates the full trading tick workflow from market open validation to state persistence, eliminating manual step-by-step execution.
  • Multi-strategy prioritized execution: Runs sell strategies (profit take, trailing stop) before buy strategies (mean reversion, ladder buys) to maximize capital efficiency, with built-in guardrails against wash trades and cross-strategy conflicts.
  • Use Case: A retail paper trader can use this skill to automate daily trading ticks during US market hours, applying their configured strategies to their curated stock pool while automatically respecting cooldown rules to avoid regulatory classification issues.

Quick Start

Run the master_trading skill to execute a full, compliant paper trading tick for your configured stock pool during US market hours.

Frequently Asked Questions about master_trading

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate paper trading ticks while avoiding pattern day trader violations?

Automated paper trading ticks avoid pattern day trader violations by applying built-in safe-trading guardrails and regulatory cooldown rules before executing any trades. The orchestration workflow validates market hours, filters eligibility, and persists immutable state for audit trails.

Can I run multiple trading strategies against a curated stock pool during US market hours?

You can run multiple prioritized trading strategies against a curated stock pool during US market hours. The orchestration executes sell strategies like profit take and trailing stop before buy strategies like mean reversion to maximize capital efficiency.

What is cross-strategy conflict avoidance in automated trading orchestration?

Cross-strategy conflict avoidance in automated trading orchestration prevents wash trades and overlapping executions when running multiple prioritized strategies. The system filters pre-trade eligibility and manages strategy priority to ensure compliant, rule-bound paper trading ticks.

Does Alpaca support automated trading orchestration with immutable state persistence?

Alpaca supports automated trading orchestration with immutable state persistence by executing compliant paper trading ticks through API integration. The workflow applies pre-trade eligibility filtering, market open validation, and cross-strategy conflict avoidance for retail paper trading.

Why does my automated paper trading workflow miss market open validation?

Automated paper trading workflows miss market open validation when lacking end-to-end tick orchestration that checks US market hours before execution. Proper orchestration validates market open status, applies eligibility filtering, and persists state to maintain compliant audit trails.