edge-strategy-designer

Convert edge concepts into strategy draft variants and exportable ticket YAMLs.

2|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Fabio29T/Trading-Skills --skill edge-strategy-designer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edge-strategy-designer
Source: https://github.com/Fabio29T/Trading-Skills/tree/main/skills/edge-strategy-designer
Command: npx skills add https://github.com/Fabio29T/Trading-Skills --skill edge-strategy-designer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of converting abstract trading edge concepts into concrete, testable strategy drafts, streamlining the development pipeline.

Core Features & Use Cases

  • Strategy Variant Generation: Creates multiple strategy variants (core, conservative, research-probe) from a single concept.
  • Parameter Calibration: Applies hypothesis-specific overrides for stop-loss, take-profit, and time-stop parameters.
  • Exportable Ticket Creation: Optionally generates YAML ticket files for downstream validation agents.
  • Use Case: You have a promising trading idea (an "edge concept") and need to quickly generate several variations of a trading strategy based on it, complete with defined entry and exit rules, to test their viability.

Quick Start

Generate strategy drafts and exportable tickets for the concepts in '/tmp/edge-concepts/edge_concepts.yaml' using the 'balanced' risk profile.

Frequently Asked Questions about edge-strategy-designer

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

FAQPage Schema
How do I convert abstract trading edge concepts into testable strategy drafts?

Generating trading strategy drafts from edge concepts requires defining risk profiles and hypothesis-specific exit calibrations. This Skill automates converting abstract edge concepts into concrete strategy variants and exportable ticket YAMLs, clamping reward-to-risk ratios for downstream validation.

What is hypothesis testing in quantitative trading strategy design?

Hypothesis testing in quantitative trading strategy design involves applying specific exit calibrations to strategy drafts. This Skill applies hypothesis-specific overrides for stop-loss, take-profit, and time-stop parameters, ensuring the resulting strategy drafts are properly calibrated for risk management and backtesting viability.

How do I generate exportable YAML tickets for downstream trading strategy validation?

Generating exportable YAML tickets for trading strategy validation involves processing edge_concepts.yaml files. This Skill optionally creates ticket YAMLs specifically formatted for edge-candidate-agent export and validation, streamlining the transition from strategy design to backtesting.

Do I need Python and PyYAML to generate trading strategy variants from edge concepts?

Yes, you need Python 3.9+ and PyYAML to generate trading strategy variants. The Skill requires these dependencies to process edge_concepts.yaml files, apply risk profile selections, and calibrate hypothesis-type exit parameters for the resulting strategy drafts.

Can I select different risk profiles when designing trading strategies from edge concepts?

Yes, you can select different risk profiles when designing trading strategies from edge concepts. The Skill supports risk profile selection, such as the 'balanced' profile, to apply hypothesis-specific parameter overrides and clamp reward-to-risk ratios for the generated strategy variants.

What are the limitations of using edge concept YAML files for trading strategy generation?

The main limitation of using edge_concepts.yaml files for trading strategy generation is the Python 3.9+ and PyYAML processing requirement. Additionally, the Skill generates strategy drafts and exportable tickets for downstream validation agents rather than executing live trades or performing backtesting directly.