paper-with-me

Papers

Generating Synergistic Formulaic Alpha Collections via Reinforcement Learning

2023-05-25 · Shuo Yu, Hongyan Xue, Xiang Ao, Feiyang Pan, Jia He, Dandan Tu, Qing He

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 interpretable and thus favored by practitioners concerned with risk. In practice, a set of formulaic alphas is often used together for better modeling precision, so we need to find synergistic formulaic alpha sets that work well together. However, most traditional alpha generators mine alphas one by one separately, overlooking the fact that the alphas would be combined later. In this paper, we propose a new alpha-mining framework that prioritizes mining a synergistic set of alphas, i.e., it directly uses the performance of the downstream combination model to optimize the alpha generator. Our framework also leverages the strong exploratory capabilities of reinforcement learning~(RL) to better explore the vast search space of formulaic alphas. The contribution to the combination models' performance is assigned to be the return used in the RL process, driving the alpha generator to find better alphas that improve upon the current set. Experimental evaluations on real-world stock market data demonstrate both the effectiveness and the efficiency of our framework for stock trend forecasting. The investment simulation results show that our framework is able to achieve higher returns compared to previous approaches.

📄 PDF Abstract BibTeX arXiv:2306.12964

Code (1)

RL-MLDM/alphagen 공식 구현 pytorch

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…

Similar Papers 제목 키워드 기반

Synergistic Formulaic Alpha Generation for Quantitative Trading based on Reinforcement Learning

2024-01-05 · Hong-Gi Shin, Sukhyun Jeong, Eui-Yeon Kim, Sungho Hong 외

Mining of formulaic alpha factors refers to the process of discovering and developing specific factors or indicators (referred to as alpha factors) for quantitative trading in stock market. To efficiently discover alpha …

reinforcement-learningReinforcement Learning (RL)

$\text{Alpha}^2$: Discovering Logical Formulaic Alphas using Deep Reinforcement Learning

2024-06-24 · Feng Xu, Yan Yin, Xinyu Zhang, Tianyuan Liu 외

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 Learning

RiskMiner: Discovering Formulaic Alphas via Risk Seeking Monte Carlo Tree Search

2024-02-11 · Tao Ren, Ruihan Zhou, Jinyang Jiang, Jiafeng Liang 외

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 …

AlphaForge: A Framework to Mine and Dynamically Combine Formulaic Alpha Factors

2024-06-26 · Hao Shi, Weili Song, Xinting Zhang, Jiahe Shi 외

The complexity of financial data, characterized by its variability and low signal-to-noise ratio, necessitates advanced methods in quantitative investment that prioritize both performance and interpretability.Transitioni…

Diversity

AutoAlpha: an Efficient Hierarchical Evolutionary Algorithm for Mining Alpha Factors in Quantitative Investment

2020-02-09 · Tianping Zhang, Yuanqi Li, Yifei Jin, Jian Li

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-Rank