SKIP TO CONTENT
PROJECTS.app
PROJECT INDEXFILE 04 / 05
PX-004

BlackOak

Visit site

Build, test and trade your ideas.

BlackOak is a trading platform built around quantitative strategies. It gives you a place to develop strategies, backtest them against historical markets and paper-trade them before risking real capital.

PROJECT ID
PX-004
CATEGORY
QUANTITATIVE FINANCE / TRADING
STATUS
ACTIVE
YEAR
2026
TECHNOLOGY
Next.jsFastAPIPostgreSQLPython
COMMAND CENTER
PX-004 / VIEW 01
RESEARCH
PX-004 / VIEW 02
01

OBJECTIVE

Create a platform where users can build, test and paper-trade quantitative investment strategies without immediately risking real capital.

02

SYSTEM

A Next.js frontend connects to a FastAPI backend and PostgreSQL database, with historical market data feeding a backtesting and paper-trading engine.

03

IMPLEMENTATION

Built the platform around formula-based strategies, historical data and benchmark comparisons, prioritising honest performance measurement over pretending simple signals can reliably beat the market.

04

RESULT

A working platform capable of running strategy logic against historical market data and evaluating performance against benchmarks.

05

PROBLEMS

Simple combinations of technical and fundamental signals can easily look better in testing than they perform in reality, making overfitting and honest evaluation major concerns.

06

CURRENT STATE

Early-stage quantitative research and paper-trading platform.

07

NEXT ITERATION

Expand the strategy engine and testing framework with stronger validation, transaction costs and more realistic execution assumptions.