What problem does it solve? Most trading strategies that look profitable in backtests fail in live trading due to overfitting, look-ahead bias, survivorship bias, and ignored transaction costs. This Skill applies rigorous statistical validation to separate real alpha from disguised beta and data artifacts. ## Core Features & Use Cases - Walk-Forward Backtesting: Validates strategies with rolling train/test splits, measuring Sharpe degradation between in-sample and out-of-sample periods. - Alpha Signal Research: Computes Information Coefficients, alpha decay curves, and multi-factor signal combination with t-statistic significance thresholds. - Statistical Arbitrage & Factor Models: Tests cointegration for pairs trading, calculates mean-reversion half-lives, and decomposes returns into factor exposure versus true alpha. - Use Case: You have a momentum strategy showing a 3.5 Sharpe ratio in backtest. Use this Skill to audit it for look-ahead bias, run walk-forward validation, adjust for realistic transaction costs, and determine whether the returns survive factor adjustment. ## Quick Start Ask the agent to validate your trading strategy backtest for overfitting and look-ahead bias using walk-forward analysis.