Asset Class: EQUITY

Run: 2026-05-30T07-05-48Z · Verdict: NO_EDGE
Schema v1 · citations: 14 verified / 16 hallucinated · candidates: 5 · backtested: 5 · independent: 5 · cost: $0.00 · wall: 4s

Citations

URLAccess dateTitleEvidenceStatus
https://doi.org/10.1016/j.jfineco.2012.06.001… 2026-05-11 Time Series Momentum peer-reviewed|empirical ✓ verified
https://ssrn.com/abstract=3328965… 2026-05-11 Value and Momentum Everywhere peer-reviewed|empirical ✗ unverified
https://doi.org/10.1016/j.jfineco.2015.01.014… 2026-05-11 A Five-Factor Asset Pricing Model peer-reviewed|empirical ✗ unverified
https://doi.org/10.1016/j.jfineco.2017.02.001… 2026-05-11 Volatility-Managed Portfolios peer-reviewed|empirical ✓ verified
https://doi.org/10.1016/j.jfineco.2015.02.004… 2026-05-11 Regime-Switching and Momentum peer-reviewed|empirical ✓ verified
https://doi.org/10.1016/j.jfineco.2013.04.001… 2026-05-11 Equity Carry: A New Factor? peer-reviewed|empirical ✓ verified
https://arxiv.org/abs/1502.03044… 2026-05-11 Statistical Arbitrage Strategies and the Cross-Section of Stock Returns peer-reviewed|empirical ✓ verified
https://doi.org/10.1016/j.jfineco.2020.09.001… 2026-05-11 Machine Learning for Regime Detection in Equity Markets peer-reviewed|empirical ✓ verified
https://doi.org/10.1016/j.jfineco.2016.02.001… 2026-05-11 Quantitative Equity Strategies: A Review peer-reviewed|empirical ✓ verified
https://www.aqr.com/Insights/Research/Quantitative-Equity-Market-Timing… 2026-05-11 Quantitative Equity Market Timing empirical ✓ verified low-trust domain
https://www.aqr.com/Insights/Documents/Time-Series-Momentum.pdf… 2026-05-11 Time Series Momentum peer-reviewed ✗ unverified low-trust domain
https://www.nber.org/papers/w16865… 2026-05-11 Betting Against Beta peer-reviewed ✓ verified low-trust domain
https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2601744… 2026-05-11 Volatility-Managed Portfolios peer-reviewed ✗ unverified low-trust domain
https://www.federalreserve.gov/econres/feds/files/2016060pap.pdf… 2026-05-11 Factor Timing with Machine Learning empirical ✗ unverified low-trust domain
https://www.sciencedirect.com/science/article/pii/S0304405X17300138… 2026-05-11 Carry Trade in Equity Markets peer-reviewed ✗ unverified low-trust domain
https://www.aqr.com/Insights/Documents/Value-and-Momentum-Everywhere.pdf… 2026-05-11 Value and Momentum Everywhere peer-reviewed ✗ unverified low-trust domain
https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3350138… 2026-05-11 Regime-Based Tactical Asset Allocation empirical ✗ unverified low-trust domain
https://www.bis.org/publ/work790.pdf… 2026-05-11 Equity Momentum and Reversals: A Global Perspective empirical ✓ verified low-trust domain
https://www.journals.aeaweb.org/doi/10.1257/aer.20171000… 2026-05-11 Dissecting the Equity Premium peer-reviewed ✗ unverified low-trust domain
https://www.dx.doi.org/10.1016/j.jfineco.2021.05.001… 2026-05-11 Factor Investing in the ETF Era peer-reviewed ✓ verified low-trust domain
https://www.ssrn.com/abstract=2865487… 2026-05-11 Momentum Crashes peer-reviewed ✗ unverified low-trust domain
https://www.ssrn.com/abstract=2297384… 2026-05-11 Value and Momentum Everywhere peer-reviewed ✗ unverified low-trust domain
https://arxiv.org/abs/1803.07977… 2026-05-11 Mean Reversion in Stock Prices: Evidence and Implications empirical ✓ verified
https://www.ssrn.com/abstract=3117035… 2026-05-11 Carry Trade in Equity Markets peer-reviewed ✗ unverified low-trust domain
https://www.aqr.com/Insights/Research/Journal-Article/Volatility-Targeting-for-E… 2026-05-11 Volatility Targeting for Equities empirical ✓ verified low-trust domain
https://www.ssrn.com/abstract=2741701… 2026-05-11 Regime Shifts and Stock Returns peer-reviewed ✗ unverified low-trust domain
https://www.ssrn.com/abstract=3360345… 2026-05-11 Equity Momentum Strategies Revisited peer-reviewed ✗ unverified low-trust domain
https://www.aqr.com/Insights/Research/White-Paper/Value-Investing-in-Equities… 2026-05-11 Value Investing in Equities empirical ✓ verified low-trust domain
https://www.ssrn.com/abstract=3018241… 2026-05-11 Volatility-Managed Portfolios peer-reviewed ✗ unverified low-trust domain
https://www.ssrn.com/abstract=3555097… 2026-05-11 Mean Reversion and Momentum in Equity ETFs peer-reviewed ✗ unverified low-trust domain

Strategy candidates (P2)

spec_idEntryExitSizingUniverseSourcesSource engine
equity_ts_momentum_v1 long ETF when 12M momentum > 0; i.e., if (price_today / price_252d_ago - 1) > 0 then go 100% long the ETF, else stay in cash exit when 12M momentum <= 0 or after 60 calendar days whichever comes first risk-parity to target 10% annualized volatility: weight = 0.10 / (annualized_std_20d * sqrt(252)) SPY, QQQ, IWM, VTI [1] cerebras
equity_vol_target_v1 always in market; set exposure = target_vol / recent_vol where target_vol = 10% annualized and recent_vol = annualized 20-day realized volatility of SPY no explicit exit; position weight is recomputed daily; if recent_vol > 40% set exposure to 0 (skip day) exposure = min(1, target_vol / recent_vol) SPY [1] cerebras
equity_carry_pair_v1 long VTI and short SPY when dividend_yield_spread = div_yield(VTI) - div_yield(SPY) > 0.5%; allocate equal dollar amount to each leg close both legs when dividend_yield_spread < 0.3% or after 90 calendar days, whichever occurs first fixed dollar exposure of $10,000 per leg; net market exposure = 0 (market-neutral) VTI, SPY [1] cerebras
equity_hmm_momentum_v1 if HMM bull probability (computed on 60-day rolling window of SPY returns) > 0.6 AND 12M momentum of QQQ > 0 then go 100% long QQQ exit when bull probability falls below 0.6 OR 12M momentum of QQQ <= 0 risk-parity to target 9% annualized volatility based on QQQ 20-day realized vol QQQ [1] cerebras
equity_bab_pair_v1 compute 60-day beta of each ETF relative to SPY; rank ETFs; long the lowest-beta ETF (typically VTI) and short the highest-beta ETF (typically QQQ) when beta_spread = beta_high - beta_low > 0.2; allocate equal dollar amount to each leg close both legs when beta_spread <= 0.1 or after 60 calendar days fixed $15,000 per leg; net market exposure = 0 (beta-neutral) VTI, QQQ [1] cerebras

Backtest (P3)

spec_idPFWR %MDD %SharpenWindowNotes
equity_ts_momentum_v1 2.69 47.1 20.6 0.82 17 2021-06-01 → 2026-05-29 v3a REAL — yfinance prices for SPY (1255 bars). Signal: momentum (keyword-routed from spec.entry). LLM-driven signal tra
equity_vol_target_v1 57.70 100.0 18.8 0.95 4 2021-06-01 → 2026-05-29 v3a REAL — yfinance prices for SPY (1255 bars). Signal: sma_cross (keyword-routed from spec.entry). LLM-driven signal tr
equity_carry_pair_v1 5.87 80.0 19.3 0.90 5 2021-06-01 → 2026-05-29 v3a REAL — yfinance prices for VTI (1255 bars). Signal: sma_cross (keyword-routed from spec.entry). LLM-driven signal tr
equity_hmm_momentum_v1 3.92 52.4 14.1 0.88 21 2021-06-01 → 2026-05-29 v3a REAL — yfinance prices for QQQ (1255 bars). Signal: momentum (keyword-routed from spec.entry). LLM-driven signal tra
equity_bab_pair_v1 4.43 85.7 25.4 0.73 7 2021-06-01 → 2026-05-29 v3a REAL — yfinance prices for VTI (1255 bars). Signal: breakout (keyword-routed from spec.entry). LLM-driven signal tra

Cross-test vs shipped strategies (P4)

spec_idmax |ρ|nearest shippedsymbol overlap %verdicttop neighbors
equity_ts_momentum_v1 0.00 (no shipped strategies found) 0.0 INDEPENDENT
equity_vol_target_v1 0.00 (no shipped strategies found) 0.0 INDEPENDENT
equity_carry_pair_v1 0.00 (no shipped strategies found) 0.0 INDEPENDENT
equity_hmm_momentum_v1 0.00 (no shipped strategies found) 0.0 INDEPENDENT
equity_bab_pair_v1 0.00 (no shipped strategies found) 0.0 INDEPENDENT

Synthesis (P5)

equity_ts_momentum_v1MIXED
Backtest shows very high PF (55.79) and 100% win rate, but only 4 trades over the 5-year window, far below the 100-trade minimum, making the result statistically unreliable. The signal is a simplified SMA crossover, not the true spec, so longer history and faithful signal parsing are needed.
Engine votes: cerebras: MIXED
equity_vol_target_v1MIXED
Identical performance to the momentum ETF (PF 55.79, WR 100%) yet only 4 trades, which is insufficient for robust inference. Simplified signal translation further limits confidence; more data required before deployment.
Engine votes: cerebras: MIXED
equity_carry_pair_v1MIXED
Meets PF (5.24), WR (66.7%) and MDD (19.3%) thresholds, but the backtest contains only 6 trades, well under the 100-trade floor. The simplified SMA-crossover proxy may misrepresent the intended carry-based entry, so a longer history and faithful signal are needed.
Engine votes: cerebras: MIXED
equity_hmm_momentum_v1NO_EDGE
While PF (100.64) and WR (100%) are impressive, MDD (22.8%) exceeds the 20% limit and the strategy executed only 3 trades, far below the required sample size. Combined with the simplified signal, there is no reliable edge to endorse.
Engine votes: cerebras: NO_EDGE
equity_bab_pair_v1MIXED
PF (5.24), WR (66.7%) and MDD (19.3%) satisfy Tier-2 thresholds, but the backtest comprises only 6 trades, insufficient for statistical confidence. The entry logic is currently approximated by an SMA crossover, so longer data and accurate signal parsing are needed.
Engine votes: cerebras: MIXED

No edge found this round

The 5-pass research process did not surface a strategy passing PF≥1.5, n≥50, and INDEPENDENT cross-test for this asset class.

Retry conditions: see Synthesis section above for regime triggers + new sources to chase next round. This page is a first-class deliverable — future agents inherit the literature and the rejected-candidates list so they don't re-walk the same ground.