You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The QC cloud workspace has 30+ projects, many of which are redundant with each other or have poor backtest results that don't warrant further iteration.
Objective
Reduce project clutter by archiving/removing projects that:
Are largely redundant with better-performing versions (e.g., DualMomentum vs DualMomentumNoTLT)
Have negative or near-zero Sharpe with no clear path to improvement
Were exploratory and the exploration concluded negatively
Candidates for cleanup
Project
Sharpe
Reason
PairsTrading
-0.361
OLS hedge ratio doesn't save it
ForexCarry
-0.324
USD trend filter degrades momentum
ETF-Pairs
-0.706
Exploratory, failed
VIX-TermStructure
0.051
Near-zero, no alpha
TurnOfMonth
0.128
Calendar anomaly too weak
DualMomentum
0.350
Superseded by DualMomentumNoTLT
TrendFilteredMeanReversion
-0.016
Cash drag, ceiling reached
Process
Review each candidate - confirm no unique insight worth preserving
Document lessons learned from each in the patterns file
Archive projects (don't delete - keep for reference)
Context
The QC cloud workspace has 30+ projects, many of which are redundant with each other or have poor backtest results that don't warrant further iteration.
Objective
Reduce project clutter by archiving/removing projects that:
Candidates for cleanup
Process
Related issues