Next Article in Journal
A Chebyshev–Halley Method with Gradient Regularization and an Improved Convergence Rate
Previous Article in Journal
Hyperbolic Representation of the Richards Growth Model
Previous Article in Special Issue
A Combined Algorithm Approach for Optimizing Portfolio Performance in Automated Trading: A Study of SET50 Stocks
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Global Cross-Market Trading Optimization Using Iterative Combined Algorithm: A Multi-Asset Approach with Stocks and Cryptocurrencies

by
Kansuda Pankwaen
1,
Sukrit Thongkairat
2 and
Worrawat Saijai
1,*
1
Faculty of Economics, Chiang Mai University, Chiang Mai 50200, Thailand
2
Independent Researcher, Chiang Mai 50200, Thailand
*
Author to whom correspondence should be addressed.
Mathematics 2025, 13(8), 1317; https://doi.org/10.3390/math13081317
Submission received: 13 March 2025 / Revised: 10 April 2025 / Accepted: 14 April 2025 / Published: 17 April 2025
(This article belongs to the Special Issue Machine Learning and Finance)

Abstract

:
This study presents an advanced adaptive trading framework that integrates Deep Reinforcement Learning (DRL) with the Iterative Model Combining Algorithm (IMCA) to overcome the critical limitations of static ensemble methods in global portfolio optimization. Using a diverse cross-market dataset of 39 stocks from the US, Australia, Europe, Thailand, and one cryptocurrency (BTC-USD), the research rigorously evaluates models’ adaptability under volatile market conditions. Volatile market conditions—such as COVID-19, SVB crisis, and the 2022 crypto crash—are captured via volatility metrics (e.g., drawdown), with DRL models like PPO/TD3 adapting through dynamic reward signals. This cross-asset integration is particularly critical, as it captures the complex dynamics and correlations between traditional financial markets and emerging digital assets. Although DRL models like PPO and TD3 outperform traditional strategies, they remain vulnerable to market drawdowns and high volatility. IMCA significantly surpasses these models, achieving the highest cumulative return of 29.52% and a superior Sharpe ratio of 0.829 by dynamically recalibrating model weights in response to real-time market dynamics. This study addresses a substantial research gap, highlighting the failure of traditional ensemble models—reliant on static weightings—to adapt to evolving financial conditions, resulting in suboptimal risk-adjusted returns. IMCA offers a dynamic, data-driven approach that continuously optimizes portfolio strategies across fluctuating market regimes, demonstrating its scalability and robustness across diverse asset classes and regional markets, and providing an empirical framework for adaptive portfolio management. Policy recommendations underscore the need for financial institutions to adopt AI-driven adaptive models like IMCA to enhance portfolio resilience, profitability, and responsiveness in uncertain markets.

1. Introduction

Automated trading systems have revolutionized financial markets by enabling rapid, data-driven decision-making with unparalleled speed, accuracy, and consistency. However, the volatile and dynamic nature of modern markets poses significant challenges, demanding adaptive, intelligent strategies that surpass traditional rule-based models. Deep Reinforcement Learning (DRL) has emerged as a promising paradigm for algorithmic trading, enabling systems to autonomously learn optimal trading strategies through direct market interactions, thereby eliminating reliance on fixed market assumptions [1]. DRL models, such as advantage actor–critic (A2C), proximal policy optimization (PPO), deep deterministic policy gradient (DDPG), twin delayed deep deterministic policy gradient (TD3), and soft actor–critic (SAC), have demonstrated superior performance in optimizing trading decisions, portfolio allocation, and risk management [2,3,4].
Despite these advancements, DRL applications in financial markets face persistent challenges, including sample inefficiency, hyperparameter sensitivity, market non-stationarity, and overfitting to historical data [5]. These limitations diminish the generalizability of DRL models, rendering them vulnerable to abrupt market shifts and extreme events. To mitigate these issues, ensemble learning techniques have been introduced, combining multiple models to enhance prediction stability and robustness [6,7]. However, traditional ensemble methods often rely on static weighting mechanisms, simplistic averaging, or rigid rule-based selection, limiting their responsiveness to dynamic market conditions. This static nature restricts adaptability, failing to fully leverage the adaptive potential of DRL.
To address these limitations, this study introduces the Iterative Model Combining Algorithm (IMCA)—a novel, adaptive ensemble approach that recalibrates model weights in real time based on recent performance metrics. Unlike conventional ensemble strategies that depend on static model selection, IMCA continuously optimizes the contribution of each DRL model, ensuring that the system remains responsive to fluctuating market conditions. Volatile market conditions in this study refer to periods characterized by elevated price fluctuations and heightened risk, including events such as the COVID-19 pandemic, the 2022 cryptocurrency crash, and recent banking instabilities (e.g., Silicon Valley Bank (SVB), Credit Suisse). The framework leverages DRL algorithms (e.g., PPO, TD3) which adapt effectively to such conditions by learning from dynamic reward signals linked to market risk.
Furthermore, while explicit sentiment analysis has been employed to enhance trading strategies [8], this approach can be computationally intensive and sensitive to data inconsistencies. Recent research suggests that stock price dynamics inherently reflect collective market sentiment and behavioral trends, providing an implicit and efficient proxy for investor sentiment [9,10]. This perspective aligns with technical analysis theory, which posits that all available information and investor sentiment are inherently reflected in market prices, making price action a fundamental indicator for trend analysis and sentiment measurement. To enhance sentiment capture, we incorporate technical indicators such as Moving Average Convergence Divergence (MACD), Relative Strength Index (RSI), and Simple Moving Average (SMA), which are widely recognized for their ability to capture market momentum and sentiment shifts [11,12]. Additionally, employing these indicators in a cross-market framework helps quantify sentiment dynamics across varying financial regimes and regional markets [13]. Thus, this study adopts a price-based approach, simplifying the modeling process while preserving predictive effectiveness and reducing computational complexity [14].
Moreover, previous research has predominantly focused on single-market frameworks, with limited attention given to the complexities of cross-market trading, where asset correlations, regulatory environments, and market dynamics vary significantly [15]. This gap highlights the need for adaptive strategies capable of managing the intricacies of multi-market conditions and enhancing portfolio resilience [16]. Our proposed framework inherently reflects cross-market dynamics, including global investor sentiment, regulatory impacts, and regional economic trends—factors that explicit sentiment analysis may struggle to quantify accurately [17]. This enhances the external validity of the research by providing adaptable and globally scalable trading strategies.
To bridge these gaps, this study proposes a novel hybrid trading framework integrating DRL with IMCA—an adaptive ensemble technique that dynamically recalibrates model weights in real time based on recent performance metrics. By leveraging the complementary strengths of multiple DRL models, the hybrid IMCA-DRL approach enhances risk-adjusted returns, mitigates drawdowns, and improves market adaptability. This aligns with recent advancements in Reinforcement Learning research, which emphasize the effectiveness of hybrid AI-driven financial models in achieving superior performance across diverse market regimes [18].
In addition, this research extends the IMCA-DRL framework to global financial markets, including equities from the United States, Australia, Europe, Thailand, and cryptocurrencies. Previous studies have predominantly focused on single-market DRL applications, limiting insights into the complexities of cross-market dynamics [19,20]. Our multi-market approach offers a comprehensive analysis of how the IMCA-DRL framework adapts to diverse conditions, enhancing portfolio resilience across varying economic contexts. While Deep Reinforcement Learning (DRL) has advanced algorithmic trading, most existing approaches rely on static ensemble models that struggle to adapt to rapidly changing market conditions. This limitation reduces trading effectiveness, especially in volatile or uncertain environments. Moreover, the application of DRL across multiple global markets—such as the US, Australia, Europe, Thailand, and cryptocurrencies—remains underexplored, despite the interconnected nature of modern financial systems. Prior research has also lacked a thorough comparative analysis of DRL models (e.g., A2C, PPO, DDPG, TD3, SAC) within a dynamically adaptive ensemble framework. These gaps highlight the need for a more flexible, cross-market DRL capable of real-time model selection and performance optimization across diverse market regimes.
Finally, while individual DRL models like PPO and A2C offer robustness in noisy financial environments, and algorithms like DDPG, TD3, and SAC excel in continuous action spaces [5], existing research lacks dynamic mechanisms for selecting the optimal model based on evolving conditions. This study introduces IMCA, which continuously recalibrates model contributions in real time, optimizing trade-offs between exploration, exploitation, robustness, and adaptability [21,22]. By applying this dynamic framework across multiple asset classes and global markets, the research offers a more holistic and resilient approach to portfolio optimization.
This paper critically examines financial modeling in dynamic markets, focusing on Reinforcement Learning-based trading strategies. Section 2 reviews ensemble learning limitations and introduces IMCA as an adaptive framework for cross-market trading. Section 3 outlines the methodology, covering DRL algorithms and IMCA’s dynamic model selection. Section 4 presents empirical results, comparing DRL strategies with traditional models under volatile conditions. Section 5 concludes with a critical discussion on AI-driven trading, emphasizing the need for improved risk management, execution efficiency, and macroeconomic integration for more resilient financial decision-making.

2. Literature Review

The integration of ensemble learning and Reinforcement Learning (RL) has significantly transformed algorithmic trading and portfolio optimization, especially within volatile and multi-asset markets. Traditional models, such as mean-variance optimization and the Capital Asset Pricing Model (CAPM), often struggle to adapt to dynamic financial environments due to their reliance on fixed assumptions and static correlations [23,24]. Although ensemble learning techniques have been introduced to enhance predictive accuracy, many approaches rely on static weighting mechanisms that fail to respond adequately to market fluctuations and structural shifts [25,26]. This creates a critical gap in developing adaptive frameworks capable of dynamically adjusting model contributions based on real-time performance metrics [27,28,29].
To address these limitations, this study proposes the Iterative Model Combining Algorithm (IMCA), which dynamically re-weights models using Reinforcement Learning. IMCA optimizes portfolio allocation by adapting to evolving market conditions, continuously updating its decision-making based on empirical market performance. This approach enhances adaptability, particularly in high-volatility environments where structural changes—such as monetary policy shifts or financial crises—demand rapid adjustments [30,31]. The following sections critically evaluate the evolution of ensemble learning in finance, highlight key limitations, and demonstrate how IMCA improves risk-adjusted returns, particularly in volatile and multi-asset trading contexts [32].

2.1. Ensemble Learning in Global Multi-Asset Trading

Ensemble learning techniques, such as Bagging [25] and Boosting [26], have historically been employed to enhance model accuracy and robustness in financial applications. Bagging reduces variance by training multiple predictors, while Boosting improves precision by focusing on misclassified instances. These techniques have proven effective in managing non-linear and complex price movements prevalent in financial markets [33,34]. However, their static weighting mechanisms limit adaptability, particularly during periods of macroeconomic shocks or systemic crises.
Advanced ensemble techniques, including Random Forests [35] and Gradient Boosting Machines (GBMs) [27], introduced randomization and gradient-based optimization to improve forecasting accuracy. Yet, these models struggle to dynamically adapt during extreme volatility, limiting effectiveness in cross-market trading where rapid shifts occur [36].
To overcome these challenges, the IMCA framework introduces a dynamic ensemble methodology that continuously recalibrates model weights based on real-time performance. Unlike static ensembles, IMCA adapts to evolving market conditions, aligning with advancements in AI-driven financial modeling [32]. This adaptability enhances risk-adjusted returns in volatile markets, especially when integrated with Deep Reinforcement Learning (DRL) strategies.
IMCA also leverages econometric models such as GARCH [37,38] to capture time-dependent volatility and changing asset correlations. This is particularly relevant in multi-asset trading, where market conditions can rapidly shift. Traditional models often fail to capture such abrupt changes, while adaptive frameworks like IMCA optimize asset allocation in real time, enhancing portfolio resilience during financial crises [39]. Recent research demonstrates that Reinforcement Learning, when combined with adaptive ensemble methodologies, can significantly enhance decision-making in high-frequency and long-term portfolio management [40,41].
By integrating ensemble learning, econometric forecasting, and DRL-driven optimization, IMCA facilitates dynamic strategy adjustments across multiple asset classes, including equities and cryptocurrencies. Given the increasing interconnectivity of global markets, IMCA presents a scalable and adaptive solution for optimizing multi-asset trading strategies [42].
Despite their predictive power, traditional ensemble models suffer from key inefficiencies that limit their usefulness in volatile and non-stationary financial markets. Most methods, including Bagging, Boosting, and Random Forests, rely on static weightings or fixed aggregation rules that do not adapt as market conditions change. This limits their responsiveness to structural breaks, regime shifts, or sentiment-driven volatility. Existing studies rarely address the need for real-time ensemble recalibration, especially in multi-asset, cross-market settings. Moreover, these models often assume independent and identically distributed (i.i.d.) data, which is unrealistic in financial contexts.
To address these issues, this study introduces the IMCA, which dynamically adjusts the contribution of each model in the ensemble based on recent performance metrics such as prediction error or risk-adjusted returns. Unlike static ensembles, IMCA continuously recalibrates weights in response to market feedback, allowing the portfolio strategy to remain adaptive under evolving conditions. This dynamic weighting process makes the model more robust to shocks, more responsive to trend reversals, and more effective across heterogeneous asset classes and regional markets. For the trading community, this adaptability is especially critical during bull–bear cycles and high-volatility periods—times when conventional strategies often fail due to delayed reaction or overfitting to past trends. By leveraging short-term market feedback and volatility-aware metrics, IMCA offers more stable performance and reduces the risk of drawdowns in turbulent market regimes.

2.2. Deep Reinforcement Learning for Cross-Market Trading

Deep Reinforcement Learning (DRL) has gained substantial traction across diverse applications, including transportation optimization [43], financial trading [4], and portfolio management. DRL models autonomously learn optimal trading strategies by interacting with dynamic environments, making them particularly suited for volatile financial markets. Popular DRL algorithms include PPO [4], TD3 [44], and SAC [2], each offering unique advantages in managing complex, high-dimensional trading tasks [5,19].
Despite these strengths, DRL models face challenges, including sample inefficiency, hyperparameter sensitivity, and vulnerability to market non-stationarity [45,46]. Moreover, traditional DRL approaches often lack robust risk-management mechanisms, making them susceptible to large drawdowns during periods of extreme market stress [47].
IMCA addresses these limitations by dynamically adjusting DRL model contributions based on recent performance metrics, ensuring the ensemble strategy remains responsive to real-time market changes. By continuously optimizing model weights, IMCA enhances risk-adjusted returns and mitigates exposure to extreme drawdowns. The integration of econometric models like GARCH further enhances risk control by providing a nuanced understanding of market volatility [48,49].

2.3. Emerging Paradigms in Algorithmic Trading

IMCA (Integrated Market Contextual Analysis) dynamically integrates sentiment analysis into trading strategies by interpreting implicit information embedded within stock price movements. Unlike conventional sentiment analysis, which relies on external indicators like social media trends or investor surveys, IMCA operates on the premise that price fluctuations inherently mirror collective investor sentiment and market psychology [50,51].
By focusing on price dynamics, IMCA simplifies analysis while capturing essential market sentiment. During periods of heightened uncertainty—such as financial crises or policy shifts—sudden price swings and volatility effectively indicate changes in investor sentiment and risk aversion [52,53]. In stable conditions, IMCA relies on technical indicators (e.g., moving averages, RSI) and fundamental data (e.g., earnings reports) to guide trading strategies [54,55,56,57].

2.4. Innovations and Advancements of IMCA

IMCA advances traditional ensemble and standalone DRL models by dynamically adjusting predictive contributions based on real-time conditions [25,28,32]. Its hybrid structure, integrating DRL with econometric models like GARCH, enhances predictive accuracy and risk sensitivity. While DRL identifies optimal strategies, GARCH captures short-term volatility, providing resilience during market fluctuations [32].
IMCA is scalable across multiple asset classes, reducing systemic risk in diversified portfolios [23]. Its real-time parameter updates, driven by GARCH risk assessments, enable proactive trading decisions, making it well-suited for high-frequency environments [48].

2.5. Risk Management and Portfolio Diversification

Risk management remains critical in algorithmic trading, particularly in volatile markets. Traditional risk models like Value at Risk (VaR) and Conditional Value at Risk (CVaR) are limited by their reliance on historical assumptions [58,59]. IMCA addresses this limitation by continuously adjusting portfolio exposure based on real-time market data, ensuring more responsive risk management [60,61].
In this study, daily portfolio returns are used as the primary proxy for measuring VaR and CVaR. The choice of this proxy is justified by the model’s focus on capturing short-term market dynamics and ensuring real-time adaptability. Daily returns offer a direct and timely reflection of market volatility and potential losses, which aligns with the high-frequency, adaptive nature of the IMCA framework. Given the volatility inherent in global cross-market trading, daily returns provide a robust basis for estimating potential downside risks while minimizing lagging effects commonly seen in models using longer-term historical data.
Furthermore, IMCA integrates DRL trading strategies with risk-sensitive reward functions. Traditional DRL models focus on return maximization but often neglect risk controls [45]. By incorporating GARCH-based volatility modeling, particularly frameworks that enhance forecasting in high-frequency environments [62], IMCA enhances resilience during periods of extreme market conditions. The dynamic adjustment of portfolio weights based on real-time volatility forecasts ensures that the model proactively mitigates potential losses, thereby reducing the tail risk measured by VaR and CVaR.
By combining dynamic risk assessment, adaptive model selection, and strategic portfolio diversification, IMCA optimizes cross-market trading. Its real-time adaptability, combined with efficient asset allocation and advanced risk signaling, positions it as a superior framework for financial decision-making [63].

3. Methodology

3.1. Reinforcement Learning Algorithms and Experimental Setup

This study employs six Deep Reinforcement Learning (DRL) algorithms—A2C, PPO, DDPG, TD3, SAC, and IMCA—selected for their strengths in balancing risk-reward trade-offs, processing high-dimensional data, and adapting to volatile market conditions. A2C and PPO offer stability and robustness in fluctuating environments, DDPG and TD3 excel in continuous action spaces, SAC enhances exploration in uncertain markets, and IMCA dynamically recalibrates model weights for improved adaptability.
The models are trained on historical daily closing prices and technical indicators (MACD, RSI, SMA) to capture market trends and momentum. The dataset spans multiple global exchanges, including 39 stocks from the U.S., Europe, Australia, and Thailand, and 1 cryptocurrency. These countries were chosen for their diverse market characteristics: the U.S. and Europe represent mature and highly liquid markets, Australia offers exposure to commodity-driven economies, and Thailand introduces insights from emerging markets. The selected equities from each country are large-cap stocks with high liquidity, based on market capitalization and trading frequency, ensuring stability in model training. Bitcoin (BTC-USD) is included to represent high-volatility digital assets. The inclusion of Thailand’s SET provides a contrast to developed markets, enhancing the comparative perspective. This cross-market structure reflects a strategic diversification approach, aiming to capture heterogeneous economic conditions, investor behavior, and regulatory landscapes. This diversity ensures the model’s robustness, adaptability, and broader applicability across varying economic conditions and regulatory environments.
  • U.S. Market (10 stocks): Apple Inc. (AAPL), Microsoft Corporation (MSFT), Alphabet Inc. (GOOGL), Amazon.com Inc. (AMZN), Berkshire Hathaway Inc. Class B (BRK-B), Tesla Inc. (TSLA), JPMorgan Chase & Co. (JPM), Johnson & Johnson (JNJ), NVIDIA Corporation (NVDA), Visa Inc. (V)
  • Australian Market (10 stocks): Commonwealth Bank of Australia (CBA.AX), BHP Group Limited (BHP.AX), Westpac Banking Corporation (WBC.AX), CSL Limited (CSL.AX), Woolworths Group Limited (WOW.AX), Telstra Group Limited (TLS.AX), National Australia Bank Limited (NAB.AX), Fortescue Metals Group Ltd. (FMG.AX), Rio Tinto Limited (RIO.AX), Wesfarmers Limited (WES.AX)
  • European Market (UK and Germany) (10 stocks): Shell plc (SHEL.L), HSBC Holdings plc (HSBA.L), Unilever plc (ULVR.L), BP plc (BP.L), GSK plc (GSK.L), Diageo plc (DGE.L), AstraZeneca plc (AZN.L), Rio Tinto plc (RIO.L), SAP SE (SAP.DE), Lloyds Banking Group plc (LLOY.L)
  • Thai Market (9 stocks): PTT Public Company Limited (PTT.BK), CP All Public Company Limited (CPALL.BK), Advanced Info Service Public Company Limited (ADVANC.BK), Kasikornbank Public Company Limited (KBANK.BK), The Siam Cement Public Company Limited (SCC.BK), Bangkok Dusit Medical Services Public Company Limited (BDMS.BK), Airports of Thailand Public Company Limited (AOT.BK), Charoen Pokphand Foods Public Company Limited (CPF.BK), Electricity Generating Public Company Limited (EGCO.BK)
  • Cryptocurrency (1): Bitcoin to US Dollar (BTC-USD)
Given that different exchanges operate in distinct time zones, a standardized approach is implemented to synchronize closing prices across markets. Each stock’s closing price is recorded in its respective local market time and used directly without additional time-zone adjustments [64,65]. To ensure consistency across trading days, missing data due to holidays or market closures is imputed using the last available closing price [66]. This method ensures that the model learns from a continuous dataset while preserving the structural integrity of each market’s trading schedule.
Given that these markets close at different times, a standardized framework is used to integrate closing prices effectively. Each stock’s closing price is recorded based on its local market time and then aligned to a unified global trading day structure [64,67]. This ensures that the model learns from a synchronized dataset while preserving the individual characteristics of each market.
The dataset spans from January 2010 to December 2024, covering a diverse range of financial regimes, including high-volatility events and systemic market disruptions. Specific periods include the Eurozone Sovereign Debt Crisis (2010–2012) [68], the COVID-19 pandemic crash in 2020 [69], the major cryptocurrency crash in 2022 marked by Bitcoin’s drawdown of over 60% from its peak [70], and the 2023 banking crisis involving SVB and Credit Suisse [71].
Preprocessing includes addressing inconsistencies, normalizing price movements across currencies, and engineering key technical indicators (e.g., moving averages, momentum oscillators, volatility metrics). A standardized framework aligns closing prices across time zones, with missing data imputed using the last available closing price. This ensures data continuity and enables models to adapt effectively to cross-market trading conditions.
Each model is trained with the following configuration:
  • Training Data: Daily adjusted closing prices with derived technical indicators, including Moving Average Convergence Divergence (MACD), Relative Strength Index (RSI), and Simple Moving Averages (SMA), which are widely recognized for capturing momentum, trend strength, and market conditions.
  • Training Period: Spans from January 2010 to February 2022, ensuring sufficient exposure to diverse market conditions. The out-of-sample testing period extends from March 2022 to December 2024, enabling robust performance evaluation.
  • Learning Rate: Initially set at 0.0003 for most models and fine-tuned based on validation performance to ensure convergence stability without overshooting optimal solutions.
  • Episodes: 1000 episodes were used to ensure the models achieve convergence while capturing diverse trading patterns.
  • Batch Size: 64 observations per batch, balancing computational efficiency with stable gradient updates.
  • Discount Factor ( γ ): Set at 0.99 to prioritize long-term rewards while ensuring short-term fluctuations do not overly influence decisions.
  • Exploration Rate: Initialized at 1.0 and gradually decayed for epsilon-greedy policies to ensure sufficient exploration in early stages, transitioning to exploitation as learning progresses.
  • Optimization Method: Grid search was employed for hyperparameter tuning, including learning rates, discount factors, and batch sizes, ensuring optimal performance across varied trading scenarios.
  • Computational Resources: Training was performed on an NVIDIA RTX 3090 GPU with 24 GB memory (Santa Clara, CA, USA), enabling efficient parallel processing and accelerated model convergence.
  • Framework: TensorFlow (latest v. 2.19.0) and PyTorch (latest v. 2.6.0) were used for algorithm implementation, leveraging their flexibility and scalability for deep learning applications.
  • Optimizer: The Adam optimizer was employed across all models due to its adaptive learning rate and efficient handling of sparse gradients, which is critical for achieving faster convergence and improved performance in complex, high-dimensional financial environments.
To enhance model performance and generalization, transfer learning techniques are applied. Pre-trained models, initially trained on global indices such as the S&P 500, are fine-tuned using the combined stock and cryptocurrency dataset. This approach accelerates training convergence and improves model robustness by leveraging market patterns learned from established financial instruments.

3.1.1. Experimental Workflow

The experimental setup is conducted on a high-performance computing system equipped with an NVIDIA GPU to optimize model training. The workflow consists of the following stages:
  • Data Acquisition and Preprocessing: Market data is retrieved from multiple sources, including Yahoo Finance and cryptocurrency exchanges, which takes approximately two minutes. Feature engineering follows, including the addition of technical indicators, taking an additional three minutes.
  • Training and Hyperparameter Optimization: Each model undergoes extensive training for 100,000 timesteps, with training durations varying by model complexity.
  • Evaluation and Performance Assessment: Models are evaluated on the out-of-sample test dataset, measuring key performance metrics such as cumulative returns, Sharpe ratios, and maximum drawdowns.
Table 1 summarizes the training times and hyperparameter configurations for each Reinforcement Learning model.

3.1.2. Advantage Actor–Critic (A2C)

A2C algorithm is selected for its ability to balance exploration and exploitation in sequential decision-making processes. This property makes it well-suited for financial markets, where optimal trading strategies require adaptive decision-making in response to volatile price movements. A2C utilizes an actor network to determine optimal actions and a critic network to evaluate their effectiveness, improving learning efficiency compared to value-based approaches.
The loss function for A2C, which jointly optimizes the policy and value networks, is defined as:
L A 2 C = 1 N i = 1 N log π θ ( a i s i ) A i c · 1 N i = 1 N V ( s i ) R i 2 ,
where N represents the number of training samples, π θ ( a i s i ) denotes the probability of selecting action a i given the state s i under the policy parameterized by θ , and A i quantifies the advantage of taking action a i over the baseline policy. The regularization constant c balances policy optimization with value estimation.

3.1.3. Proximal Policy Optimization (PPO)

PPO is a policy-gradient-based Reinforcement Learning algorithm known for its ability to improve stability and robustness in financial applications. PPO prevents abrupt policy updates by using a clipping mechanism, ensuring that policy changes remain within a predefined trust region. This design minimizes volatility in model performance, making it well-suited for portfolio optimization.
The PPO loss function is defined as:
L P P O ( θ ) = 1 N i = 1 N min r i ( θ ) A i , clip ( r i ( θ ) , 1 ϵ , 1 + ϵ ) A i ,
where r i ( θ ) represents the probability ratio between the new and old policies, ensuring that policy updates remain within a stable range. The advantage function A i guides the policy toward actions that yield superior rewards. The clipping threshold ϵ , typically set to 0.2, restricts policy changes to prevent instability.

3.1.4. Deep Deterministic Policy Gradient (DDPG)

DDPG is an actor–critic algorithm designed for continuous action spaces. It is particularly useful for optimizing portfolio allocations, where asset weight adjustments occur on a continuous scale. DDPG employs two neural networks: an actor network for selecting optimal portfolio weights and a critic network for evaluating their effectiveness.
The critic network is optimized using the following loss function:
L D D P G = 1 N i = 1 N y i Q ( s i , a i θ Q ) 2 ,
where y i is the target Q-value, estimated based on observed outcomes, and Q ( s i , a i θ Q ) represents the critic network’s current Q-value estimate. The target Q-value is computed as:
y i = r i + γ Q ( s i + 1 , a i + 1 θ Q ) ,
where r i is the observed reward, γ is the discount factor, and Q denotes the target Q-network.

3.1.5. Soft Actor–Critic (SAC)

SAC enhances Reinforcement Learning performance by incorporating entropy regularization, encouraging exploration and reducing premature convergence. Unlike DDPG, SAC employs a stochastic policy, making it more robust to market fluctuations.
The critic network in SAC is trained using the loss function:
L c r i t i c ( θ Q ) = 1 N i = 1 N Q θ Q ( s i , a i ) y i 2 ,
where Q θ Q ( s i , a i ) represents the Q-value estimate for a given state-action pair. The target Q-value is defined as:
y i = r i + γ E a i + 1 π ϕ Q θ Q ( s i + 1 , a i + 1 ) α log π ϕ ( a i + 1 s i + 1 ) ,
where α is an entropy temperature parameter that balances exploration and exploitation.
The actor network in SAC is trained to minimize the following objective:
L a c t o r ( ϕ ) = 1 N i = 1 N E a i π ϕ α log π ϕ ( a i s i ) Q θ Q ( s i , a i ) .

3.1.6. Twin Delayed Deep Deterministic Policy Gradient (TD3)

TD3 improves upon DDPG by mitigating Q-value overestimation and enhancing stability in policy updates. It introduces twin Q-networks, delayed policy updates, and noise smoothing to improve learning efficiency.
The target Q-value for TD3 is computed as:
Q target = r + γ min ( Q θ 1 ( s , a ) , Q θ 2 ( s , a ) ) ,
where Q θ 1 and Q θ 2 are twin Q-networks that prevent overestimation bias. The target networks are updated using a soft update mechanism:
θ τ θ + ( 1 τ ) θ ,
where τ controls the rate of target updates.
The training process includes collecting experience tuples ( s t , a t , r t , s t + 1 ) , updating the critic networks with the mean-squared error loss:
L θ j = 1 N i Q θ j ( s i , a i ) y i 2 ,
and updating the actor network less frequently than the critics, using:
L ϕ = 1 N i Q θ 1 ( s i , π ϕ ( s i ) ) .

3.1.7. Iterative Model Combining Algorithm (IMCA)

IMCA is an adaptive ensemble technique designed to dynamically adjust the weights of Reinforcement Learning models based on recent market performance. Unlike traditional ensemble approaches with fixed weighting schemes, IMCA continuously updates model contributions, prioritizing those that perform well in specific market conditions.
Adaptive portfolio management refers to a strategy of continuously adjusting portfolio allocations and decision rules in response to changing market conditions, using AI-driven feedback to inform those adjustments. In the context of our AI/DRL framework, “adaptive” means the model does not adhere to a fixed investment policy; instead, it learns and evolves its strategy as new data arrives or market regimes shift—a core capability of Reinforcement Learning [72]. Techniques such as PPO and TD3 exploit ongoing feedback through reward signals, allowing agents to recalibrate in real time to new risk-return trade-offs [21]. This dynamic learning paradigm contrasts sharply with static allocation models and underpins IMCA’s strength in adjusting model weights to maintain optimality amid volatility.
By integrating Reinforcement Learning models with an iterative ensemble optimization process, IMCA enhances trading performance across diverse financial instruments, enabling more effective multi-asset portfolio strategies.

3.1.8. Steps in IMCA

The IMCA optimizes trading predictions by dynamically adjusting model weights based on performance. This approach enhances adaptability to market fluctuations, ensuring robust portfolio management.
The process begins with selecting an error metric ( p ), such as Root Mean Square Error (RMSE) or Mean Absolute Error (MAE), to quantify prediction accuracy:
p = 1 N i = 1 N | y ^ i y i | p 1 p ,
where N is the number of observations, y ^ i represents the predicted value, y i is the actual value, and p defines the error type ( p = 2 for RMSE, p = 1 for MAE).
To prevent overfitting, a regularization term ( λ ) stabilizes weight updates:
w k ( t + 1 ) = w k ( t ) λ · p w k ( t ) ,
where w k ( t ) is the weight of model k at iteration t. The evaluation window length (l) ensures that weight updates reflect recent trends without overreacting to noise.
Each model’s performance score ( V k ) is calculated as:
V k = 1 w k + δ ,
where δ prevents division by zero. Lower-performing models receive higher V k values, penalizing their influence. The refined weight update formula is:
w k ( t + 1 ) = w k ( t ) λ · p w k ( t ) · V k .
The final ensemble prediction is computed as:
Y ^ for ( s + l + 1 ) = k = 1 n w k M k ( s + l + 1 ) ,
where M k ( s + l + 1 ) represents the forecast from model k, and n is the number of models.

3.1.9. Performance Evaluation Metrics

The effectiveness of IMCA in portfolio management is evaluated using key performance metrics that assess both profitability and risk.
  • Cumulative Return: Measures total investment growth over the evaluation period [73].
  • Annual Return: Represents the average yearly portfolio growth, enabling comparisons across strategies [73].
  • Annualized Volatility: Quantifies the variability of returns on an annual basis, indicating portfolio risk [60].
  • Sharpe Ratio: Evaluates risk-adjusted returns by measuring excess returns per unit of risk [24].
  • Maximum Drawdown: Captures the largest peak-to-trough decline, assessing downside risk resilience [63].
These metrics provide a balanced framework for analyzing IMCA’s effectiveness in optimizing portfolio performance while managing risk in multi-asset financial markets. Moreover, volatility is quantified using metrics such as annualized volatility and maximum drawdown. Additionally, our study incorporates performance and risk measures such as Daily Value-at-Risk (VaR), Maximum Drawdown, and the Sharpe Ratio, which collectively provide a comprehensive assessment of both the volatility and downside risk associated with the proposed trading strategy.

4. Estimation Results

In this section, we present the performance evaluation of various portfolio-allocation strategies, comparing DRL-based models with traditional approaches to assess their effectiveness under different market conditions. Figure 1 and Figure 2 illustrate the cumulative returns of each strategy over the study period, providing insights into their growth trends and ability to withstand market volatility. Meanwhile, Table 2 summarizes key performance metrics, which are crucial for evaluating the suitability of each investment strategy.
The results show that DRL-based algorithms are highly adaptable and efficient in managing portfolio allocations, offering competitive returns with optimal risk. The IMCA outperforms other models, excelling in volatile markets. This highlights its potential for enhancing portfolio performance and investment decision-making.

4.1. Cumulative Return Trends

The cumulative return of the portfolio-allocation model provides key insights into its performance by using Reinforcement Learning in comparison to traditional strategies. The CAPM model, in this context, serves as a benchmark for risk-adjusted portfolio optimization across multiple asset classes. Unlike conventional studies that often use a single benchmark index such as the S&P 500, this CAPM model is derived from a diversified cross-market portfolio of 40 assets including equities from the US, Australia, Europe, Thailand, and cryptocurrencies. This approach ensures a more comprehensive reflection of global market dynamics and risk factors, making it a robust baseline for evaluating performance under diverse market conditions. By using a cross-market asset composition, the CAPM model captures a broader spectrum of economic influences, regulatory differences, and investor behaviors, providing a more realistic and globally relevant comparison for assessing portfolio optimization strategies under varying levels of market volatility.
Figure 1 illustrates the cumulative returns of the Reinforcement Learning models, including A2C, PPO, DDPG, SAC, and TD3, across various global markets during the testing period from March 2022 to August 2024. The results show a consistent upward trend in cumulative returns, particularly from late 2023 to 2024. While all Reinforcement Learning models outperform traditional approaches, PPO and TD3 achieve the highest cumulative returns at 29.3 percent and 29.4 percent, respectively, followed closely by IMCA with 29.5 percent.
In contrast, the CAPM model, represented by the blue line, experiences a significant decline in early 2022, followed by a slow recovery starting in 2023. Despite posting positive returns toward the end of the period, CAPM underperforms significantly compared to Reinforcement Learning models, reflecting its high volatility of 17.17 percent and the largest maximum drawdown of negative 50.97 percent. These findings suggest that Reinforcement Learning models offer greater stability and resilience, particularly in volatile market conditions. The IMCA framework further enhances adaptability, maintaining the highest Sharpe ratio of 0.829 while balancing return maximization and risk control.
Among Reinforcement Learning models, PPO and TD3 emerge as the most viable options for active investment strategies, achieving the highest cumulative returns with competitive Sharpe ratios. Their superior performance highlights the effectiveness of Reinforcement Learning models in adapting to dynamic financial environments. Additionally, A2C, DDPG, and SAC demonstrate strong performance, with cumulative returns of 27.6 percent, 25.4 percent, and 24.4 percent, respectively. These models consistently surpass the CAPM and Min-Variance strategies, confirming the superiority of Reinforcement Learning-based portfolio allocation.

4.2. Comparative Performance of IMCA and Traditional Strategies

The IMCA model offers the most balanced and adaptive portfolio-allocation strategy by achieving high returns while maintaining controlled volatility and superior risk-adjusted performance. With an annual return of 6.80 percent and a cumulative return of 29.5 percent, IMCA surpasses all individual Reinforcement Learning models. Its Sharpe ratio of 0.829 further indicates its efficiency in generating returns per unit of risk. These results emphasize the significance of adaptive Reinforcement Learning-based strategies in modern financial markets.
Figure 2 presents a comparative analysis of traditional investment strategies and the IMCA model. The results demonstrate that IMCA, represented by the red line, exhibits a consistent upward trend throughout the observation period, maintaining strong growth and stability, particularly from mid-2023 onward. Unlike the Min-Variance and CAPM models, which show higher volatility and limited adaptability, IMCA provides a more resilient investment strategy.
Among traditional strategies, the Min-Variance model prioritizes risk minimization, resulting in the lowest annual volatility of 5.99 percent and the smallest maximum drawdown of negative 10.96 percent. However, it produces the lowest cumulative return of only 0.75 percent, highlighting its conservative nature. The CAPM model, in contrast, exhibits the highest annual volatility at 17.17 percent and suffers the largest drawdown of negative 50.97 percent, making it the least effective strategy in terms of risk-adjusted performance.
IMCA effectively balances return optimization and risk management by leveraging an adaptive framework that dynamically adjusts portfolio allocations based on market conditions. Its annual volatility of 8.20 percent remains competitive with other Reinforcement Learning models, while its maximum drawdown of negative 13.50 percent is lower than PPO, A2C, and TD3. These findings underscore the robustness and efficiency of IMCA, confirming its ability to generate consistent and increasing cumulative returns over time.
For traditional methods, the Min-Variance strategy exhibits a relatively stable trajectory with minimal fluctuations. It is particularly effective in minimizing risk, as reflected in its low annual volatility of 5.99 percent and the smallest maximum drawdown of negative 10.96 percent. While it does not generate high returns, with a cumulative return of only 0.75 percent and an annual return of 0.17 percent, it remains a suitable choice for highly risk-averse investors. The strategy prioritizes stability over return maximization, making it effective in maintaining portfolio value during periods of high market uncertainty. In contrast, DRL-based strategies—especially PPO and TD3 integrated via IMCA—demonstrate superior cumulative returns and higher Sharpe Ratios across both training and out-of-sample periods, validating their ability to dynamically adapt to market conditions and outperform traditional approaches in both return generation and risk-adjusted performance.
Extreme losses characterize the CAPM portfolio-allocation strategy, which demonstrates significant volatility and high exposure to market downturns. With an annual volatility of 17.17 percent, CAPM experiences the highest fluctuations among all strategies, resulting in a maximum drawdown of negative 50.97 percent. Although it shows signs of recovery in 2023 and 2024, its cumulative return of 16.1 percent remains significantly lower than that of IMCA and all tested Reinforcement Learning models. These findings highlight the limitations of the CAPM strategy, as its performance is heavily influenced by market instability, making it less effective in volatile financial environments.
The observed performance trends across portfolio strategies can be directly linked to the macroeconomic and financial events that shaped global markets during the 2022–2024 period. The significant drawdown in CAPM’s performance during early 2022 aligns with the aggressive monetary tightening by the Federal Reserve, which led to capital outflows from risk assets and a sharp contraction in equity valuations [31]. This period also saw severe liquidity crises in the cryptocurrency sector, exacerbating market volatility and reducing portfolio stability for static allocation strategies [11,74]. While traditional models like CAPM and Min-Variance struggled to mitigate losses, IMCA demonstrated superior adaptability by dynamically reallocating capital away from high-risk assets during these downturns.
As markets entered a volatile recovery phase in late 2022 and early 2023, instability in the banking sector—exemplified by the failures of Silicon Valley Bank (SVB) and Credit Suisse—further disrupted financial markets [74]. CAPM’s reliance on static risk premia rendered it unable to adjust to these shocks, while IMCA leveraged its Reinforcement Learning framework to recalibrate asset allocations in response to shifting market conditions. Similarly, during the resurgence of tech stocks and cryptocurrency markets in mid-2023, driven by advancements in artificial intelligence and investor speculation on future rate cuts, IMCA effectively captured upside momentum, outperforming both traditional models and static DRL strategies.
IMCA’s adaptive strategy proved superior in capitalizing on market recovery. By early 2024, expectations of Federal Reserve rate cuts and improved macroeconomic stability fueled a sustained market rally [30]. While all strategies benefited to some extent, CAPM and Min-Variance portfolios remained constrained by their rigid assumptions, failing to capitalize fully on emerging opportunities. In contrast, IMCA’s superior performance can be attributed to its ability to continuously integrate new market information and adjust its portfolio in real time, reflecting an enhanced capability to navigate financial cycles effectively.

4.3. Overall Performance Metrics

Table 2 presents the performance evaluation of different DRL-based portfolio-allocation models compared to traditional investment strategies. The table includes key financial performance metrics such as cumulative returns, annual returns, annual volatility, daily VaR, Sharpe ratio, and maximum drawdown. The key findings are as follows:
  • Among the DRL-based models, PPO delivers a strong cumulative return of 29.3% with an annual return of 6.04%, achieving a competitive balance between risk and profitability. Its Sharpe ratio of 0.748 suggests an efficient risk-return tradeoff, making it one of the top-performing Reinforcement Learning models.
  • The IMCA model outperforms all DRL strategies in terms of risk-adjusted returns, achieving the highest Sharpe ratio of 0.829. It maintains a strong cumulative return of 29.5% with an annual return of 6.80%, confirming its adaptability in portfolio allocation. Additionally, its lower maximum drawdown of −13.50% compared to most DRL models demonstrates its enhanced ability to manage downside risks.
  • The traditional Min-Variance strategy remains the most stable, exhibiting the lowest annual volatility of 5.99% and the smallest maximum drawdown of −10.96%. However, it produces the lowest cumulative return of only 0.75%, with an annual return of 0.17%, reflecting its conservative nature and limited growth potential.
  • The CAPM model performs significantly worse in risk-adjusted terms, with the highest annual volatility of 17.17% and the largest maximum drawdown of −50.97%. Despite achieving a cumulative return of 16.1%, its Sharpe ratio of only 0.203 indicates poor risk management.
In terms of overall performance, DRL-based strategies, particularly PPO and TD3, exhibit superior cumulative returns and risk-adjusted returns compared to traditional approaches. However, IMCA emerges as the most effective model, providing the best balance between return generation and risk control. Its ability to dynamically adjust model selection based on market conditions allows it to outperform individual DRL strategies, confirming the value of model aggregation in optimizing portfolio performance.
These findings reinforce the potential of adaptive Reinforcement Learning models in financial decision-making. The IMCA approach demonstrates that integrating multiple DRL models within a robust framework can enhance portfolio resilience and provide investors with a more effective alternative to traditional static portfolio-allocation methods.

4.4. Advanced Robustness and Cross-Market Adaptability

In this study, the robustness and adaptability of the IMCA framework were thoroughly examined and demonstrated through multiple tests, as previously presented. The out-of-sample analysis, utilizing financial data from a distinct post-2022 period, confirmed the model’s generalizability across diverse economic cycles. The results, already discussed, showed that IMCA consistently achieved stable cumulative returns and superior risk-adjusted performance, reinforcing its resilience and effectiveness in adapting to evolving market dynamics.
As illustrated in Figure 2, the performance of the IMCA model clearly demonstrates its superior adaptability and resilience across different market regimes, including bull, bear, and sideways markets. The IMCA model (represented by the red line) consistently outperforms traditional strategies, maintaining a steady upward trajectory even during periods of heightened volatility and market downturns.
In contrast, the CAPM model (green line) exhibits significant declines, particularly during the early bear market phase, highlighting its vulnerability to sharp market corrections. Meanwhile, the Min-Variance model (blue line) demonstrates a stable but limited growth pattern, failing to capture substantial upward trends during bullish periods.
While stress testing frameworks are commonly employed to simulate extreme financial events such as abrupt interest rate hikes or geopolitical shocks [75], the out-of-sample analysis conducted in this study already provides robust evidence of IMCA’s superior adaptability. By applying IMCA to diverse post-2022 market conditions characterized by significant macroeconomic shifts and global financial disruptions, the framework demonstrated consistent cumulative return growth and effective drawdown management. This real-world validation reduces the necessity for hypothetical stress scenarios, aligning with findings that real market data-based evaluations offer more reliable insights into model robustness and practical applicability [76]. Thus, the demonstrated out-of-sample performance confirms IMCA’s capacity to dynamically adjust and outperform traditional models without requiring additional simulated stress conditions.
The cross-market adaptability of IMCA was assessed by analyzing evolving cross-asset correlations.
Figure 3 shows that during the early market phase (March 2022–March 2023), correlations among global equities were relatively strong. This includes indices such as the S&P 500 (GSPC), NASDAQ Composite (IXIC), Dow Jones Industrial Average (DJI), Australian Securities Exchange (AXJO), FTSE 100 (FTSE), DAX (GDAXI), and CAC 40 (FCHI). In contrast, Bitcoin (BTC-USD) displayed weaker integration, particularly with regional indices like SET.BK (Stock Exchange of Thailand), indicating compartmentalized risk.
Figure 4 reveals a notable shift in the later phase (March 2023–March 2024), with weakened equity correlations and BTC-USD exhibiting stronger and negative correlations with some markets, such as SET.BK, showing a correlation of 0.8 . These shifts highlight increased diversification potential but also greater uncertainty, particularly regarding crypto-assets’ relationship with traditional equity markets.
Among all models evaluated in this study, IMCA consistently demonstrated superior adaptability by dynamically recalibrating portfolio allocations in response to evolving correlation structures. Unlike static models, IMCA effectively minimized concentrated risk exposures, ensured greater diversification, and enhanced resilience against market shocks. This adaptive mechanism allowed IMCA to outperform other strategies in terms of both cumulative returns and risk-adjusted performance, confirming its effectiveness in navigating complex and volatile financial environments.
IMCA’s ability to recalibrate in real time is grounded in adaptive learning theories, where continuous feedback mechanisms enable models to optimize their strategies dynamically [72]. This approach aligns with regime-switching theories, where financial markets exhibit distinct behavior patterns that require adaptive modeling to ensure consistent performance [77,78].

Evaluating Learning Progression of IMCA

To assess the stability and effectiveness of the Reinforcement Learning-based portfolio-allocation strategies using IMCA, we evaluate the learning progression over training steps. The cumulative reward and Sharpe ratio are key indicators of model performance, reflecting profitability and risk-adjusted returns, respectively.
Figure 5 presents the cumulative reward progression across training steps. The results show a steep increase in reward accumulation during the early training phase, with the model reaching a plateau around 15,000 time-steps. At 100,000 time-steps, the model demonstrates a stabilized learning process, where reward accumulation exhibits minor fluctuations but maintains an overall upward trend. Such convergence behavior is consistent with findings from Hachaïchi and Lanwer (2024), who observed similar early convergence in Reinforcement Learning-driven portfolio strategies [79]. Beyond this point, additional training yields marginal improvements, confirming that the model has effectively converged to an optimal policy [80].
Similarly, Figure 6 illustrates the Sharpe ratio evolution over training steps. Initially, the risk-adjusted return increases gradually, signifying model improvement in balancing profitability and risk. Around 100,000 time-steps, the Sharpe ratio stabilizes at a high level, indicating enhanced decision-making efficiency. This stabilization process aligns with the work of Huang et al. (2025), who highlighted that convergence in Sharpe ratio reflects the achievement of optimal trading policy [21]. Post-100,000 steps, the learning curve smooths out, confirming that the model has reached a robust state with consistent performance [81].
Despite its adaptive complexity, IMCA demonstrates computational efficiency, achieving convergence in under 100,000 steps. This efficiency makes it suitable for real-time deployment in fast-moving financial markets, where decision latency can significantly impact profitability [82].

4.5. Discussion

This study aims to identify the most effective investment strategy for optimizing trading strategies across multiple global financial markets by applying DRL algorithms and an IMCA. By extending beyond single-market applications, this research provides insights into how AI-driven models perform in varying economic conditions, across different asset classes, and under diverse regulatory constraints. The results reveal significant findings on portfolio optimization and risk management across global markets.
First, the IMCA framework demonstrates a notable advancement in portfolio optimization by dynamically adjusting model weights based on real-time market conditions across multiple regions and asset classes. Unlike traditional ensemble techniques, which apply static weighting mechanisms, IMCA continuously recalibrates itself in response to fluctuating market dynamics, thereby enhancing robustness in cross-market trading [32]. The empirical findings indicate that IMCA significantly mitigates the limitations of standalone DRL models, which often suffer from overfitting or inefficiencies in certain market conditions. By integrating adaptive model selection and Reinforcement Learning, IMCA consistently outperforms conventional strategies such as CAPM and the Min-Variance approach across different financial environments. This establishes IMCA as a more resilient and scalable framework for multi-asset, cross-market portfolio allocation.
Second, the analysis confirms that DRL models systematically outperform traditional investment strategies, reinforcing previous findings that demonstrated the superior risk-adjusted returns of DRL-based trading systems [3,5]. The study finds that DRL models achieve higher Sharpe Ratios than traditional portfolio-allocation methods, despite their increased Maximum Drawdowns. Among the DRL models, PPO and TD3 emerge as the most effective algorithms, achieving cumulative returns of 29.3 percent and 29.4 percent, respectively. However, IMCA surpasses both models, achieving the highest cumulative return of 29.5 percent with the best Sharpe ratio of 0.829. These results reinforce the importance of adaptive Reinforcement Learning models in financial markets, particularly when managing risk-adjusted performance in cross-market trading.
From a critical economic perspective, the adaptability of IMCA reflects the broader necessity for financial models to respond to increasingly complex and interconnected global markets. The integration of diverse assets, including both traditional equities and cryptocurrencies, aligns with the evolution of modern investment portfolios, which must account for rapid technological shifts and economic uncertainties. Traditional models, such as CAPM, inherently assume stable risk premia and static correlations, yet these assumptions are frequently invalidated during periods of market turbulence, geopolitical shifts, or monetary policy changes [30,31]. IMCA’s capacity to dynamically recalibrate model weights enables it to navigate such complexities, thereby offering resilience against unforeseen economic disruptions.
Furthermore, the study highlights the critical role of adaptive trading frameworks in responding to macroeconomic shocks. For instance, during periods of monetary tightening or global financial stress, static models may misallocate capital, failing to adjust to risk-off environments. IMCA’s dynamic approach allows for real-time reallocation, enhancing capital preservation during downturns while maximizing opportunities during market recoveries [9]. This capacity for adaptive responsiveness is particularly valuable in environments characterized by high inflation, interest rate volatility, or systemic market dislocations.
In contrast, the Min-Variance strategy is risk-averse but lacks the adaptability required for global financial markets. While it effectively reduces risk, as seen in its low annual volatility of 5.99 percent and minimal maximum drawdown of −10.96 percent, it fails to maximize returns, with a cumulative return of just 0.75 percent. This makes it suboptimal for investors seeking higher growth. Given the findings of this study, it is evident that static portfolio optimization strategies like Min-Variance lack the flexibility required to respond dynamically to cross-market conditions [17].
The cross-market comparison of DRL and IMCA underscores their ability to generate consistently higher returns while maintaining a risk profile comparable to traditional investment strategies. However, the analysis also reveals that DRL models remain vulnerable to high volatility and periods of extreme market stress, with annual volatility levels surpassing those of traditional approaches [6]. This suggests that despite their adaptability, DRL-based strategies still require more robust mechanisms for mitigating systemic risks, particularly in multi-market settings where correlations between assets fluctuate unpredictably.
Among DRL models, PPO and TD3 provide the most competitive risk-return tradeoffs, balancing performance across different market conditions. Their outperformance across global equities and cryptocurrency markets indicates a higher level of adaptability than traditionally assumed for Reinforcement Learning models, making them more applicable to multi-asset trading. However, IMCA outperforms all models by efficiently allocating across strategies, achieving the highest Sharpe Ratio and a more stable return profile.
Overall, the findings highlight the critical role of adaptive trading frameworks in cross-market portfolio management. IMCA’s integration with DRL enhances portfolio resilience, but further research is needed to refine risk-control mechanisms, optimize hyperparameters, and incorporate macroeconomic indicators and monetary policies. Future work should explore high-frequency trading, alternative asset classes, and transaction costs to improve practical viability.

4.5.1. Economic Policy Implications

The findings from this study also carry significant implications for financial institutions and policymakers. In an increasingly interconnected global economy, static portfolio models may lead to suboptimal asset allocations, exacerbating systemic risk during financial crises. Therefore, there is a strong policy argument for adopting AI-driven adaptive frameworks like IMCA. Such models not only enhance the profitability and resilience of investment portfolios but also contribute to the stability of financial systems by reducing the propagation of market shocks [9,39]. Regulatory bodies might also consider encouraging the development and adoption of dynamic risk-management systems to better prepare for periods of economic uncertainty and financial stress.
IMCA’s superior performance stems from its ability to dynamically adjust portfolio allocations based on macroeconomic shifts. Key contributing factors include GARCH-based risk estimation, adaptive interest rate sensitivity, and liquidity flow analysis. Unlike static models, IMCA continuously reweights these indicators, ensuring robust performance across varying financial regimes [37,38].
By advancing AI-driven portfolio optimization, this study establishes IMCA as a scalable and adaptable framework for global financial trading. Its ability to integrate macroeconomic signals and real-time market dynamics positions IMCA as a next-generation solution for risk-adjusted portfolio management [43].
For institutional investors, IMCA’s adaptive nature offers a robust framework for navigating periods of heightened volatility and market disruption. By dynamically reallocating portfolio exposures, it ensures optimal risk-adjusted returns while mitigating drawdown risks. This feature is particularly valuable for hedge funds managing diversified portfolios that require rapid responsiveness to evolving market conditions [36].
Moreover, the study’s outcomes underscore IMCA’s broader applicability beyond algorithmic research. For traders and retail investors, its adaptive mechanism allows responsive portfolio rebalancing amid bull–bear cycles and macroeconomic shocks. For policymakers, it highlights the importance of embedding AI-driven adaptivity into financial infrastructure to proactively manage systemic volatility, especially in the context of digital asset growth and emerging market fragility.

4.5.2. Strengths and Limitations of the IMCA-DRL Framework

The proposed IMCA-DRL framework demonstrates notable strengths in terms of adaptability, cross-market generalizability, and risk-adjusted performance. However, like all data-driven AI approaches, it also exhibits certain practical and methodological limitations.
Table 3 summarizes the key strengths, limitations, and methodological constraints identified through our experiments and literature analysis.

5. Conclusions

This study conducted a comprehensive analysis of the performance of various DRL models, including DDPG, PPO, TD3, SAC, and A2C, along with the IMCA. The primary objective was to evaluate the effectiveness of Reinforcement Learning-based trading strategies across diverse global markets, encompassing equities and cryptocurrency assets, while assessing their adaptability under fluctuating financial conditions. By adopting a cross-market approach, the research underscores the capacity of DRL models to optimize multi-asset portfolio allocations, offering a data-driven alternative to conventional strategies. Moreover, the IMCA framework demonstrates enhanced scalability across various asset classes and regional markets by dynamically adjusting model selection based on real-time financial conditions, positioning it as a robust solution for institutional and retail investors managing globally diversified portfolios.
Empirical findings indicate that DRL models consistently outperform traditional portfolio optimization techniques, including the Min-Variance approach and the CAPM. While PPO and TD3 emerge as top-performing DRL algorithms, the IMCA framework surpasses both by dynamically recalibrating model weights to align with evolving market conditions, thereby achieving superior cumulative returns and risk-adjusted performance. This result highlights practical implications: for traders and investors, IMCA provides a flexible tool to navigate dynamic markets with improved risk-adjusted returns; for policymakers, it demonstrates how adaptive AI systems can support market stability by adjusting rapidly during bull–bear cycles and volatility spikes. In contrast, the Min-Variance strategy, although effective in reducing risk exposure, yields significantly lower returns, reflecting its conservative approach. The CAPM model, characterized by moderate returns, suffers from heightened volatility and substantial drawdowns, highlighting its vulnerability during periods of financial stress. These findings underscore the trade-off between risk and return, emphasizing that while DRL models enhance profitability, they also introduce greater exposure to volatility and potential losses. Consequently, effective risk-management strategies are critical to balancing return maximization with volatility mitigation in Reinforcement Learning-based portfolio optimization.
The IMCA framework plays a critical role in improving the robustness of Reinforcement Learning-based strategies. Unlike individual models that rely on fixed parameters and training environments, IMCA dynamically adjusts model selection based on real-time market conditions. The results show that IMCA achieves an annual return of 6.80 percent and a cumulative return of 29.5 percent, surpassing traditional strategies while maintaining competitive risk-adjusted returns. By leveraging multiple DRL models, IMCA demonstrates resilience in adapting to changing market structures, reducing the likelihood of performance degradation during periods of heightened market volatility. Additionally, IMCA’s adaptive nature ensures that it remains effective across multiple market regimes, allowing it to be deployed in various financial environments ranging from high-frequency trading to long-term portfolio management.
Despite these advancements, several challenges remain in applying Reinforcement Learning-based trading strategies to real-world financial markets. The dynamic nature of asset price movements, liquidity constraints, and transaction costs introduce additional complexities that must be addressed in future research. A key area for improvement involves integrating macroeconomic indicators, such as interest rates, inflation, and economic growth, into Reinforcement Learning models. The current study relies primarily on price-volume data, which, while effective, may not fully capture broader market trends.
Risk management remains a fundamental concern for Reinforcement Learning-based models, particularly in periods of market stress. Future research should focus on refining risk-control mechanisms, such as adaptive drawdown constraints and real-time volatility adjustments, to mitigate sudden portfolio losses. The development of hybrid Reinforcement Learning frameworks that dynamically adjust across different financial environments could further enhance portfolio stability. Additionally, execution efficiency, including the reduction of latency in high-frequency trading applications, represents another avenue for improvement. Furthermore, while IMCA offers enhanced adaptability, its reliance on historical data and Reinforcement Learning algorithms presents the risk of overfitting, particularly in non-stationary market conditions. Future refinements should include more robust generalization techniques to ensure model effectiveness across unseen financial environments.
This study contributes to the growing body of research on Reinforcement Learning-based financial applications by demonstrating the effectiveness of adaptive model aggregation in cross-market trading. The findings provide strong empirical support for the use of Reinforcement Learning models in dynamic portfolio management while also identifying key areas for future enhancements. By addressing risk mitigation, macroeconomic integration, and execution efficiency, future Reinforcement Learning-based frameworks could become more reliable and scalable for institutional and retail investors alike. Additionally, continued research on model robustness, particularly in handling structural market shifts, is necessary to prevent over-reliance on historical patterns and to develop more resilient AI-driven financial strategies.

Author Contributions

Methodology, W.S.; Investigation, W.S.; Resources, S.T.; Writing—original draft, S.T. and K.P.; Writing—review & editing, W.S. All authors have read and agreed to the published version of the manuscript.

Funding

This research work was funded by Chiang Mai University.

Data Availability Statement

The data can be freely downloaded from Yahoo Finance (finance.yahoo.com).

Acknowledgments

This research work was partially supported by Faculty of Economics at Chiang Mai University.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Deng, Y.; Bao, F.; Kong, Y.; Ren, Z.; Dai, Q. Deep direct Reinforcement Learning for financial signal representation and trading. IEEE Trans. Neural Netw. Learn. Syst. 2016, 28, 653–664. [Google Scholar] [CrossRef]
  2. Haarnoja, T.; Zhou, A.; Abbeel, P.; Levine, S. Soft Actor–Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor. arXiv 2018, arXiv:1801.01290. [Google Scholar]
  3. Jiang, Z.; Xu, D.; Liang, J. A Deep Reinforcement Learning framework for the financial portfolio management problem. arXiv 2017, arXiv:1706.10059. [Google Scholar]
  4. Schulman, J.; Wolski, F.; Dhariwal, P.; Radford, A.; Klimov, O. Proximal Policy Optimization Algorithms. arXiv 2017, arXiv:1707.06347. [Google Scholar]
  5. Lu, C.I. Evaluation of Deep Reinforcement Learning Algorithms for Portfolio Optimization. arXiv 2023, arXiv:2307.07694. [Google Scholar]
  6. Vishal, M.; Vadlamani, R.; Ramanuj, L. Ensemble Deep Reinforcement Learning for Financial Trading. In Machine Learning Approaches in Financial Analytics; Maglaras, L.A., Das, S., Tripathy, N., Patnaik, S., Eds.; Springer Nature: Cham, Switzerland, 2024; pp. 191–207. [Google Scholar] [CrossRef]
  7. Yang, H.; Liu, X.-Y.; Zhong, S.; Walid, A. Deep Reinforcement Learning for Automated Stock Trading: An Ensemble Strategy. In Proceedings of the First ACM International Conference on AI in Finance, New York, NY, USA, 15–16 October 2020. [Google Scholar] [CrossRef]
  8. Nassirtoussi, A.K.; Aghabozorgi, S.; Wah, T.Y.; Ngo, D.C.L. Text mining for market prediction: A systematic review. Expert Syst. Appl. 2014, 41, 7653–7670. [Google Scholar] [CrossRef]
  9. Rajendran, H.; Kayal, P.; Maiti, M. Is the U.S. Energy Independence and Security Act of 2022 associated with stock market volatility? Util. Policy 2024, 90, 101813. [Google Scholar] [CrossRef]
  10. Yang, J.; Li, P.; Cui, Y.; Han, X.; Zhou, M. Multi-Sensor Temporal Fusion Transformer for Stock Performance Prediction: An Adaptive Sharpe Ratio Approach. Sensors 2025, 25, 976. [Google Scholar] [CrossRef]
  11. Aggrawal, N.; Rathi, M.; Kansal, R.; Jamwal, A.; Agarwal, S. QuantForecast-Navigating the Financial Future. ResearchSquare 2024. [Google Scholar] [CrossRef]
  12. Shahsafi, S.; Naderkhani, F. Enhancing Stock Trading Performance with Deep Q-Learning by Addressing Noisy Data through Advanced Denoising Techniques. In Proceedings of the 27th International Conference on Information Fusion (FUSION), Venice, Italy, 8–11 July 2024; pp. 1–7. [Google Scholar] [CrossRef]
  13. Yadav, P.; Giri, J.N. Challenges and Opportunities in Price Forecasting for Commodities: A Study of Technical Indicators in the NCR Region. Eur. Econ. Lett. 2025, 15, 1079–1088. [Google Scholar]
  14. Liu, A.; Chen, J.; Yang, S.Y.; Hawkes, A.G. The Flow of Information in Trading: An Entropy Approach to Market Regimes. Entropy 2020, 22, 1064. [Google Scholar] [CrossRef] [PubMed]
  15. Calefariu Giol, E.; Panazan, O.; Gheorghe, C. Cyber, Geopolitical, and Financial Risks in Rare Earth Markets: Drivers of Market Volatility. Risks 2025, 13, 46. [Google Scholar] [CrossRef]
  16. Sahut, J.M.; Hajek, P.; Olej, V.; Hikkerova, L. The Role of News-Based Sentiment in Forecasting Crude Oil Price During the COVID-19 Pandemic. Ann. Oper. Res. 2025, 345, 861–884. [Google Scholar] [CrossRef]
  17. Jagirdar, S.S.; Gupta, P.K. Charting the financial odyssey: A literature review on history and evolution of investment strategies in the stock market (1900–2022). China Account. Financ. Rev. 2024, 25, 277–307. [Google Scholar] [CrossRef]
  18. Mohammadshafie, A.; Mirzaeinia, A.; Jumakhan, H.; Mirzaeinia, A. Deep Reinforcement Learning Strategies in Finance: Insights into Asset Holding, Trading Behavior, and Purchase Diversity. arXiv 2024, arXiv:2407.09557. [Google Scholar] [CrossRef]
  19. Panya, T.; Khamkong, M. Deep Reinforcement Learning for Automated of Asian Stocks Trading. In Applications of Optimal Transport to Economics and Related Topics; Kreinovich, V., Yamaka, W., Leurcharusmee, S., Eds.; Springer Nature Switzerland: Cham, Switzerland, 2024; pp. 539–554. [Google Scholar] [CrossRef]
  20. Vetrin, D.; Koberg, M. Deep Reinforcement Learning in High-Frequency Trading. arXiv 2024, arXiv:2404.09876. [Google Scholar]
  21. Huang, G.; Zhou, X.; Song, Q. A Deep Reinforcement Learning Framework for Dynamic Portfolio Optimization: Evidence from China’s Stock Market. arXiv 2025, arXiv:2412.18563. [Google Scholar]
  22. Zhong, X.; Wei, J.; Li, S.; Xu, Q. Deep Reinforcement Learning for dynamic strategy interchange in financial markets. Appl. Intell. 2024, 55, 30. [Google Scholar] [CrossRef]
  23. Markowitz, H. Portfolio selection. J. Financ. 1952, 7, 77–91. [Google Scholar]
  24. Sharpe, W.F. The Sharpe Ratio. J. Portf. Manag. 1994, 21, 49–58. [Google Scholar] [CrossRef]
  25. Breiman, L. Bagging predictors. Mach. Learn. 1996, 24, 123–140. [Google Scholar] [CrossRef]
  26. Freund, Y.; Schapire, R.E. A Decision-Theoretic Generalization of On-Line Learning and an Application to Boosting. J. Comput. Syst. Sci. 1997, 55, 119–139. [Google Scholar] [CrossRef]
  27. Friedman, J.H. Greedy function approximation: A gradient boosting machine. Ann. Stat. 2001, 29, 1189–1232. [Google Scholar] [CrossRef]
  28. Schapire, R.E. A brief introduction to boosting. In Proceedings of the 16th International Joint Conference on Artificial Intelligence, Stockholm, Sweden, 31 July–6 August 1999; Volume 2, pp. 1401–1406. [Google Scholar]
  29. Wang, M.; Yu, S. Application of Bayesian network and genetic algorithm enhanced Monte Carlo method in urban transportation infrastructure investment. J. Comput. Methods Sci. Eng. 2025. [Google Scholar] [CrossRef]
  30. Reifschneider, D. US Monetary Policy and the Recent Surge in Inflation. Peterson Inst. Int. Econ. Work. Pap. 2024, 24-13. [Google Scholar] [CrossRef]
  31. Shu, M.; Song, R. Real-time Bubble Status of US Stock Market After the 2020 Stock Market Crash. In 2024 JSM Proceedings; American Statistical Association: Alexandria, VA, USA, 2024. [Google Scholar] [CrossRef]
  32. Thongkairat, S.; Yamaka, W. A Combined Algorithm Approach for Optimizing Portfolio Performance in Automated Trading: A Study of SET50 Stocks. Mathematics 2025, 13, 461. [Google Scholar] [CrossRef]
  33. Wang, Y.; Zhang, Y.; Zou, J.; Ravishanker, N. Online structural break detection in financial durations. Stat. Comput. 2025, 35, 45. [Google Scholar] [CrossRef]
  34. Xiong, Z. Ensemble RL through Classifier Models: Enhancing Risk-Return Trade-offs in Trading Strategies. arXiv 2025, arXiv:2502.17518. [Google Scholar]
  35. Breiman, L. Random forests. Mach. Learn. 2001, 45, 5–32. [Google Scholar] [CrossRef]
  36. Rezaei, A.; Abdellatif, I.; Umar, A. Towards Economic Sustainability: A Comprehensive Review of Artificial Intelligence and Machine Learning Techniques in Improving the Accuracy of Stock Market Movements. Int. J. Financ. Stud. 2025, 13, 28. [Google Scholar] [CrossRef]
  37. Bollerslev, T. Generalized autoregressive conditional heteroskedasticity. J. Econom. 1986, 31, 307–327. [Google Scholar] [CrossRef]
  38. Engle, R.F. Dynamic Conditional Correlation: A Simple Class of Multivariate GARCH Models. J. Bus. Econ. Stat. 2002, 20, 339–350. [Google Scholar] [CrossRef]
  39. Goodell, J.W. COVID-19 and finance: Agendas for future research. Financ. Res. Lett. 2020, 35, 101512. [Google Scholar] [CrossRef] [PubMed]
  40. Mukherjee, A.; Singhal, R.; Shroff, G. Numin: Weighted-Majority Ensembles for Intraday Trading. In Proceedings of the 5th ACM International Conference on AI in Finance (ICAIF ’24), Brooklyn, NY, USA, 14–17 November 2024; ACM: New York, NY, USA, 2024; pp. 703–710. [Google Scholar] [CrossRef]
  41. Orra, A.; Bhambu, A.; Choudhary, H.; Thakur, M. Dynamic Reinforced Ensemble using Bayesian Optimization for Stock Trading. In Proceedings of the 5th ACM International Conference on AI in Finance (ICAIF ’24), Brooklyn, NY, USA, 14–17 November 2024; ACM: New York, NY, USA, 2024; pp. 361–369. [Google Scholar] [CrossRef]
  42. Balijepalli, N.S.S.; Thangaraj, V. Prediction of cryptocurrency’s price using ensemble machine learning algorithms. Eur. J. Manag. Bus. Econ. 2025. [Google Scholar] [CrossRef]
  43. Dong, Y.; Huang, H.; Zhang, G.; Jin, J. Adaptive Transit Signal Priority Control for Traffic Safety and Efficiency Optimization: A Multi-Objective Deep Reinforcement Learning Framework. Mathematics 2024, 12, 3994. [Google Scholar] [CrossRef]
  44. Fujimoto, S.; van Hoof, H.; Meger, D. Addressing Function Approximation Error in Actor–Critic Methods. In Proceedings of the 35th International Conference on Machine Learning (ICML), Stockholm, Sweden, 10–15 July 2018; pp. 1582–1591. [Google Scholar]
  45. Buehler, H.; Gonon, L.; Teichmann, J.; Wood, B. Deep Hedging. Quant. Financ. 2019, 19, 1271–1291. [Google Scholar] [CrossRef]
  46. Gao, H.; Kou, G.; Liang, H.; Zhang, H.; Chao, X.; Li, C.C.; Dong, Y. Machine learning in business and finance: A literature review and research opportunities. Financ. Innov. 2024, 10, 86. [Google Scholar] [CrossRef]
  47. Sangve, S.; Kohad, N.D.; Khot, P.C.; Khobragrade, S.D.; Kumbhar, S.S. ProfitPulse: Reinforcement Learning-Driven Trading Strategy. Cureus J. Comput. Sci. 2025, 2, es44389-024-00994-x. [Google Scholar] [CrossRef]
  48. Bai, X.; Zhuang, S.; Xie, H.; Guo, L. Leveraging Generative Artificial Intelligence for Financial Market Trading Data Management and Prediction. Preprints 2024. [Google Scholar] [CrossRef]
  49. Zhang, Z.; Zohren, S.; Roberts, S. Deep Reinforcement Learning for trading. J. Financ. Data Sci. 2020, 2, 25–40. [Google Scholar] [CrossRef]
  50. Narayana, M.L.; Kartha, A.J.; Mandal, A.K.; Suresh, A.; Jose, A.C. Ensemble time series models for stock price prediction and portfolio optimization with sentiment analysis. J. Intell. Inf. Syst. 2025. [Google Scholar] [CrossRef]
  51. Vojtko, R.; Dujava, C. Using Inflation Data for Systematic Gold and Treasury Investment Strategies. SSRN 2025. [Google Scholar] [CrossRef]
  52. Li, W. The Study on the Application of Machine Learning Algorithms for Stock Prices Prediction During Special Periods. In International Workshop on Navigating the Digital Business Frontier for Sustainable Financial Innovation (ICDEBA 2024); Atlantis Press: Paris, France, 2025; pp. 656–663. [Google Scholar] [CrossRef]
  53. Shahzad, S.J.H.; Raza, N.; Balcilar, M.; Ali, S.; Shahbaz, M. Can economic policy uncertainty and investors sentiment predict commodities returns and volatility? Resour. Policy 2017, 53, 208–218. [Google Scholar] [CrossRef]
  54. Kumar, A.; Ji, T. CryptoPulse: Short-Term Cryptocurrency Forecasting with Dual-Prediction and Cross-Correlated Market Indicators. arXiv 2025, arXiv:2502.19349. [Google Scholar]
  55. Mohammed, K.S.; Obeid, H.; Oueslati, K.; Kaabia, O. Investor sentiments, economic policy uncertainty, US interest rates, and financial assets: Examining their interdependence over time. Financ. Res. Lett. 2023, 57, 104180. [Google Scholar] [CrossRef]
  56. Qureshi, S.; Saeed, A.; Ahmad, F.; Khattak, A.; Almotiri, S.; Al Ghamdi, M.; Rukh, M. Evaluating machine learning models for predictive accuracy in cryptocurrency price forecasting. PeerJ Comput. Sci. 2025, 11, e2626. [Google Scholar] [CrossRef]
  57. Zúñiga-Cedillo, S.Y.; Jiménez-Preciado, A.L.; Cruz-Aké, S.; Venegas-Martínez, F. Behavioral Economics and Stock Market Sentiments in Investment Decisions in Mexico: Web Scraping, Natural Language Processing, and Pearson Correlation of Scores. Int. J. Econ. Financ. Issues 2025, 15, 344–354. [Google Scholar] [CrossRef]
  58. Jorion, P. Value at Risk: The New Benchmark for Managing Financial Risk, 3rd ed.; McGraw Hill Professional: New York, NY, USA, 2006. [Google Scholar]
  59. Rockafellar, R.; Uryasev, S. Optimization of conditional value-at-risk. J. Risk 2000, 2, 21–41. [Google Scholar] [CrossRef]
  60. Alexander, C. Market Risk Analysis, Quantitative Methods in Finance; John Wiley & Sons: Hoboken, NJ, USA, 2008. [Google Scholar]
  61. Hull, J. Risk Management and Financial Institutions, 4th ed.; John Wiley & Sons: Hoboken, NJ, USA, 2015. [Google Scholar]
  62. Celestin, M.; Kumar, D.A.; Asamoah, P. Applications of GARCH Models for Volatility Forecasting in High-Frequency Trading Environments. Zenodo 2025, 10, 12–21. [Google Scholar] [CrossRef]
  63. Tsay, R.S. Analysis of Financial Time Series, 2nd ed.; John Wiley & Sons: Hoboken, NJ, USA, 2005. [Google Scholar]
  64. Enenkel, M.; Engle, N.L.; Svoboda, M. A major blind spot in drought risk financing: Water services in low-income countries. Front. Clim. 2024, 6, 1297002. [Google Scholar] [CrossRef]
  65. Pagano, M.S.; Schwartz, R.A. A closing call’s impact on market quality at Euronext Paris. J. Financ. Econ. 2003, 68, 439–484. [Google Scholar] [CrossRef]
  66. Rodríguez Cuadro, D.; Pérez-Plaza, S.; Castaño-Martínez, A.; Fernández-Palacín, F. A Study of the Colombian Stock Market with Multivariate Functional Data Analysis (FDA). Mathematics 2025, 13, 858. [Google Scholar] [CrossRef]
  67. Koutmos, G.; Booth, G.G. Asymmetric volatility transmission in international stock markets. J. Int. Money Financ. 1995, 14, 747–762. [Google Scholar] [CrossRef]
  68. Lane, P. The European Sovereign Debt Crisis. J. Econ. Perspect. 2012, 26, 49–67. [Google Scholar] [CrossRef]
  69. Baker, S.R.; Bloom, N.; Davis, S.J.; Kost, K.; Sammon, M.; Viratyosin, T. The Unprecedented Stock Market Reaction to COVID-19. Rev. Asset Pricing Stud. 2020, 10, 742–758. [Google Scholar] [CrossRef]
  70. Arner, D.W.; Zetzsche, D.A.; Buckley, R.P.; Kirkwood, J. The Financialization of Crypto: Lessons from FTX and the Crypto Winter of 2022–2023; No. 2023/19; UNSW Law Res. Pap.; No. 23-31; University of Hong Kong Faculty of Law Research Paper: Hong Kong, China, 2023. [Google Scholar] [CrossRef]
  71. Aharon, D.Y.; Ali, S.; Naved, M. Too Big to Fail: The Aftermath of Silicon Valley Bank (SVB) Collapse and Its Impact on Financial Markets. Res. Int. Bus. Financ. 2023, 66, 102036. [Google Scholar] [CrossRef]
  72. Sutton, R.S.; Barto, A.G. Reinforcement Learning: An Introduction, 2nd ed.; The MIT Press: Cambridge, MA, USA, 2018. [Google Scholar]
  73. Damodaran, A. Investment Valuation: Tools and Techniques for Determining the Value of Any Asset; John Wiley & Sons: Hoboken, NJ, USA, 2012. [Google Scholar]
  74. Dong, J. Silicon Valley Bank Bankruptcy—Liquidity Risk Analysis Based on Financial Statements. In SHS Web Conferences; EDP Sciences: Les Ulis, France, 2024. [Google Scholar] [CrossRef]
  75. Majnoni, G.; Martinez Peria, M.; Blaschke, W.; Jones, M. Stress Testing of Financial Systems: An Overview of Issues, Methodologies, and FSAP Experiences; IMF Working Paper; IMF: Washington, DC, USA, 2001; Volume 1. [Google Scholar] [CrossRef]
  76. Sorge, M. Stress-Testing Financial Systems: An Overview of Current Methodologies; BIS Working Paper; No. 165; BIS: Basel, Switzerland, 2004. [Google Scholar] [CrossRef]
  77. Hamilton, J.D. A New Approach to the Economic Analysis of Nonstationary Time Series and the Business Cycle. Econometrica 1989, 57, 357–384. [Google Scholar] [CrossRef]
  78. Ooi, K.L. Modern Behavioural Finance Theories. In Theories to Contemporary Applications and Future Perspectives; Springer: Berlin/Heidelberg, Germany, 2025. [Google Scholar] [CrossRef]
  79. Hachaïchi, Y.; Lanwer, A. Benchmarking Reinforcement Learning (RL) Algorithms for Portfolio Optimization. RG 2024. [Google Scholar] [CrossRef]
  80. Benhamou, E. Can Deep Reinforcement Learning Solve the Portfolio Allocation Problem? Ph.D. Thesis, Université Paris Sciences et Lettres, Paris, France, 2023. Available online: https://tel.archives-ouvertes.fr/tel-04397754 (accessed on 20 December 2024).
  81. Sattar, A.; Sarwar, A.; Gillani, S.; Bukhari, M.; Rho, S.; Faseeh, M. A Novel RMS-Driven Deep Reinforcement Learning for Optimized Portfolio Management in Stock Trading. IEEE Access 2025, 13, 42813–42835. [Google Scholar] [CrossRef]
  82. Scaletta, G. Deep Reinforcement Learning for Portfolio Optimization. Master’s Thesis, Corso di Laurea Magistrale in Ingegneria Informatica (Computer Engineering), Politecnico di Torino, Torino, Italy, 2024. [Google Scholar]
Figure 1. Cumulative returns comparison of Reinforcement Learning portfolio-allocation models.
Figure 1. Cumulative returns comparison of Reinforcement Learning portfolio-allocation models.
Mathematics 13 01317 g001
Figure 2. Comparative performance of traditional and iterative model combining portfolio strategies.
Figure 2. Comparative performance of traditional and iterative model combining portfolio strategies.
Mathematics 13 01317 g002
Figure 3. Dynamic correlation trends during the early market phase (March 2022–March 2023).
Figure 3. Dynamic correlation trends during the early market phase (March 2022–March 2023).
Mathematics 13 01317 g003
Figure 4. Dynamic correlation trends during the later market phase (March 2023–March 2024).
Figure 4. Dynamic correlation trends during the later market phase (March 2023–March 2024).
Mathematics 13 01317 g004
Figure 5. Learning progression: cumulative rewards of IMCA across training steps.
Figure 5. Learning progression: cumulative rewards of IMCA across training steps.
Mathematics 13 01317 g005
Figure 6. Learning progression: Sharpe ratio of IMCA across training steps.
Figure 6. Learning progression: Sharpe ratio of IMCA across training steps.
Mathematics 13 01317 g006
Table 1. Training times and hyperparameters for each Reinforcement Learning model.
Table 1. Training times and hyperparameters for each Reinforcement Learning model.
ModelHyperparametersTimestepsTraining Time
A2C“n_steps”: 10,000,
“ent_coef”: 0.01,
“learning_rate”: 0.001
200,0008–18 min
PPO“n_steps”: 10,000,
“ent_coef”: 0.005,
“learning_rate”: 0.001,
“batch_size”: 256
200,00012–20 min
DDPG“batch_size”: 256,
“buffer_size”: 1,000,000,
“learning_rate”: 0.001
200,000120–130 min
SAC“batch_size”: 256,
“buffer_size”: 1,000,000,
“learning_rate”: 0.001,
“learning_starts”: 0.01,
“ent_coef”: “auto_0.1”
200,000130–140 min
TD3“batch_size”: 256,
“buffer_size”: 1,000,000,
“learning_rate”: 0.001
200,000115–130 min
Table 2. Performance metrics of portfolio-allocation models.
Table 2. Performance metrics of portfolio-allocation models.
ModelAnnual Return (%)Cumulative Returns (%)Annual Volatility (%)Sharpe RatioMax Drawdown (%)Daily VaR (%)
A2C5.7227.68.110.705−13.20−1.00
PPO6.0429.38.080.748−13.10−1.00
DDPG5.3525.48.260.648−13.85−1.02
SAC5.1024.47.700.662−12.98−0.95
TD36.0729.48.320.730−12.96−1.02
Min Variance0.170.755.990.028−10.96−0.75
CAPM3.4916.117.170.203−50.97−2.14
IMCA6.8029.58.200.829−13.50−1.02
Table 3. Strengths, limitations, and methodological constraints of the IMCA-DRL framework.
Table 3. Strengths, limitations, and methodological constraints of the IMCA-DRL framework.
AspectStrengths (Pros)Limitations (Cons)Research Method Constraints
AdaptabilityDynamically adjusts model weights in real time, enabling responsiveness to market regime shifts (bull/bear/sideways).Requires frequent retraining, which is computationally intensive.No theoretical guarantee of convergence in highly non-stationary market regimes.
PerformanceAchieves highest Sharpe ratio (0.829) and cumulative return (29.5%) among all models evaluated.Performance is data-driven and sensitive to quality of historical inputs.Model does not incorporate macroeconomic forecasts or scenario testing.
Risk ManagementIntegrates GARCH-based volatility indicators and adaptive risk measures (e.g., VaR, CVaR).GARCH may underperform during tail-risk or black-swan events.Transaction costs and liquidity risks are not explicitly modeled.
Cross-Market ScopeCovers both developed and emerging markets (e.g., U.S., EU, Thailand), enhancing generalizability.Market alignment may introduce time lag or forward-fill bias.Temporal alignment of multi-exchange data may distort short-term signals.
Sentiment ProxyUses price action and technical indicators (e.g., MACD, RSI, SMA) as efficient proxies for market sentiment.Lacks explicit handling of exogenous sentiment shocks (e.g., policy news, war).Does not utilize alternative sentiment data (e.g., news, social media).
Computational EfficiencyTraining time is reduced with GPU acceleration; converges within 100,000 steps.TD3/SAC models may still require long training durations (120–140 min).Real-time applicability not yet tested in production environments.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Pankwaen, K.; Thongkairat, S.; Saijai, W. Global Cross-Market Trading Optimization Using Iterative Combined Algorithm: A Multi-Asset Approach with Stocks and Cryptocurrencies. Mathematics 2025, 13, 1317. https://doi.org/10.3390/math13081317

AMA Style

Pankwaen K, Thongkairat S, Saijai W. Global Cross-Market Trading Optimization Using Iterative Combined Algorithm: A Multi-Asset Approach with Stocks and Cryptocurrencies. Mathematics. 2025; 13(8):1317. https://doi.org/10.3390/math13081317

Chicago/Turabian Style

Pankwaen, Kansuda, Sukrit Thongkairat, and Worrawat Saijai. 2025. "Global Cross-Market Trading Optimization Using Iterative Combined Algorithm: A Multi-Asset Approach with Stocks and Cryptocurrencies" Mathematics 13, no. 8: 1317. https://doi.org/10.3390/math13081317

APA Style

Pankwaen, K., Thongkairat, S., & Saijai, W. (2025). Global Cross-Market Trading Optimization Using Iterative Combined Algorithm: A Multi-Asset Approach with Stocks and Cryptocurrencies. Mathematics, 13(8), 1317. https://doi.org/10.3390/math13081317

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop