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
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
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
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