MemLabs Trading Challenge #1
⚡ ACTIVE Jan 1, 2026 — May 31, 2026 51 days left 3 participants
1 day bars Metric: Total Log Return Pass: Total log return > 0
Prize Pool
- Free annual subscription worth $5000
- Introduction to quant recruiters
- MemLabs video interview (optional)
Overview
Build a systematic trading strategy using daily OHLCV data. Your strategy will be evaluated on its total log return over the competition period — the best compound rate of return wins.
Goal
Maximize the total log return, which represents the best compound rate of return over the competition period. Log return is preferred over simple return because it is additive across time and provides a more accurate picture of compounded growth.
Rules
- 1 Use only daily OHLCV data from the provided dataset. No external data sources or APIs permitted.
- 2 No lookahead bias — only use data available at the time of the trade signal.
- 3 Submissions must use Python and follow the provided strategy template.
- 4 You may submit as many strategies as you like — all submissions are kept on the leaderboard.
- 5 Strategies found to use data snooping will be disqualified.
Scoring
Total Log Return (Primary)
The main ranking metric used to rank all submissions.
Pass Criteria
Total log return > 0
Secondary Metrics
Win Rate
Percentage of trades that closed with a positive log return.
Ann. Sharpe Ratio
Annualised return divided by annualised volatility. Higher is better; above 1 is considered good.
Max Drawdown
The largest peak-to-trough decline in the equity curve. Expressed as a log return (negative).
Best Trade
The single highest log return achieved in one trade during the evaluation period.
Worst Trade
The single lowest log return (largest loss) in one trade during the evaluation period.
Live Leaderboard
3 participants
| Rank | User | Strategy | Total Log Return | Avg Return | Ann. Sharpe | Win Rate | Max DD | Best Trade | Worst Trade | Equity Curve | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | mrfu_0x | AR(1) + Treshold | +10.2193 | +0.01406 | 10.03 | 50.9% | -0.0108 | +0.1510 | -0.0055 | Public | |
| 2 | mrfu_0x | AR(1) | +6.7469 | +0.00616 | 4.88 | 54.7% | -0.1232 | +0.1510 | -0.0391 | Private | |
| 3 | scomil | Linear Regression with 3 log return lags | +1.3628 | +0.00140 | 1.03 | 44.9% | -0.6409 | +0.1144 | -0.1510 | Public | |
| 4 | scomil | Linear Regression over 2 log return lags | +1.3202 | +0.00136 | 1.00 | 44.7% | -0.6158 | +0.1144 | -0.1510 | Public | |
| 5 | memlabs | AR(1) | +0.9849 | +0.00068 | 0.24 | 49.5% | -1.7205 | +0.7109 | -0.4092 | Public |