TLDR: TiMi (Trade in Minutes) is a novel multi-agent AI system for quantitative financial trading that leverages specialized large language model capabilities. It decouples complex strategy development and optimization from real-time minute-level deployment, enabling stable profitability, high action efficiency, and robust risk control across diverse markets like stocks and cryptocurrencies. The system’s innovations include a two-tier analytical paradigm, layered programming for bots, and a closed-loop optimization driven by mathematical reflection, empirically outperforming existing trading methods.
A new research paper introduces TiMi (Trade in Minutes), an innovative rationality-driven multi-agent system designed to revolutionize quantitative financial trading. Developed by a team of researchers from Tongji University, Microsoft Research Asia, University of Bristol, and Fudan University, TiMi addresses critical limitations of existing financial trading agents, such as emotional biases, reliance on peripheral information, and the need for continuous, computationally intensive inference during live deployment.
A New Approach to Financial Trading
The core innovation of TiMi lies in its ability to harmonize the strategic depth of AI agents with the mechanical rationality essential for high-frequency quantitative trading. Unlike previous systems that often simulate human roles, inadvertently introducing biases, TiMi leverages specialized capabilities of large language models (LLMs) in semantic analysis, code programming, and mathematical reasoning. This allows for a more objective and efficient approach to market analysis and trade execution.
One of the most significant features of TiMi is its architectural decoupling of strategy development from minute-level deployment. This means that complex reasoning and strategy optimization happen offline, while the refined trading bots execute trades in real-time with minimal latency. This separation dramatically improves efficiency and responsiveness, especially in volatile markets where speed is crucial.
How TiMi Works: A Three-Stage Process
The TiMi system operates through a comprehensive three-stage chain:
- Policy Stage: In an offline environment, a macro analysis agent identifies broad market patterns and formulates general trading strategies. A strategy adaptation agent then customizes these strategies for specific trading pairs, considering their unique characteristics. Finally, a bot evolution agent translates these strategies into prototype programmatic trading bots.
- Optimization Stage: The prototype bots undergo rigorous simulation using live or historical market data. A feedback reflection agent analyzes the performance, identifies risk scenarios, and formulates mathematical optimization problems. This leads to the refinement of parameters, functions, and even the underlying strategies of the bots, creating advanced, robust trading bots.
- Deployment Stage: Once thoroughly optimized and tested, these advanced trading bots are deployed in live trading environments. Thanks to the decoupling mechanism, they operate with low latency and execution costs, making minute-level dynamic trading feasible.
Also Read:
- QuantAgents: A Multi-Agent AI System for Finance Leverages Simulated Trading for Superior Performance
- AI Trading Agents: Balancing High Performance with Ironclad Compliance
Key Innovations and Benefits
TiMi introduces several pioneering innovations:
- A multi-agent architecture that effectively utilizes different LLM variants for semantic analysis, code programming, and mathematical reasoning.
- The strategic decoupling of strategy development from real-time deployment, enhancing efficiency.
- A two-tier analytical paradigm that moves from broad macro patterns to specific micro customizations for individual trading pairs.
- A layered programming design for trading bot implementation, ensuring modularity and systematic refinement.
- A closed-loop optimization system driven by mathematical reflection, allowing continuous improvement based on real-world feedback.
Extensive evaluations across over 200 trading pairs in both U.S. stock index futures and cryptocurrency markets have empirically validated TiMi’s efficacy. The system demonstrates stable profitability, superior action efficiency, and robust risk control, particularly in challenging altcoin markets. It consistently outperforms traditional quantitative methods, machine learning/reinforcement learning approaches, and other LLM-based agents in terms of Annual Rate of Return, Sharpe Ratio, and Maximum Drawdown.
The research highlights TiMi’s ability to capitalize on short-term market inefficiencies due to its minute-level trading frequency, a capability often missed by daily-frequency methods. Furthermore, its architectural design ensures low latency during execution, comparable to simple quantitative methods, a significant advantage over other AI systems requiring continuous model inference.
For more in-depth technical details, you can refer to the full research paper here.


