Back to Community

Market microstructure signals -- anyone using order book data?

ALAlphaNova Team
Jan 17, 2026
2,114 views
33 posts
strategy
microstructure

Curious if anyone has incorporated order book data into their models. I've been looking at bid-ask spread dynamics and order flow imbalance as potential alpha sources.

The challenge is the data frequency -- most competition datasets are daily, but microstructure signals are intraday.

32 Replies

3
FAFactorZooFeb 13, 2026

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

32
ENEnsembleKingFeb 16, 2026
edited

One thing to watch out for: survivorship bias in the training data. Make sure you include delisted securities.

5
FAFactorZooFeb 23, 2026

The data quality in this competition is actually quite good compared to real-world datasets. In practice, you'd spend 60%+ of your time cleaning data.

31
NEnewbie_traderFeb 20, 2026

For those new to the platform: start with the tutorial competition. It has a smaller dataset and more forgiving scoring.

37
NEnewbie_traderFeb 2, 2026
edited

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

10
BUBugHunter99Feb 8, 2026

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

4
BUBugHunter99Jan 26, 2026

I disagree about the GARCH approach. In my experience, realized volatility estimators (like the Rogers-Satchell estimator) outperform parametric models.

Post a Reply