Reinforcement Learning in High-frequency Market Making
Yuheng Zheng, Zihan Ding
TL;DR
This work develops a theoretical framework for reinforcement learning in high-frequency market making by discretizing a continuous-time market-making model into a family of MDPs indexed by the sampling interval $Δ$. It reveals a fundamental tradeoff: smaller $Δ$ reduces learning error but increases the algorithmic complexity (and implied costs), and it proves that optimal policies and Nash equilibria converge as $Δ→0$ (with an $O(Δ)$ bound on value-function error in the single-agent case and analogous results in the two-player setting under a uniqueness assumption). The paper also provides a model-free Nash Q-learning algorithm to compute equilibrium policies and presents Monte Carlo simulations that validate the theoretical results and illustrate the practical implications for selecting sampling frequency. The findings extend to general discretized continuous-time MDPs and hold potential for broader high-frequency decision problems like optimal executions, offering guidance for practitioners on frequency choice and a foundation for future deep RL extensions in finance.
Abstract
This paper establishes a new and comprehensive theoretical analysis for the application of reinforcement learning (RL) in high-frequency market making. We bridge the modern RL theory and the continuous-time statistical models in high-frequency financial economics. Different with most existing literature on methodological research about developing various RL methods for market making problem, our work is a pilot to provide the theoretical analysis. We target the effects of sampling frequency, and find an interesting tradeoff between error and complexity of RL algorithm when tweaking the values of the time increment $Δ$ $-$ as $Δ$ becomes smaller, the error will be smaller but the complexity will be larger. We also study the two-player case under the general-sum game framework and establish the convergence of Nash equilibrium to the continuous-time game equilibrium as $Δ\rightarrow0$. The Nash Q-learning algorithm, which is an online multi-agent RL method, is applied to solve the equilibrium. Our theories are not only useful for practitioners to choose the sampling frequency, but also very general and applicable to other high-frequency financial decision making problems, e.g., optimal executions, as long as the time-discretization of a continuous-time markov decision process is adopted. Monte Carlo simulation evidence support all of our theories.
