Financial Trading as a Game: A Deep Reinforcement Learning Approach
Chien Yi Huang

TL;DR
This paper introduces a deep reinforcement learning framework for financial trading, employing a modified DRQN algorithm with small replay memory and action augmentation, demonstrating effective online trading in the forex market.
Contribution
It presents a novel RL approach tailored for financial trading, including specific algorithm modifications like action augmentation and reduced replay memory for efficiency.
Findings
Effective online forex trading achieved
Reduced training time via longer sequence sampling
Strong empirical performance with greedy policy
Abstract
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.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStock Market Forecasting Methods · Financial Markets and Investment Strategies · Energy Load and Power Forecasting
