← スキル一覧に戻る

alpha-research-validation-lab
by TheHaywire
Algorithmic trading system for MetaTrader 5
⭐ 1🍴 1📅 2026年1月17日
SKILL.md
name: Alpha Research & Validation Lab description: Institutional-grade strategy validation, walk-forward analysis, and regime-aware testing.
Alpha Research Skill
This skill provides the "Truth Layer" for all trading strategies. Follow these protocols to move any strategy from "Idea" to "Production":
1. The WFA Protocol (Walk-Forward Analysis)
No strategy is considered institutional if it only works on historical "backtest" data.
- 5-Fold split: Every strategy must be tested across at least 5 walk-forward windows.
- IS/OOS Ratio: Use 80% In-Sample (IS) for optimization and 20% Out-Of-Sample (OOS) for validation.
- Robustness Score: A strategy passes if its OOS performance (Profit Factor/Sharpe) is within 20% of its IS performance.
2. Sensitivity Protocol
- Call
scripts/sensitivity_analyzer.pyto stress-test parameters. - The "Dead Zone" Check: If shifting a parameter (e.g., Moving Average period) by +/- 1 period causes the strategy to fail, it is curve-fitted and must be REJECTED.
3. Regime Awareness
- Every alpha must specify its "Natural Regime" (Trending, Mean-Reverting, or Volatility-Expansion).
- Call
Regime Scout(Sub-skill) to verify the strategy only runs during its alpha-positive window.
Core Tools:
scripts/wfa_engine.py: Multi-fold Walk-Forward validator.scripts/sensitivity_analyzer.py: Parameter stress-tester.scripts/regime_scout.py: HMM-based market state classifier.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です