← JAE KIM P.03 — OKX ALGORITHMIC TRADING

OKX Algorithmic Trading

SOLO RESEARCH OPERATION · PERPETUAL FUTURES · NO PUBLIC REPO

01 Overview

A solo algorithmic trading research operation on perpetual futures markets, built against the OKX API. The codebase stays private; this page documents the system and the process behind it.

The operation placed in the top 100 of an OKX trading competition.

02 The trust layer

Everything sits on a custom ETL pipeline treated as a trust layer: market data is ingested, validated, and reconciled before any strategy logic is allowed to consume it. If the data can't be trusted, nothing downstream can be.

03 Daily strategy validation

Strategies are re-validated every day against fresh data rather than trusted on historical backtests alone. Signals that stop holding up are cut quickly.

04 Results & lessons

Top 100 finish in an OKX trading competition. More detail on performance, tooling, and lessons learned to come.

PYTHON · TRADING SYSTEMS · ETL · OKX API