Cross-validation with overlapping labels leaks the future
You build a signal to predict each day's forward 20-day return. You evaluate it with ordinary random -fold cross-validation: shuffle all the daily observations, split into folds, train on nine, validate on one. The cross-validated accuracy looks excellent. Live, the signal disappoints badly.
Explain why this cross-validation is over-optimistic and what resampling scheme fixes it.
Your answer
This one is open-ended. Work it through, then check your reasoning against the full solution.