A Meta-Method for Portfolio Management Using Machine Learning for Adaptive Strategy Selection
This work proposes a novel portfolio management technique, the Meta Portfolio Method (MPM), inspired by the successes of meta approaches in the field of bioinformatics and elsewhere. The MPM uses XGBoost to learn how to switch between two risk-based portfolio allocation strategies, the Hierarchical Risk Parity (HRP) and more classical Na\"ive Risk Parity (NRP). It is demonstrated that the MPM is able to successfully take advantage of the best characteristics of each strategy (the NRP's fast growth during market uptrends, and the HRP's protection against drawdowns during market turmoil). As a result, the MPM is shown to possess an excellent out-of-sample risk-reward profile, as measured by the Sharpe ratio, and in addition offers a high degree of interpretability of its asset allocation decisions.
Code (0)
등록된 구현이 없습니다.
Tasks
BIG-bench Machine LearningManagementSimilar Papers 제목 키워드 기반
MARS: A Meta-Adaptive Reinforcement Learning Framework for Risk-Aware Multi-Agent Portfolio Management
Reinforcement Learning (RL) has shown significant promise in automated portfolio management; however, effectively balancing risk and return remains a central challenge, as many models fail to adapt to dynamically changin…
Reinforcement LearningFeature EngineeringMarket-Adaptive Ratio for Portfolio Management
Traditional risk-adjusted returns, such as the Treynor, Sharpe, Sortino, and Information ratios, have been pivotal in portfolio asset allocation, focusing on minimizing risk while maximizing profit. Nevertheless, these m…
ManagementCAD: Clustering And Deep Reinforcement Learning Based Multi-Period Portfolio Management Strategy
In this paper, we present a novel trading strategy that integrates reinforcement learning methods with clustering techniques for portfolio management in multi-period trading. Specifically, we leverage the clustering meth…
ClusteringDeep Reinforcement LearningManagementreinforcement-learningAdaptive Portfolio by Solving Multi-armed Bandit via Thompson Sampling
As the cornerstone of modern portfolio theory, Markowitz's mean-variance optimization is considered a major model adopted in portfolio management. However, due to the difficulty of estimating its parameters, it cannot be…
Decision MakingManagementThompson SamplingApplication of Deep Q-Network in Portfolio Management
Machine Learning algorithms and Neural Networks are widely applied to many different areas such as stock market prediction, face recognition and population analysis. This paper will introduce a strategy based on the clas…
Deep Reinforcement LearningFace RecognitionManagementQ-Learning+2