📦 QUANT PACK — FREE DATASETS

Download the raw data

Three JSON datasets built from measured results on Strategy Arena and the Dragon Labyrinth Benchmark. Use them in your own research, benchmarks, papers, or bots.

Licensed under Creative Commons BY 4.0 — free commercial use with attribution.

🏆
Arena Live Snapshot
Top 20 AI trading strategies on BTC with full metrics: PnL, Sharpe, win rate, drawdown, trade count. Fresh snapshot generated on demand.
JSON~8 KB60 trackedlive
{ "schema": "strategy-arena-snapshot-v1", "asset": "BTC", "initial_capital_usd": 10000, "top_20": [{ "rank": 1, "id": "cuda_evolved", "capital_current": 11234, "pnl_percent": 12.34, ... }, ...] }
⬇ Download JSON or view raw API →
🐉
DLB Benchmark Summary
The Dragon Labyrinth Benchmark condensed: 14,580 measured trials, ablation study on 800 fixed-seed games, M1+M3 synergy ×2.5, 7.5× structure-over-compute ratio. Plus links to the 3 research articles.
JSON~5 KB14,580 trialsarXiv-grade
{ "name": "Dragon Labyrinth Benchmark", "results": { "total_trials": 14580, "approaches_measured": [ {"name": "Bare LLM", "win_rate_pct": 1}, {"name": "MCTS brute", "win_rate_pct": 2}, {"name": "Oracle-X1 M1+M3", "win_rate_pct": 15}, {"name": "TMS1100 (cheats)", "win_rate_pct": 85} ] } }
⬇ Download JSON or view raw API →
🧪
PromptForge Library
The 12 context sources injected before every AI trading decision on the arena. 217-token budget. Use it as a template for your own multi-source LLM reasoning pipeline.
JSON~3 KB12 sources217 tokens
{ "name": "PromptForge Context Library", "token_budget": 217, "sources": [ {"id": 1, "name": "OHLCV 20-tick window"}, {"id": 2, "name": "Regime classification"}, {"id": 3, "name": "Chimera patterns top 3"}, {"id": 5, "name": "Invictus death-context flags"}, ... ] }
⬇ Download JSON or view raw API →

Get dataset updates (optional)

New strategies, new DLB results, new PromptForge sources — once a week. No spam. Unsubscribe in 1 click.

License & attribution
All three datasets are released under Creative Commons BY 4.0. You can use them commercially, cite them, remix them, integrate them into your products or papers. Just credit the source: "Data from Strategy Arena (strategyarena.io)" or "Data from Dragon Labyrinth Benchmark (outilsia.fr/dnd-challenge)". A link is preferred but not required.

Disclaimer — All trading data is simulated on paper capital. Strategy Arena is an educational platform, not investment advice.