RiskMiner: Discovering Formulaic Alphas via Risk Seeking Monte Carlo Tree Search
The formulaic alphas are mathematical formulas that transform raw stock data into indicated signals. In the industry, a collection of formulaic alphas is combined to enhance modeling accuracy. Existing alpha mining only employs the neural network agent, unable to utilize the structural information of the solution space. Moreover, they didn't consider the correlation between alphas in the collection, which limits the synergistic performance. To address these problems, we propose a novel alpha mining framework, which formulates the alpha mining problems as a reward-dense Markov Decision Process (MDP) and solves the MDP by the risk-seeking Monte Carlo Tree Search (MCTS). The MCTS-based agent fully exploits the structural information of discrete solution space and the risk-seeking policy explicitly optimizes the best-case performance rather than average outcomes. Comprehensive experiments are conducted to demonstrate the efficiency of our framework. Our method outperforms all state-of-the-art benchmarks on two real-world stock sets under various metrics. Backtest experiments show that our alphas achieve the most profitable results under a realistic trading setting.
Code (0)
등록된 구현이 없습니다.
Similar Papers 제목 키워드 기반
$\text{Alpha}^2$: Discovering Logical Formulaic Alphas using Deep Reinforcement Learning
Alphas are pivotal in providing signals for quantitative trading. The industry highly values the discovery of formulaic alphas for their interpretability and ease of analysis, compared with the expressive yet overfitting…
Deep Reinforcement LearningGenerating Synergistic Formulaic Alpha Collections via Reinforcement Learning
In the field of quantitative trading, it is common practice to transform raw historical stock data into indicative signals for the market trend. Such signals are called alpha factors. Alphas in formula forms are more int…
reinforcement-learningReinforcement LearningReinforcement Learning (RL)AlphaEvolve: A Learning Framework to Discover Novel Alphas in Quantitative Investment
Alphas are stock prediction models capturing trading signals in a stock market. A set of effective alphas can generate weakly correlated high returns to diversify the risk. Existing alphas can be categorized into two cla…
AutoMLStock PredictionAutoAlpha: an Efficient Hierarchical Evolutionary Algorithm for Mining Alpha Factors in Quantitative Investment
The multi-factor model is a widely used model in quantitative investment. The success of a multi-factor model is largely determined by the effectiveness of the alpha factors used in the model. This paper proposes a new e…
DiversityEnsemble LearningLearning-To-RankAutomated Formulaic Alpha Generation for Quantitative Investing using Evolutionary Algorithms
A cosmic ray consists of mostly highly energetic protons that emanate from the sun, the Milky Way and distant galaxies. By colliding with particles in our atmosphere they trigger a chain reaction that leads to so calle…
Evolutionary Algorithms