proptraderai-strategy-builder

Convert natural language trading strategies into structured parsed rules for PropTraderAI.

Updated Jan 7, 2026
One-click install
npx skills add https://github.com/modryn-studio/PropTraderAI --skill proptraderai-strategy-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: proptraderai-strategy-builder
Source: https://github.com/modryn-studio/PropTraderAI/tree/main/docs/05_INTEGRATIONS/claude_skills/proptraderai-strategy-builder
Command: npx skills add https://github.com/modryn-studio/PropTraderAI --skill proptraderai-strategy-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables traders to transform narrative descriptions of futures trading strategies into structured, execution-ready rule sets that PropTraderAI can load and validate. It guides users through a disciplined, one-question-at-a-time flow to capture instruments, entry/exit criteria, risk management, and prop firm constraints.

Core Features & Use Cases

  • Socratic strategy extraction: converts user prompts into formal rule representations using a guided dialogue.
  • Prop-firm aware validation: maps strategies to firm_rules data (static JSON) and checks drawdown, position limits, and overnight policies.
  • Timezone-aware planning: converts user-specified trading hours to exchange time for accurate scheduling.
  • Use Case: A user describes an ES breakout strategy with a 20-tick stop and 40-tick target, and the skill produces a structured parsedRules payload ready for storage and execution.

Quick Start

Start by telling me the instrument and the initial trading setup you want to automate.

Frequently Asked Questions about proptraderai-strategy-builder

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

FAQPage Schema
How do I convert a natural language futures trading strategy into structured rules?

A Socratic strategy builder parses your narrative trading setup into machine-readable rules through a guided dialogue, capturing entry and exit criteria, risk management, and instrument specs automatically.

Can I automate a futures trading strategy while ensuring it meets prop firm drawdown limits?

Prop-firm aware validation checks your strategy against static firm rules data to enforce drawdown limits, position limits, and overnight policies, ensuring your automated futures setup remains compliant.

How does timezone conversion work when scheduling futures trading hours?

Timezone-aware planning converts your user-specified trading hours into exchange time, ensuring accurate scheduling and execution of your futures trading rules across different time zones.

What do I need to provide to start building an automated trading strategy?

You need to provide the instrument and an initial description of your trading setup. The Socratic dialogue then extracts additional parameters like risk management and prop firm constraints step by step.

Does the strategy builder support specific futures instruments like ES breakout setups?

The strategy builder supports futures instruments like ES, converting setups such as a 20-tick stop and 40-tick target into a structured parsed rules payload ready for storage and execution.