Research in Options Mini-Course

Machine Learning and Stochastic Control for Algorithmic Trading

Course Overview

Algorithmic trading refers to the automatic trading of assets using a predefined set of rules. These rules can be motivated by financial insights, and/or mathematical and statistical analysis of assets. Price, order-flow, and posted liquidity are often factors in determining how to trade. This minicourse will look at algorithmic trading problems using methods of stochastic control and machine learning. We will first study how data behave, by examining machine learning methods to classify and model data, such as Bayes classifier, multi-logistic regression, support vector machines, and hidden Markov models. We will study how to pose stochastic control problems, and show how certain class of problems including pairs trading and statistical arbitrage can be solved mathematically. Finally, we will study reinforcement learning methods (which attempt to learn optimal behavior without putting model assumptions on the data), and combine them with partially observed stochastic control problems to include latent states.
– Limit Order Books
– Optimal Execution
– Classification
– Hidden Markov Models
– Functional Principal Component Analysis
– Reinforcement Learning

Textbook

This short course is partly based off of my book Algorithmic and High-Frequency Trading.

Algorithmic and High Frequency Trading,

with Álvaro Cartea and Jose Penalva,

Cambridge University Press, now available!

Order here from CUPOrder here from Amazon.co.uk

Click here for the book website where you can find data, code and other materials related to the book.

Notes and Videos

Minicourse Part 1 Video

Minicourse Part 2 Video

#DescriptionPDF
1Introduction to Limit Order Books, and some empirical factsRiO-Limit-Order-Book
2Functional Data Analysis and Order-FlowRiO-Order-Flow
3Classification: Bayes classifier, simple Bayes, and Multi-Class LogisticRiO-Classification
4Expectation MaximizationRiO-EM
5Hidden Markov ModelsRiO-HMM
6Reinforcement LearningRiO-RL
7Trading with Latent AlphaRiO-LatentAlpha