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

**Authors:** Jingfeng Pan, Jiahao Chen

arXiv: 2508.20467 · 2026-04-22

## TL;DR

This paper introduces QTMRL, a reinforcement learning-based trading agent that uses multi-indicator data to adaptively manage portfolios in volatile markets, outperforming traditional models.

## Contribution

It presents a novel RL framework combining multi-indicator data with Advantage Actor-Critic for robust trading decisions in dynamic markets.

## Key findings

- QTMRL outperforms 9 baseline models in profitability.
- It demonstrates superior risk adjustment and downside risk control.
- The approach is validated across 23 years of S&P 500 data.

## Abstract

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

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2508.20467/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/2508.20467/full.md

## References

21 references — full list in the complete paper: https://tomesphere.com/paper/2508.20467/full.md

---
Source: https://tomesphere.com/paper/2508.20467