Abstract
In the highly volatile and uncertain global financial markets, traditionalquantitative trading models relying on statistical modeling or empirical rulesoften fail to adapt to dynamic market changes and black swan events due torigid assumptions and limited generalization. To address these issues, thispaper proposes QTMRL (Quantitative Trading Multi-Indicator ReinforcementLearning), an intelligent trading agent combining multi-dimensional technicalindicators with reinforcement learning (RL) for adaptive and stable portfoliomanagement. We first construct a comprehensive multi-indicator dataset using 23years of S&P 500 daily OHLCV data (2000-2022) for 16 representative stocksacross 5 sectors, enriching raw data with trend, volatility, and momentumindicators to capture holistic market dynamics. Then we design a lightweight RLframework based on the Advantage Actor-Critic (A2C) algorithm, including dataprocessing, A2C algorithm, and trading agent modules to support policy learningand actionable trading decisions. Extensive experiments compare QTMRL with 9baselines (e.g., ARIMA, LSTM, moving average strategies) across diverse marketregimes, verifying its superiority in profitability, risk adjustment, anddownside risk control. The code of QTMRL is publicly available athttps://github.com/ChenJiahaoJNU/QTMRL.git