paper-with-me

Papers

MadEvolve: Evolutionary Optimization of Trading Systems with Large Language Models

2026-05-21 · Yurii Kvasiuk, Tianyi Li, Owen Colegrove, Moritz Münchmeyer arxiv

We explore the application of LLM-driven algorithm optimization to several common tasks in quantitative finance. MadEvolve, a general-purpose algorithm optimization framework inspired by DeepMind's Alpha-Evolve, was recently developed to optimize algorithms in computational cosmology. Here we demonstrate the utility of MadEvolve to optimize algorithmic trading strategies and alpha generation at the example of Bitcoin trading. On our simulation and backtesting setup, we achieve significant improvements on all tasks we considered, such as evolving feature sets for signal generation, optimizing separate components of the trading strategy, and jointly evolving the feature pipeline together with the execution strategy. Additionally, we compare our method to other agentic search approaches, specifically Claude Code, and carefully evaluate p-hacking probabilities on our simulation setup. Our findings strongly support the utility of AI-driven agentic and evolutionary algorithms for algorithmic trading and quantitative finance.

📄 PDF Abstract BibTeX arXiv:2605.23007

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MadEvolve: Evolutionary Optimization of Cosmological Algorithms with Large Language Models

2026-02-17 · Tianyi Li, Shihui Zang, Moritz Münchmeyer arxiv

We develop a general framework to discover scientific algorithms and apply it to three problems in computational cosmology. Our code, MadEvolve, is similar to Google's AlphaEvolve, but places a stronger emphasis on free …

Computing trading strategies based on financial sentiment data using evolutionary optimization

2015-04-12 · Ronald Hochreiter

In this paper we apply evolutionary optimization techniques to compute optimal rule-based trading strategies based on financial sentiment data. The sentiment data was extracted from the social media service StockTwits to…

Evolving ab initio trading strategies in heterogeneous environments

2019-12-19 · David Rushing Dewhurst, Yi Li, Alexander Bogdan, Jasmine Geng

Securities markets are quintessential complex adaptive systems in which heterogeneous agents compete in an attempt to maximize returns. Species of trading agents are also subject to evolutionary pressure as entire classe…

Agent-Based Genetic Algorithm for Crypto Trading Strategy Optimization

2025-10-09 · Qiushi Tian, Churong Liang, Kairan Hong, Runnan Li arxiv

Cryptocurrency markets present formidable challenges for trading strategy optimization due to extreme volatility, non-stationary dynamics, and complex microstructure patterns that render conventional parameter optimizati…

AlgoEvolve: LLM-driven Meta-evolution of Algorithmic Trading Programs

2026-06-24 · Dhruv Sharma, Gautam Shroff arxiv

Recent work shows that Large Language Models (LLMs) can act as semantic mutation operators for the evolutionary discovery of programs and proofs. Most current applications focus on static coding benchmarks. We extend thi…

Program Synthesis