paper-with-me

Papers

QTMRL: An Agent for Quantitative Trading Decision-Making Based on Multi-Indicator Guided Reinforcement Learning

2025-08-28 · Jingfeng Pan, Jiahao Chen arxiv

In the highly volatile and uncertain global financial markets, traditional quantitative trading models relying on statistical modeling or empirical rules often fail to adapt to dynamic market changes and black swan events due to rigid assumptions and limited generalization. To address these issues, this paper proposes QTMRL (Quantitative Trading Multi-Indicator Reinforcement Learning), an intelligent trading agent combining multi-dimensional technical indicators with reinforcement learning (RL) for adaptive and stable portfolio management. We first construct a comprehensive multi-indicator dataset using 23 years of S&P 500 daily OHLCV data (2000-2022) for 16 representative stocks across 5 sectors, enriching raw data with trend, volatility, and momentum indicators to capture holistic market dynamics. Then we design a lightweight RL framework based on the Advantage Actor-Critic (A2C) algorithm, including data processing, A2C algorithm, and trading agent modules to support policy learning and actionable trading decisions. Extensive experiments compare QTMRL with 9 baselines (e.g., ARIMA, LSTM, moving average strategies) across diverse market regimes, verifying its superiority in profitability, risk adjustment, and downside risk control. The code of QTMRL is publicly available at https://github.com/ChenJiahaoJNU/QTMRL.git

📄 PDF Abstract BibTeX arXiv:2508.20467

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Optimizing Trading Strategies in Quantitative Markets using Multi-Agent Reinforcement Learning

2023-03-15 · Hengxi Zhang, Zhendong Shi, Yuanquan Hu, Wenbo Ding 외

Quantitative markets are characterized by swift dynamics and abundant uncertainties, making the pursuit of profit-driven stock trading actions inherently challenging. Within this context, reinforcement learning (RL), whi…

Decision MakingMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Optimization of Multi-Factor Model in Quantitative Trading Based On Reinforcement Learning

2020-12-14 · CUHK Course IERG5350 2020 12 · Dylan Zhang, Xiaotong LIN

Quantitative trading strategies play an important role in stock trading, and reinforcement learning (RL) has been increasingly applied to trading activities in recent years. In this paper, we mainly study the optimizatio…

Decision Makingreinforcement-learningReinforcement Learning (RL)

AlphaCrafter: Harnessing Multi-Agent Workflows for Cross-Sectional Quantitative Trading

2026-05-07 · Yishuo Yuan, Jiayi Sheng, Sirui Zeng, Jiaqi Wang 외 arxiv

Quantitative trading agents have demonstrated substantial promise in automating factor discovery, signal aggregation, and portfolio execution. However, existing agent-based trading systems predominantly rely on loosely s…

MacroHFT: Memory Augmented Context-aware Reinforcement Learning On High Frequency Trading

2024-06-20 · Chuqiao Zong, Chaojie Wang, Molei Qin, Lei Feng 외

High-frequency trading (HFT) that executes algorithmic trading in short time scales, has recently occupied the majority of cryptocurrency market. Besides traditional quantitative trading methods, reinforcement learning (…

Algorithmic TradingDecision MakingHierarchical Reinforcement Learningreinforcement-learning+3

Trade in Minutes! Rationality-Driven Agentic System for Quantitative Financial Trading

2025-10-06 · Zifan Song, Kaitao Song, Guosheng Hu, Ding Qi 외 arxiv

Recent advancements in large language models (LLMs) and agentic systems have shown exceptional decision-making capabilities, revealing significant potential for autonomic finance. Current financial trading agents predomi…

Mathematical Reasoning