Orchestration Framework for Financial Agents: From Algorithmic Trading to Agentic Trading

Papers with Code Trending Papers

Summary

This paper proposes an orchestration framework for financial agents that maps traditional algorithmic trading components to AI agents, demonstrating improved returns in stock and BTC trading compared to market benchmarks.

The financial market is a mission-critical playground for AI agents due to its temporal dynamics and low signal-to-noise ratio. Building an effective algorithmic trading system may require a professional team to develop and test over the years. In this paper, we propose an orchestration framework for financial agents, which aims to democratize financial intelligence to the general public. We map each component of the traditional algorithmic trading system to agents, including planner, orchestrator, alpha agents, risk agents, portfolio agents, backtest agents, execution agents, audit agents, and memory agent. We present two in-house trading examples. For the stock trading task (hourly data from 04/2024 to 12/2024), our approach achieved a return of 20.42%, a Sharpe ratio of 2.63, and a maximum drawdown of -3.59%, while the S&P 500 index yielded a return of 15.97%. For the BTC trading task (minute data from 27/07/2025 to 13/08/2025), our approach achieved a return of 8.39%, a Sharpe ratio of 0.38, and a maximum drawdown of -2.80%, whereas the BTC price increased by 3.80%. Our code is available on https://github.com/Open-Finance-Lab/AgenticTrading{GitHub}.
Original Article
View Cached Full Text

Cached at: 08/26/26, 09:11 PM

Paper page - Orchestration Framework for Financial Agents: From Algorithmic Trading to Agentic Trading

Source: https://huggingface.co/papers/2512.02227

Abstract

Thefinancialmarketisamission-criticalplaygroundforAIagentsduetoitstemporaldynamicsandlowsignal-to-noiseratio.Buildinganeffectivealgorithmictradingsystemmayrequireaprofessionalteamtodevelopandtestovertheyears.Inthispaper,weproposeanorchestrationframeworkforfinancialagents,whichaimstodemocratizefinancialintelligencetothegeneralpublic.Wemapeachcomponentofthetraditionalalgorithmictradingsystemtoagents,includingplanner,orchestrator,alphaagents,riskagents,portfolioagents,backtestagents,executionagents,auditagents,andmemoryagent.Wepresenttwoin-housetradingexamples.Forthestocktradingtask(hourlydatafrom04/2024to12/2024),ourapproachachievedareturnof20.42%,aSharperatioof2.63,andamaximumdrawdownof-3.59%,whiletheS&P500indexyieldedareturnof15.97%.FortheBTCtradingtask(minutedatafrom27/07/2025to13/08/2025),ourapproachachievedareturnof8.39%,aSharperatioof0.38,andamaximumdrawdownof-2.80%,whereastheBTCpriceincreasedby3.80%.Ourcodeisavailableonhttps://github.com/Open-Finance-Lab/AgenticTrading{GitHub}.

View arXiv pageView PDFGitHub538autoAdd to collection

Get this paper in your agent:

hf papers read 2512\.02227

Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash

Models citing this paper1

#### nerds-gaming/xauusd-ml-trader

Datasets citing this paper0

No dataset linking this paper

Cite arxiv.org/abs/2512.02227 in a dataset README.md to link it from this page.

Spaces citing this paper0

No Space linking this paper

Cite arxiv.org/abs/2512.02227 in a Space README.md to link it from this page.

Collections including this paper1

Similar Articles

TradingAgents: Multi-Agents LLM Financial Trading Framework

Papers with Code Trending

This paper introduces TradingAgents, a multi-agent LLM framework that simulates real-world trading firms to improve stock trading performance. It utilizes specialized agents for analysis and risk management, demonstrating superior results in cumulative returns and Sharpe ratio compared to baselines.

@Voxyz_ai: https://x.com/Voxyz_ai/status/2062246736257556654

X AI KOLs Timeline

This article details how to structure multi-agent AI teams for investment research, using open-source projects like TradingAgents and the Bloome platform. It emphasizes that the key to effective agent collaboration is the organizational architecture, not the model intelligence.

AI-Trader: Benchmarking Autonomous Agents in Real-Time Financial Markets

Papers with Code Trending

This paper introduces AI-Trader, the first fully automated live benchmark for evaluating LLMs in financial decision-making across US stocks, A-shares, and cryptocurrencies. It highlights that general intelligence does not guarantee trading success and emphasizes the importance of risk control in autonomous agents.