Trade in Minutes! Rationality-Driven Agentic System for Quantitative Financial Trading
Zifan Song, Kaitao Song, Guosheng Hu, Ding Qi, Junyao Gao, Xiaohua Wang, Dongsheng Li, Cairong Zhao
TL;DR
The paper addresses the challenge of autonomous quantitative trading by reducing emotional biases and deployment latency through a rationality-driven agentic system. TiMi introduces a three-stage policy-optimization-deployment chain that decouples offline strategy development from minute-level live execution, combining semantic analysis, code programming, and mathematical reasoning across four specialized agents. It formalizes the market environment as $(\mathcal{M}, \mathcal{W}, \mathcal{S}, \mathcal{F}, \mathcal{J})$ and aims to maximize $\mathcal{J}(\pi_\Theta)$ via a hierarchical optimization that yields a pair-specific, programmatic trading bot with layers for strategy, function, and parameter. Empirically, TiMi demonstrates stable profitability and efficient deployment across 200+ trading pairs in stock and crypto markets, outperforming baselines in ARR, risk-adjusted metrics, and latency.
Abstract
Recent advancements in large language models (LLMs) and agentic systems have shown exceptional decision-making capabilities, revealing significant potential for autonomic finance. Current financial trading agents predominantly simulate anthropomorphic roles that inadvertently introduce emotional biases and rely on peripheral information, while being constrained by the necessity for continuous inference during deployment. In this paper, we pioneer the harmonization of strategic depth in agents with the mechanical rationality essential for quantitative trading. Consequently, we present TiMi (Trade in Minutes), a rationality-driven multi-agent system that architecturally decouples strategy development from minute-level deployment. TiMi leverages specialized LLM capabilities of semantic analysis, code programming, and mathematical reasoning within a comprehensive policy-optimization-deployment chain. Specifically, we propose a two-tier analytical paradigm from macro patterns to micro customization, layered programming design for trading bot implementation, and closed-loop optimization driven by mathematical reflection. Extensive evaluations across 200+ trading pairs in stock and cryptocurrency markets empirically validate the efficacy of TiMi in stable profitability, action efficiency, and risk control under volatile market dynamics.
