paper-with-me

홈 › Papers

Resolving Latency and Inventory Risk in Market Making with Reinforcement Learning

2025-05-18 · Junzhe Jiang, Chang Yang, Xinrun Wang, Zhiming Li, Xiao Huang, Bo Li

The latency of the exchanges in Market Making (MM) is inevitable due to hardware limitations, system processing times, delays in receiving data from exchanges, the time required for order transmission to reach the market, etc. Existing reinforcement learning (RL) methods for Market Making (MM) overlook the impact of these latency, which can lead to unintended order cancellations due to price discrepancies between decision and execution times and result in undesired inventory accumulation, exposing MM traders to increased market risk. Therefore, these methods cannot be applied in real MM scenarios. To address these issues, we first build a realistic MM environment with random delays of 30-100 milliseconds for order placement and market information reception, and implement a batch matching mechanism that collects orders within every 500 milliseconds before matching them all at once, simulating the batch auction mechanisms adopted by some exchanges. Then, we propose Relaver, an RL-based method for MM to tackle the latency and inventory risk issues. The three main contributions of Relaver are: i) we introduce an augmented state-action space that incorporates order hold time alongside price and volume, enabling Relaver to optimize execution strategies under latency constraints and time-priority matching mechanisms, ii) we leverage dynamic programming (DP) to guide the exploration of RL training for better policies, iii) we train a market trend predictor, which can guide the agent to intelligently adjust the inventory to reduce the risk. Extensive experiments and ablation studies on four real-world datasets demonstrate that \textsc{Relaver} significantly improves the performance of state-of-the-art RL-based MM strategies across multiple metrics.

📄 PDF Abstract BibTeX arXiv:2505.12465

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning (RL)

Similar Papers 제목 키워드 기반

High-frequency market-making with inventory constraints and directional bets

2012-06-21 · Pietro Fodra, Mauricio Labadie

In this paper we extend the market-making models with inventory constraints of Avellaneda and Stoikov ("High-frequency trading in a limit-order book", Quantitative Finance Vol.8 No.3 2008) and Gueant, Lehalle and Fernand…

Vocal Bursts Intensity Prediction

Optimal Market Making in the Chinese Stock Market: A Stochastic Control and Scenario Analysis

2023-06-05 · Shiqi Gong, Shuaiqiang Liu, Danny D. Sun

Market making plays a crucial role in providing liquidity and maintaining stability in financial markets, making it an essential component of well-functioning capital markets. Despite its importance, there is limited res…

Dynamic Function Market Maker

2023-07-25 · Arman Abgaryan, Utkarsh Sharma

Decentralised automated market makers (AMMs) have gained significant attention recently. We propose an adaptive and automated Dynamic Function Market Maker (DFMM) that addresses challenges in this space. Our DFMM protoco…

Management

Market Making via Reinforcement Learning

2018-04-11 · Thomas Spooner, John Fearnley, Rahul Savani, Andreas Koukorinis

Market making is a fundamental trading problem in which an agent provides liquidity by continually offering to buy and sell a security. The problem is challenging due to inventory risk, the risk of accumulating an unfavo…

Positionreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Reinforcement Learning for Market Making in a Multi-agent Dealer Market

2019-11-14 · Sumitra Ganesh, Nelson Vadori, Mengda Xu, Hua Zheng 외

Market makers play an important role in providing liquidity to markets by continuously quoting prices at which they are willing to buy and sell, and managing inventory risk. In this paper, we build a multi-agent simulati…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)