π Step 1 in Quantitative Trading: Building Your Own Data Engine ( PART 1 of 3)
Before you can test a strategy or run an algorithm, you need one thing first β data you can trust.
In this first episode of my Quant Trading series, I walk through how to connect to OANDAβs API, pull tradable instruments, fetch OHLCV candles, and build your own research-ready market database β all in Python.
Itβs a full code-along tutorial:
π Setting up authentication (auth_config.json)
π Creating a modular broker client (oanda.py & TradeClient.py)
π Fetching and cleaning historical OHLCV data
π Consolidating it into a tidy DataFrame
π Exporting your first trading dataset
Letβs build smarter, not just faster. βοΈπ
Full video click here