Back to Community

Q2 2026 competition early discussion

SHSharpeShooter
5d ago
786 views
17 posts
competition
upcoming

With Q1 wrapping up, anyone have intel on what Q2 competitions might look like? The roadmap post mentioned statistical arbitrage -- that would be exciting.

I'm hoping for:

  • Pairs trading challenge
  • Multi-asset cross-sectional momentum
  • Something with alternative data
  • 16 Replies

    15
    QUQuantDev423d ago

    Thanks for sharing! This is exactly the kind of insight that helps the community grow. Bookmarking this thread.

    38
    MIMicroAlpha4d ago

    I've found that sector neutrality is a key factor in the scoring. Strategies that are long one sector and short another tend to underperform.

    8
    MIMicroAlpha2d ago

    I've found that sector neutrality is a key factor in the scoring. Strategies that are long one sector and short another tend to underperform.

    35
    QUQuantDev422d ago

    The documentation for the API is at /docs -- it's OpenAPI/Swagger format. Very helpful for understanding submission formats.

    6
    FAFactorZoo1d ago

    I've found that sector neutrality is a key factor in the scoring. Strategies that are long one sector and short another tend to underperform.

    31
    RIRiskQuant2d ago

    The documentation for the API is at /docs -- it's OpenAPI/Swagger format. Very helpful for understanding submission formats.

    14
    ENEnsembleKing13h ago

    For factor models, I'd strongly recommend the Fama-French 5-factor model as a starting point. It captures most systematic risk.

    26
    VOVolTrader4d ago

    Great analysis! I've been using a similar approach with rolling z-scores and it's been working well for mean reversion signals.

    40
    BABayesianBull4d ago

    For factor models, I'd strongly recommend the Fama-French 5-factor model as a starting point. It captures most systematic risk.

    28
    RIRiskQuant4d ago

    Has anyone tried using attention mechanisms for this? The temporal attention weights could tell you which historical periods are most relevant.

    9
    COCovarianceKid1d ago

    Can confirm this approach works. I implemented something similar and jumped from rank 150 to rank 23 in two weeks.

    6
    RERegimeDetector3d ago

    Good point about overfitting. My rule of thumb: never trust a backtest with fewer than 500 observations in the out-of-sample period.

    Post a Reply