paper-with-me

홈 › Papers

Deep Reinforcement Learning for Automated Stock Trading: An Ensemble Strategy

2025-11-15 · Hongyang Yang, Xiao-Yang Liu, Shan Zhong, Anwar Walid arxiv

Stock trading strategies play a critical role in investment. However, it is challenging to design a profitable strategy in a complex and dynamic stock market. In this paper, we propose an ensemble strategy that employs deep reinforcement schemes to learn a stock trading strategy by maximizing investment return. We train a deep reinforcement learning agent and obtain an ensemble trading strategy using three actor-critic based algorithms: Proximal Policy Optimization (PPO), Advantage Actor Critic (A2C), and Deep Deterministic Policy Gradient (DDPG). The ensemble strategy inherits and integrates the best features of the three algorithms, thereby robustly adjusting to different market situations. In order to avoid the large memory consumption in training networks with continuous action space, we employ a load-on-demand technique for processing very large data. We test our algorithms on the 30 Dow Jones stocks that have adequate liquidity. The performance of the trading agent with different reinforcement learning algorithms is evaluated and compared with both the Dow Jones Industrial Average index and the traditional min-variance portfolio allocation strategy. The proposed deep ensemble strategy is shown to outperform the three individual algorithms and two baselines in terms of the risk-adjusted return measured by the Sharpe ratio. This work is fully open-sourced at \href{https://github.com/AI4Finance-Foundation/Deep-Reinforcement-Learning-for-Automated-Stock-Trading-Ensemble-Strategy-ICAIF-2020}{GitHub}.

📄 PDF Abstract BibTeX arXiv:2511.12120

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

A Novel Deep Reinforcement Learning Based Automated Stock Trading System Using Cascaded LSTM Networks

2022-12-06 · Jie Zou, Jiashu Lou, Baohua Wang, Sixue Liu

More and more stock trading strategies are constructed using deep reinforcement learning (DRL) algorithms, but DRL methods originally widely used in the gaming community are not directly adaptable to financial data with …

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+2

CAD: Clustering And Deep Reinforcement Learning Based Multi-Period Portfolio Management Strategy

2023-10-02 · Zhengyong Jiang, Jeyan Thiayagalingam, Jionglong Su, Jinjun Liang

In this paper, we present a novel trading strategy that integrates reinforcement learning methods with clustering techniques for portfolio management in multi-period trading. Specifically, we leverage the clustering meth…

ClusteringDeep Reinforcement LearningManagementreinforcement-learning

Practical Deep Reinforcement Learning Approach for Stock Trading

2018-11-19 · Xiao-Yang Liu, Zhuoran Xiong, Shan Zhong, Hongyang Yang 외

Stock trading strategy plays a crucial role in investment companies. However, it is challenging to obtain optimal strategy in the complex and dynamic stock market. We explore the potential of deep reinforcement learning …

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Learning the Market: Sentiment-Based Ensemble Trading Agents

2024-02-02 · Andrew Ye, James Xu, Vidyut Veedgav, Yi Wang 외

We propose and study the integration of sentiment analysis and deep reinforcement learning ensemble algorithms for stock trading by evaluating strategies capable of dynamically altering their active agent given the concu…

Deep Reinforcement LearningSentiment Analysis

A Deep Reinforcement Learning Approach to Automated Stock Trading, using xLSTM Networks

2025-03-12 · Faezeh Sarlakifar, Mohammadreza Mohammadzadeh Asl, Sajjad Rezvani Khaledi, Armin Salimi-Badr

Traditional Long Short-Term Memory (LSTM) networks are effective for handling sequential data but have limitations such as gradient vanishing and difficulty in capturing long-term dependencies, which can impact their per…

Deep Reinforcement Learning