paper-with-me

홈 › Papers

Financial Trading as a Game: A Deep Reinforcement Learning Approach

2018-07-08 · Chien Yi Huang

An automatic program that generates constant profit from the financial market is lucrative for every market practitioner. Recent advance in deep reinforcement learning provides a framework toward end-to-end training of such trading agent. In this paper, we propose an Markov Decision Process (MDP) model suitable for the financial trading task and solve it with the state-of-the-art deep recurrent Q-network (DRQN) algorithm. We propose several modifications to the existing learning algorithm to make it more suitable under the financial trading setting, namely 1. We employ a substantially small replay memory (only a few hundreds in size) compared to ones used in modern deep reinforcement learning algorithms (often millions in size.) 2. We develop an action augmentation technique to mitigate the need for random exploration by providing extra feedback signals for all actions to the agent. This enables us to use greedy policy over the course of learning and shows strong empirical performance compared to more commonly used epsilon-greedy exploration. However, this technique is specific to financial trading under a few market assumptions. 3. We sample a longer sequence for recurrent neural network training. A side product of this mechanism is that we can now train the agent for every T steps. This greatly reduces training time since the overall computation is down by a factor of T. We combine all of the above into a complete online learning algorithm and validate our approach on the spot foreign exchange market.

📄 PDF Abstract BibTeX arXiv:1807.02787

Code (1)

sachink2010/AutomatedStockTrading-DeepQ-Learning

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

A Model of Financial Market Control

2022-05-03 · Yoshihiro Ohashi

This study investigates the prevention of market manipulation using a price-impact model of financial market trading as a linear system. First, I define a trading game between speculators such that they implement a manip…

model

Using Reinforcement Learning in the Algorithmic Trading Problem

2020-02-26 · Evgeny Ponomarev, Ivan Oseledets, Andrzej Cichocki

The development of reinforced learning methods has extended application to many areas including algorithmic trading. In this paper trading on the stock exchange is interpreted into a game with a Markov property consistin…

Algorithmic Tradingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Reinforcement Learning for Quantitative Trading

2021-09-28 · Shuo Sun, Rundong Wang, Bo An

Quantitative trading (QT), which refers to the usage of mathematical models and data-driven techniques in analyzing the financial market, has been a popular topic in both academia and financial industry since 1970s. In t…

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

A Unified Multi-Modal Framework for Intelligent Financial Systems: Integrating Reinforcement Learning, High-Frequency Trading, and Game-Theoretic Approaches with Cross-Modal Sentiment Analysis

2026-06-09 · Fanrong Liu, Zhang Yuwei, Mingni Luo arxiv

The rapid evolution of financial technology demands sophisticated artificial intelligence systems capable of handling diverse challenges across multiple domains simultaneously. This paper presents a groundbreaking unifie…

Reinforcement LearningPortfolio OptimizationSentiment Analysis

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