BlackOak
Visit siteBuild, 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
OBJECTIVE
Create a platform where users can build, test and paper-trade quantitative investment strategies without immediately risking real capital.
SYSTEM
A Next.js frontend connects to a FastAPI backend and PostgreSQL database, with historical market data feeding a backtesting and paper-trading engine.
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.
RESULT
A working platform capable of running strategy logic against historical market data and evaluating performance against benchmarks.
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.
CURRENT STATE
Early-stage quantitative research and paper-trading platform.
NEXT ITERATION
Expand the strategy engine and testing framework with stronger validation, transaction costs and more realistic execution assumptions.