Strategy Validator
Skill Verified ActiveValidate trading strategies for overfitting using 4 statistical tests (DSR, Walk-Forward, Regime, CPCV)
To help traders objectively assess the statistical robustness of their trading strategies and avoid overfitting by providing rigorous validation and clear explanations.
Features
- Validates trading strategies using DSR, Walk-Forward, Regime, and CPCV tests.
- Interprets complex statistical results into plain language explanations.
- Generates a detailed HTML report of the validation analysis.
- Provides actionable recommendations based on the validation outcome.
- Supports both QuantConnect trade log and general returns CSV formats.
Use Cases
- Use when you have backtest results for a trading strategy and want to know if they are statistically sound or likely overfitted.
- Use to get a second opinion on strategy performance from a quantitative analyst's perspective.
- Use to identify strategies that perform well only in specific market conditions or are sensitive to data variations.
- Use to gain confidence in a strategy before paper trading or live deployment.
Non-Goals
- Providing financial advice or specific buy/sell/hold recommendations.
- Executing trades or managing trading accounts.
- Performing live trading based on strategy validation.
- Explaining the underlying mathematical formulas of the statistical tests in detail.
Installation
npx skills add mnemox-ai/tradememory-protocolRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
VerifiedTrust Signals
Similar Extensions
Trader Regime
100Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy
Trading Memory
100Domain knowledge for AI trading memory — Outcome-Weighted Memory (OWM) architecture, 5 memory types, recall scoring, and behavioral analysis. Use when recording trades, recalling similar contexts, analyzing performance, or checking behavioral drift. Triggers on "record trade", "remember trade", "recall", "similar trades", "performance", "behavioral", "disposition", "affective state", "confidence".
Risk Management
100Risk management domain knowledge for trading agents — affective state monitoring, position sizing, drawdown management, tilt detection, and behavioral guardrails. Use when checking risk before trades, managing drawdowns, detecting behavioral drift, or enforcing discipline. Triggers on "risk", "drawdown", "tilt", "position size", "lot size", "confidence", "revenge trading", "overtrading", "discipline".
Forecast Scenarios
100Model best-case, worst-case, and likely revenue scenarios with sensitivity analysis for strategic planning. Use when: building financial forecasts; presenting board scenarios; planning headcount around revenue uncertainty; modeling pricing changes impact; preparing investor updates with upside/downside ranges
Trader Signal
99Generate trading signals using npx neural-trader anomaly detection engine with Z-score scoring and neural prediction
Tradememory Bridge
99Bridge between Binance trading events and TradeMemory Protocol. Automatically journals trades, recalls similar past setups, detects behavioral biases, and provides outcome-weighted recall for AI trading agents. Use this skill after executing Binance spot trades to build persistent memory.