paper-with-me

Papers

Hierarchical Deep Reinforcement Learning for VWAP Strategy Optimization

2022-12-11 · XiaoDong Li, Pangjing Wu, Chenxin Zou, Qing Li

Designing an intelligent volume-weighted average price (VWAP) strategy is a critical concern for brokers, since traditional rule-based strategies are relatively static that cannot achieve a lower transaction cost in a dynamic market. Many studies have tried to minimize the cost via reinforcement learning, but there are bottlenecks in improvement, especially for long-duration strategies such as the VWAP strategy. To address this issue, we propose a deep learning and hierarchical reinforcement learning jointed architecture termed Macro-Meta-Micro Trader (M3T) to capture market patterns and execute orders from different temporal scales. The Macro Trader first allocates a parent order into tranches based on volume profiles as the traditional VWAP strategy does, but a long short-term memory neural network is used to improve the forecasting accuracy. Then the Meta Trader selects a short-term subgoal appropriate to instant liquidity within each tranche to form a mini-tranche. The Micro Trader consequently extracts the instant market state and fulfils the subgoal with the lowest transaction cost. Our experiments over stocks listed on the Shanghai stock exchange demonstrate that our approach outperforms baselines in terms of VWAP slippage, with an average cost saving of 1.16 base points compared to the optimal baseline.

📄 PDF Abstract BibTeX arXiv:2212.14670

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningHierarchical Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

An Adaptive Dual-level Reinforcement Learning Approach for Optimal Trade Execution

2023-07-20 · Soohan Kim, Jimyeong Kim, Hong Kee Sul, Youngjoon Hong

The purpose of this research is to devise a tactic that can closely track the daily cumulative volume-weighted average price (VWAP) using reinforcement learning. Previous studies often choose a relatively short trading h…

reinforcement-learningReinforcement Learning

VWAP Execution as an Optimal Strategy

2017-01-31

The volume weighted average price (VWAP) execution strategy is well known and widely used in practice. In this study, we explicitly introduce a trading volume process into the Almgren-Chriss model, which is a standard mo…

Optimality of VWAP Execution Strategies under General Shaped Market Impact Functions

2016-05-31

In this short note, we study an optimization problem of expected implementation shortfall (IS) cost under general shaped market impact functions. In particular, we find that an optimal strategy is a VWAP (volume weighted…

Deep Learning for VWAP Execution in Crypto Markets: Beyond the Volume Curve

2025-02-19 · Remi Genet

Volume-Weighted Average Price (VWAP) is arguably the most prevalent benchmark for trade execution as it provides an unbiased standard for comparing performance across market participants. However, achieving VWAP is inher…

An Optimal Control Strategy for Execution of Large Stock Orders Using LSTMs

2023-01-23 · A. Papanicolaou, H. Fu, P. Krishnamurthy, B. Healy 외

In this paper, we simulate the execution of a large stock order with real data and general power law in the Almgren and Chriss model. The example that we consider is the liquidation of a large position executed over the …