paper-with-me

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 low signal-to-noise ratios and unevenness, and thus suffer from performance shortcomings. In this paper, to capture the hidden information, we propose a DRL based stock trading system using cascaded LSTM, which first uses LSTM to extract the time-series features from stock daily data, and then the features extracted are fed to the agent for training, while the strategy functions in reinforcement learning also use another LSTM for training. Experiments in DJI in the US market and SSE50 in the Chinese stock market show that our model outperforms previous baseline models in terms of cumulative returns and Sharp ratio, and this advantage is more significant in the Chinese stock market, a merging market. It indicates that our proposed method is a promising way to build a automated stock trading system.

📄 PDF Abstract BibTeX arXiv:2212.02721

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Time SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

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

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 d…

Reinforcement Learning

Deep Reinforcement Learning in Quantitative Algorithmic Trading: A Review

2021-05-31 · Tidor-Vlad Pricope

Algorithmic stock trading has become a staple in today's financial market, the majority of trades being now fully automated. Deep Reinforcement Learning (DRL) agents proved to be to a force to be reckon with in many comp…

Algorithmic TradingDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

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

An Automated Portfolio Trading System with Feature Preprocessing and Recurrent Reinforcement Learning

2021-10-11 · Lin Li

We propose a novel portfolio trading system, which contains a feature preprocessing module and a trading module. The feature preprocessing module consists of various data processing operations, while in the trading part,…

reinforcement-learningReinforcement Learning (RL)