Can Agentic Trading Systems Pay for Their Own Intelligence?

2026-07-11Artificial Intelligence

Artificial IntelligenceMultiagent Systems
AI summary

The authors introduce TradeLens, a tool to check if trading systems using large language models (LLMs) actually turn their complex decisions and costs into real profits. Instead of just measuring performance, TradeLens looks at detailed trading records to see why and how these models succeed or fail in making money. They tested different models and setups, finding that profit depends more on how well intelligence is converted into good timing and asset choices, rather than just how big or fast the trades are. This approach shifts focus from ranking models by ability to understanding their real-world financial impact.

Large Language ModelsTrading SystemsAgentic ViabilityProfit AttributionTrading TrajectoriesModel EvaluationIntelligence-to-Profit ConversionRuntime TracesTrading FrequencySystem Architecture
Authors
Qiqi Duan, Changlun Li, Chen Wang, Fan Zhang, Mengxiang Wang, Dayi Miao, Peixian Ma, Jiangpeng Yan, Liyuan Chen, Shuoling Liu, Preslav Nakov, Yuyu Luo, Nan Tang
Abstract
Large language model (LLM) agents are increasingly used in trading systems, where model reasoning, tool use, and continual decisions incur costs that are expected to produce trading value. Existing evaluations typically report performance metrics, but rarely examine agentic viability: whether dynamic LLM-mediated decisions convert their induced costs into measurable incremental profit. To apply this criterion, we introduce TradeLens, a trace-grounded diagnostic toolkit for evaluating agentic trading systems from their trading records, runtime traces, and deployment configurations. It reconstructs trading trajectories, attributes profit and cost to interpretable evidence, and diagnoses whether and why an agent pays for its own intelligence. We conduct extensive analysis across backbone models, capital scales, trading frequencies, and system architectures, together with deployment discussion. Our results show that viability hinges on intelligence-to-profit conversion: models exhibit different failure patterns, such as poor asset selection in DeepSeek-V3.2 and negative timing in GLM-4.7, while capital scale, trading frequency, and architecture matter only by amplifying or degrading decision-attributed timing value. These findings reframe the evaluation of LLM-based trading agents from capability-centric performance ranking to trace-grounded diagnosis of intelligence-to-profit conversion. Our code is available at https://anonymous.4open.science/r/TradeLens.