prebuilt_strategy_configurator

Generates and updates strategy_defaults.json for ClaudeTrading paper trading systems.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually editing JSON configuration files to enable, disable, or tune prebuilt trading strategies is error-prone and tedious for users of the ClaudeTrading paper trading system. This skill eliminates that manual work with a guided, user-friendly workflow.

Core Features & Use Cases

  • Guided Strategy Toggling: Walk through enabling or disabling each prebuilt strategy (trailing stop, ladder buys, wheel) via simple prompts, no direct file editing required.
  • Tunable Parameter Adjustment: Set strategy-specific parameters like trailing stop drop percentages, ladder buy thresholds, and wheel option delta targets with validated defaults.
  • Use Case: A ClaudeTrading user can quickly adjust their trailing stop sensitivity to 7% or enable ladder buys with a $1500 rung size without opening or risking errors in the strategy_defaults.json file.

Quick Start

Invoke the prebuilt_strategy_configurator skill to configure your default trading strategy parameters and enable or disable prebuilt strategies.

Frequently Asked Questions about prebuilt_strategy_configurator

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

FAQPage Schema
How do I configure prebuilt trading strategy parameters without editing JSON files?

Configuring prebuilt trading strategy parameters without manual JSON editing requires a guided workflow that applies validated defaults for trailing stop, ladder buys, and wheel strategies, generating the strategy_defaults.json file directly without manual text manipulation.

What is a guided workflow for enabling algorithmic paper trading strategies?

A guided workflow for enabling algorithmic paper trading strategies walks users through simple prompts to toggle prebuilt strategies on or off and adjust tunable settings, ensuring an error-resistant configuration that feeds the core execution logic.

How do I set trailing stop and ladder buy thresholds for autonomous paper trading?

Setting trailing stop drop percentages and ladder buy thresholds for autonomous paper trading involves inputting desired values through prompted configuration steps that validate parameters before updating the system's strategy defaults.

Does the prebuilt strategy configurator work with the Alpaca paper trading system?

The prebuilt strategy configurator applies to the ClaudeTrading autonomous paper trading system, which uses Alpaca, allowing users to manage strategy toggles and parameters that integrate directly with the platform's core execution logic.

What are the limitations of manually editing a strategy_defaults.json configuration file?

Manually editing a strategy_defaults.json configuration file is error-prone and tedious, risking syntax errors that break the autonomous trading system, which is why a guided, error-resistant workflow is preferred for managing prebuilt strategies.