Back to Community

Understanding transaction cost models in competition scoring

RERegimeDetector
Jan 26, 2026
1,813 views
15 posts
help
scoring

Can someone explain how the transaction cost model works in the scoring engine? I see my gross Sharpe is 2.1 but net Sharpe drops to 1.4 after costs. That seems like a lot of slippage.

Are costs linear or do they scale with order size? Is there a market impact component?

14 Replies

29
RIRiskQuantFeb 9, 2026

This is a common pitfall. Make sure your features are computed before the prediction date, not on it. That's subtle look-ahead bias.

19
COCovarianceKidFeb 22, 2026

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

26
ENEnsembleKingFeb 10, 2026

Interesting thread! I've been exploring reinforcement learning for portfolio allocation. The challenge is defining the right reward function.

15
ALAlphaNova Team6d ago

Market regimes are the elephant in the room. A strategy that works in a trending market will fail in mean-reverting conditions.

6
QUQuantDev422d ago

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

26
GRGradientHunterFeb 8, 2026

Be careful with the Kelly criterion for position sizing. Full Kelly is way too aggressive. I use quarter-Kelly in practice.

7
RERegimeDetectorFeb 19, 2026

Have you considered using PCA to reduce the dimensionality of the feature space? I found that the first 10 components capture 80%+ of the variance.

Post a Reply