← Terug naar artikelen
Reading Paths

Collections

Curated reading paths through the blog, ordered from basics to advanced.

Backtesting Without Fooling Yourself
🎯
9 parts

Backtesting Without Fooling Yourself

A step-by-step path from what your backtest really optimizes to proving an edge survives overfitting, multiple testing, and live execution. Read top to bottom — each part builds on the last.

  1. 01 Objective-Function Design: de metriek die je optimaliseert kiest stiekem je strategie
  2. 02 Bewijzen dat multi-timeframe backtests geen look-ahead vertonen: verstoor de toekomst, bewijs dat het verleden de toekomst niet kan zien
  3. 03 Walk-Forward Optimization: The Only Honest Strategy Test
  4. 04 Plateau-analyse: hoe onderscheid je een robuust optimum van overfitting
  5. + 5 more
Open collection →
High-Performance Backtest Engines
10 parts

High-Performance Backtest Engines

How to build a backtest engine that runs hundreds of times faster without changing a single PnL number — data layout, caching, adaptive resolution, and architecture, from first speedups to production internals.

  1. 01 De Backtest-snelheidsladder: 298x op een laptop-CPU, identieke PnL tot de laatste trade
  2. 02 De framework-belasting: wanneer je backtestbibliotheek trager is dan een naïeve pandas-loop
  3. 03 Geaggregeerde Parquet-cache: hoe je multi-timeframe backtests honderden keren sneller maakt
  4. 04 De parameterruimte met twee assen: waarom het grootste deel van je sweep bijna gratis zou moeten zijn
  5. + 6 more
Open collection →
Complex Arbitrage in Rust
🔗
6 parts

Complex Arbitrage in Rust

A six-part build-up of multi-leg crypto arbitrage — from negative-cycle detection to the linear algebra, copulas, and machine learning behind it, ending in low-latency Rust execution.

  1. 01 Graafalgoritmen voor arbitragedetectie: van Bellman-Ford tot RICH
  2. 02 Futures-Spot Arbitrage: Van Cash-and-Carry naar DeFi-CeFi
  3. 03 Matrices, tensoren en tropische algebra: lineaire algebra voor arbitragedetectie
  4. 04 Vine Copulas voor Arbitrage: Modelleren van Hoogdimensionale Afhankelijkheden
  5. + 2 more
Open collection →
Order Book & Market Microstructure
📖
6 parts

Order Book & Market Microstructure

How the order book really works — accessing the data, reading queue position, rebuilding bars from order flow, and modeling it with deep learning and Hawkes processes.

  1. 01 CCXT: hoe WebSocket-orderboekmethoden echt werken
  2. 02 Ordertypes in Algorithmic Trading: van Limit met Chasing tot Virtuele Orders
  3. 03 Queue Inside the Wall: Analyzing Order Position in Order Book Density
  4. 04 Bartypes en Aggregatiemethoden voor Algoritmische Handel
  5. + 2 more
Open collection →
Portfolio Construction & Risk
📊
5 parts

Portfolio Construction & Risk

From Markowitz to production HRP + CVaR: how to allocate across crypto assets, model tail dependence with copulas, and size positions without blowing up.

  1. 01 Markowitz-portefeuilletheorie voor Crypto: Van Nul tot Held
  2. 02 12 Portfolio Optimization Algorithms, Compared: HRP, Black-Litterman, NCO and Beyond
  3. 03 Inside Our House Algorithm: HRP + Long/Short + CVaR with Hull-White
  4. 04 Copulamodellen voor gezamenlijke risicomodellering in cryptoportefeuilles
  5. + 1 more
Open collection →
Statistical Arbitrage & Pairs Trading
🔀
3 parts

Statistical Arbitrage & Pairs Trading

Trade the spread between correlated assets — from the distance approach to cointegration and Kalman filters, then dynamically combining mean reversion with momentum.

  1. 01 Distance Approach in Pairs Trading: Implementatie en Analyse met Rust
  2. 02 Statistical Arbitrage and Pairs Trading in Crypto Markets: From Cointegration to the Kalman Filter
  3. 03 Dynamisch combineren van Mean Reversion- en Momentum-strategieën in statistische arbitrage: wiskundige grondslagen en praktische implementatie
Open collection →
Deep Learning for Markets
🧠
4 parts

Deep Learning for Markets

Neural forecasting for crypto — transformers, diffusion models, and foundation models, and how conformal prediction keeps their uncertainty honest.

  1. 01 Temporal Fusion Transformers for Multi-Horizon Portfolio Forecasting
  2. 02 Diffusiemodellen vs cryptovaluta-anarchie: waarom DDPM Bitcoin-crashes beter voorspelt dan jouw astroloog
  3. 03 Kronos: een foundationmodel dat candlestickcharts de taal van transformers leert spreken
  4. 04 Conformal Prediction voor Risicobewuste Positiegrootte
Open collection →
AI Agents for Trading
🤖
5 parts

AI Agents for Trading

The agentic-AI stack for markets — multi-agent frameworks, open-source hedge funds, and LLMs that mine alpha from earnings calls.

  1. 01 Revolutie in het beheer van beleggingsportefeuilles met Agentic AI
  2. 02 TradingAgents: Multi-Agent AI Framework That Models a Hedge Fund
  3. 03 AI4Finance Foundation: Het FinGPT-, FinRL- en FinRobot-ecosysteem voor algoritmisch handelen
  4. 04 AI Hedge Fund: een multi-agent fonds waarin AI-analisten over trades stemmen
  5. + 1 more
Open collection →
QuestDB for Algorithmic Trading
🗄️
3 parts

QuestDB for Algorithmic Trading

Stand up a time-series stack for trading on QuestDB — from architecture to the SQL that matters, to a production deployment.

  1. 01 QuestDB for Algorithmic Trading: Architecture That Speaks the Language of Markets
  2. 02 QuestDB for Algorithmic Trading: SQL Extensions That Change the Game
  3. 03 QuestDB for Algorithmic Trading: From Order Books to Production Architecture
Open collection →
Low-Latency Trading Infrastructure
🛰️
4 parts

Low-Latency Trading Infrastructure

The plumbing under an HFT stack — how components talk (WebSocket, FIX, gRPC, Aeron), messaging on Aeron and Zig, and a C++ FIX/FAST scalper.

  1. 01 Datacommunicatie in Algo Trading-systemen: Een Technologie-overzicht
  2. 02 Aeron: een kijkje in het messagingsysteem dat de helft van de HFT-industrie aandrijft
  3. 03 ZigBolt: Why We Built Our Own Aeron in Zig and Hit 20 Nanoseconds Per Message
  4. 04 Developing a Simple C++ Scalper Using FAST/FIX: Step-by-Step Guide
Open collection →