<ollie hooper>

Quant, Programmer, Student

Projects

YouTube Channel

Videos on projects, quantitative finance, data science, AI and more...

Trading Bot

Trading bot coded in Python employing a factor investing strategy.
Built upon the QuantConnect platform and researched on Quantopian. Included coding a custom portfolio construction optimiser using convex optimisation.
Utilises: Python, CVXPY, AlphaLens

Spotify Sentiment

Mapping and analysing the sentiment of countries based on their music taste.
Web app built using the Dash package for Python and deployed on a DigitalOcean Ubuntu droplet.
Utilises: Python, Spotify Web API, Dash, SQLite

Idea Streams

Fortnightly YouTube series I present for QuantConnect on their channel where I research, develop and test quantitative trading strategies based on current market events.
Utilises: Python

Rummikub Solver

Solver for the table game Rummikub. Features a CLI interface for interacting with solver. Uses MILP to maximise number of tiles or score of tiles placed on the table.
Utilises: Python, CVXPY

randCAPTCHA

Exploring human randomness perception by developing a CAPTCHA system in which a user inputs a "random" binary string to verify that they are not a robot.
Utilises: JavaScript, Python