strategy-discovery

Discover and validate Freqtrade trading strategies from a user brief.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/4tie/fortiesr --skill strategy-discovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: strategy-discovery
Source: https://github.com/4tie/fortiesr/tree/main/4tieQuant/.agents/skills/strategy-discovery
Command: npx skills add https://github.com/4tie/fortiesr --skill strategy-discovery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual trial-and-error of finding profitable Freqtrade strategies by guiding an automated discovery loop from user requirements to validated output.

Core Features & Use Cases

  • Strategy Interviewing and Specification: Captures the desired style, direction, risk profile, and analysis depth before generating a structured strategy plan.
  • Backtest-Driven Iteration: Screens pairs, runs combined portfolio backtests, applies scoring thresholds, and refines weak candidates with failure feedback.
  • Validation and Export Readiness: Enforces walk-forward checks, readiness labels, and versioned outputs so a candidate can be promoted with evidence.
  • Use Case: Use this Skill when you want to turn a trading idea into a tested Freqtrade strategy candidate with clear metrics, validation results, and a final export path.

Quick Start

Ask the skill to run a strategy discovery session for your preferred style, direction, risk profile, and analysis depth, then let it iterate until it returns the best validated candidate.

Frequently Asked Questions about strategy-discovery

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

FAQPage Schema
How do I find a profitable Freqtrade trading strategy without manual trial and error?

Automated strategy discovery guides an iterative loop from user requirements to validated output, screening pairs and running combined portfolio backtests to refine weak Freqtrade candidates. It applies scoring thresholds and failure feedback to generate profitable strategies.

What is walk-forward validation in Freqtrade strategy backtesting?

Walk-forward validation enforces sequential checks on backtested Freqtrade strategies to ensure robustness. It applies readiness labels and versioned outputs so a candidate trading strategy can be promoted with evidence of consistent performance.

How do I run a Freqtrade strategy discovery session for scalping or swing trading?

Initiate a strategy discovery session by specifying your preferred style, direction, risk profile, and analysis depth. The system captures these requirements to generate a structured strategy plan tailored for scalping, intraday, swing, or position trading.

Can I use pair screening to improve Freqtrade backtesting results?

Yes, pair screening evaluates multiple trading pairs during Freqtrade backtesting to identify optimal configurations. This multi-pair evaluation applies scoring thresholds to filter weak candidates and refine the strategy portfolio.

What is the best way to validate and export a Freqtrade trading strategy?

The best way is to use an automated discovery loop that applies walk-forward checks, assigns readiness labels, and generates versioned outputs. This ensures your Freqtrade strategy candidate has clear metrics and a final export-ready validation path.

Why does my Freqtrade trading strategy fail backtesting thresholds?

Strategy candidates fail backtesting thresholds when they underperform during multi-pair evaluation or walk-forward validation. The discovery loop refines these weak candidates by applying failure feedback iteratively to improve overall scoring and readiness.