zenigame-fx-alpha-sieve

Automate Alpha Sieve execution and analyze reports for Stage C survivors.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/kent013/zenigame-fx --skill zenigame-fx-alpha-sieve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zenigame-fx-alpha-sieve
Source: https://github.com/kent013/zenigame-fx/tree/main/.claude/skills/zenigame-fx-alpha-sieve
Command: npx skills add https://github.com/kent013/zenigame-fx --skill zenigame-fx-alpha-sieve

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill automates the execution and analysis of Alpha Sieve to re-validate Stage C survivors using a holdout embargo and a 90-day out-of-sample window, enabling robust OOS confirmation.

Core Features & Use Cases

  • Automated sieve execution: invokes the run_alpha_sieve.py script to process Stage C candidates.
  • Out-of-sample validation: applies a holdout embargo and a 90-day OOS window for rigorous testing.
  • Result summarization: reads generated reports and surfaces key metrics such as status, candidate counts, pass rates, Sharpe, PnL, and top performers.
  • Use Case: Use when you need to re-evaluate prior Stage C survivors under extended OOS conditions to ensure robustness.

Quick Start

Run the sieve for a specific run and review produced results.

Frequently Asked Questions about zenigame-fx-alpha-sieve

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

FAQPage Schema
How do I validate Stage C backtest survivors using out-of-sample testing?

Out-of-sample validation for Stage C survivors is automated by running the Alpha Sieve script, which applies a holdout embargo and a 90-day OOS window to re-test candidates and generate robustness reports.

What is the best way to run an Alpha Sieve across multiple trading instruments?

Running an Alpha Sieve across multiple instruments is handled by invoking the automated sieve execution with a configurable run-id or run-number, processing prior Stage C candidates and surfacing pass rates and top performers.

How does a holdout embargo work during out-of-sample trade analysis?

A holdout embargo in trade analysis isolates a segment of data from the optimization process, and the 90-day OOS window then tests the Stage C survivors against this unseen data to assess strategy robustness.

Do I need a specific Python script to perform out-of-sample backtest validation?

Yes, out-of-sample backtest validation requires the scripts/alpha_factory/run_alpha_sieve.py script to execute the sieve and produce result reports in the reports/alpha-sieve directory.

What metrics are included in an Alpha Sieve report for risk analysis?

Alpha Sieve reports for risk analysis include key metrics such as status, candidate counts, pass rates, Sharpe ratios, PnL, and top performing candidates to summarize the OOS validation results.

When should I re-test prior trading strategy candidates under extended OOS conditions?

Re-testing prior trading strategy candidates under extended OOS conditions is necessary when you need to confirm the robustness of Stage C survivors across different runs and instruments before deployment.