Tagged articles
21 articles
Page 1 of 1
AI Explorer
AI Explorer
May 1, 2026 · Artificial Intelligence

A New Multi‑Agent LLM Framework Redefines AI‑Driven Financial Trading

TradingAgents introduces a multi‑agent LLM framework that transforms AI from a single‑point price predictor into a collaborative trading team, offering roles such as analyst, researcher, trader, and risk manager, with open‑source code, Docker deployment, and over 59,000 GitHub stars.

AI FinanceDockerLLM
0 likes · 7 min read
A New Multi‑Agent LLM Framework Redefines AI‑Driven Financial Trading
AI Explorer
AI Explorer
Mar 26, 2026 · Artificial Intelligence

Reinventing Financial Trading with a Multi‑Agent LLM Framework

TradingAgents introduces a multi‑agent architecture that lets specialized LLM experts—researchers, analysts, traders and risk managers—collaborate to analyse markets, manage risk and execute trades, offering a new AI‑driven collaboration paradigm for quantitative finance while providing explainable decisions and enterprise‑grade stability.

AI CollaborationFinancial AILLM
0 likes · 6 min read
Reinventing Financial Trading with a Multi‑Agent LLM Framework
AI Explorer
AI Explorer
Mar 24, 2026 · Artificial Intelligence

Revolutionizing Financial Trading with a Multi‑Agent AI Framework

TradingAgents is an open‑source Python framework that uses multiple specialized LLM agents—Analyst, Researcher, Trader, and Risk Manager—to mimic a real investment bank’s workflow, offering a more robust and explainable approach to quantitative trading and financial research.

Financial AILLMPython
0 likes · 6 min read
Revolutionizing Financial Trading with a Multi‑Agent AI Framework
Bighead's Algorithm Notes
Bighead's Algorithm Notes
Mar 15, 2026 · Artificial Intelligence

Paper Reading: TiMi – An Inference‑Driven Multi‑Agent System for Quantitative Trading

TiMi is a reasoning‑driven multi‑agent framework that decouples strategy development from minute‑level deployment, leverages LLMs for semantic analysis, code generation and mathematical reasoning, and achieves stable profits, high execution efficiency and strong risk control across more than 200 stock and crypto trading pairs.

Financial AILLMMulti-Agent System
0 likes · 17 min read
Paper Reading: TiMi – An Inference‑Driven Multi‑Agent System for Quantitative Trading
Old Meng AI Explorer
Old Meng AI Explorer
Feb 26, 2026 · Industry Insights

Three Must‑Try Open‑Source Tools of 2026: Quant Trading, Social Intelligence, and Chrome Power‑Ups

In 2026 the open‑source scene delivers three standout projects—a high‑performance Lean quant engine for replicating hedge‑fund research, the social‑analyzer for massive cross‑platform social data mining, and ChromeAppHeroes that curates 100 essential Chinese extensions—each offering free, powerful capabilities for developers, analysts, and everyday users.

Chrome extensionsGitHubQuantitative Trading
0 likes · 6 min read
Three Must‑Try Open‑Source Tools of 2026: Quant Trading, Social Intelligence, and Chrome Power‑Ups
Bighead's Algorithm Notes
Bighead's Algorithm Notes
Feb 18, 2026 · Artificial Intelligence

Which Loss Function Ranks Stocks Best? An Empirical Study with Transformer Models

This paper evaluates point‑wise, pair‑wise, and list‑wise loss functions for Transformer‑based stock‑return prediction on 110 S&P 500 stocks, showing that Margin loss achieves the highest annual return (16.23%) and Sharpe ratio (0.75), ListNet delivers strong returns with low volatility, and BPR minimizes maximum drawdown, highlighting how loss design critically shapes ranking‑driven portfolio performance.

Loss FunctionsQuantitative TradingStock Ranking
0 likes · 15 min read
Which Loss Function Ranks Stocks Best? An Empirical Study with Transformer Models
ShiZhen AI
ShiZhen AI
Feb 11, 2026 · Artificial Intelligence

Is the Chatbot Era Over? Deploy OpenClaw on Baidu Cloud and Let AI Trade Stocks

The author evaluates OpenClaw, a proactive AI agent framework deployed via Baidu Smart Cloud one‑click, and demonstrates its capabilities through 24/7 crypto trading, automated car‑price negotiation, and zero‑code quant strategy revival, highlighting strengths, limitations, and implications for AI‑driven personal OS.

AI AgentAI NegotiationAgentSkill
0 likes · 18 min read
Is the Chatbot Era Over? Deploy OpenClaw on Baidu Cloud and Let AI Trade Stocks
Bighead's Algorithm Notes
Bighead's Algorithm Notes
Dec 21, 2025 · Artificial Intelligence

Logic-Q: Program Sketch Optimization Boosts Deep Reinforcement Learning for Quantitative Trading

Logic-Q introduces a program‑sketch paradigm that injects lightweight, plug‑and‑play market‑trend logic into deep reinforcement learning agents, dramatically improving trend detection, reducing drawdowns, and outperforming state‑of‑the‑art DRL strategies on multiple quantitative‑trading benchmarks.

Bayesian OptimizationLogic-QMarket Trend Detection
0 likes · 12 min read
Logic-Q: Program Sketch Optimization Boosts Deep Reinforcement Learning for Quantitative Trading
DataFunTalk
DataFunTalk
Nov 4, 2025 · Artificial Intelligence

Can LLMs Trade Crypto Profitably? Inside the Alpha Arena Competition

Alpha Arena’s first season pitted six leading large language models against real crypto markets with $10,000 each, revealing stark differences in trading bias, risk management, and sensitivity to prompts, as Qwen3‑Max and DeepSeek outperformed GPT‑5, while detailed case studies expose model vulnerabilities and future research directions.

AI agentsAlpha ArenaLLM
0 likes · 12 min read
Can LLMs Trade Crypto Profitably? Inside the Alpha Arena Competition
Bighead's Algorithm Notes
Bighead's Algorithm Notes
Oct 9, 2025 · Artificial Intelligence

Paper Review: TradingGroup – A Multi‑Agent Quantitative Trading System with Self‑Reflection and Data Synthesis

The paper introduces TradingGroup, a five‑agent LLM‑based quantitative trading framework that incorporates a self‑reflection mechanism, dynamic risk management, and an automated data‑synthesis pipeline, and demonstrates superior cumulative returns, Sharpe ratios, and lower drawdowns than rule‑based, ML, RL, and existing LLM strategies on five real‑world stock datasets.

Financial AILLMMulti-Agent System
0 likes · 14 min read
Paper Review: TradingGroup – A Multi‑Agent Quantitative Trading System with Self‑Reflection and Data Synthesis
DataFunTalk
DataFunTalk
Jan 29, 2024 · Big Data

Case Study: Deploying RisingWave for Real-Time Stream Processing in a Large-Scale Quantitative Hedge Fund

An ultra‑large hedge fund with over $10 billion AUM replaced ksqlDB and Flink with RisingWave, leveraging its PostgreSQL‑compatible streaming SQL to achieve sub‑10 ms latency, lower learning and operational costs, rich connectors, advanced operators, and comprehensive observability for real‑time trade data processing.

Data IntegrationLow latencyQuantitative Trading
0 likes · 10 min read
Case Study: Deploying RisingWave for Real-Time Stream Processing in a Large-Scale Quantitative Hedge Fund
Python Programming Learning Circle
Python Programming Learning Circle
Jul 14, 2022 · Fundamentals

Python Libraries, Core Data Structures, and Algorithms for Quantitative Trading

This article introduces Python's extensive libraries such as Pandas and NumPy, explains their role in quantitative finance platforms, and reviews essential data structures and algorithmic techniques—including arrays, strings, trees, hash tables, DFS, recursion, divide‑and‑conquer, and greedy methods—providing a solid foundation for building trading strategies.

AlgorithmsQuantitative Tradingdata-structures
0 likes · 6 min read
Python Libraries, Core Data Structures, and Algorithms for Quantitative Trading
Python Crawling & Data Mining
Python Crawling & Data Mining
Jun 11, 2021 · Backend Development

Build a Java Stock Trading Monitoring System: From Design to Deployment

This article walks through designing and implementing a Java-based stock trading monitoring system, covering strategy overview, architecture with SpringBoot, data collection, notification services, code structure, deployment steps, and sample outputs, enabling readers to build low‑frequency grid and intraday T‑strategies themselves.

Backend DevelopmentJavaQuantitative Trading
0 likes · 8 min read
Build a Java Stock Trading Monitoring System: From Design to Deployment
Python Crawling & Data Mining
Python Crawling & Data Mining
Jun 7, 2021 · Artificial Intelligence

How to Build and Backtest Low‑Frequency Trading Strategies in Python

This article introduces two low‑frequency Python trading strategies—a grid‑based price‑difference approach and an intraday T‑strategy—explains their implementation on the RiceQuant platform, provides sample code, and presents back‑testing results that demonstrate their performance and practical considerations.

Algorithmic TradingGrid StrategyIntraday T Strategy
0 likes · 10 min read
How to Build and Backtest Low‑Frequency Trading Strategies in Python
Programmer DD
Programmer DD
Sep 17, 2020 · Big Data

5 Open‑Source Quant Trading Tools Every Developer Should Explore

Discover five open‑source stock‑trading utilities—funds, ZVT, QUANTAXIS, StockAnalysisSystem, and match‑trade—each offering real‑time data, backtesting, multi‑asset support, and high‑performance matching to help programmers build powerful quantitative finance applications.

Big DataPythonQuantitative Trading
0 likes · 5 min read
5 Open‑Source Quant Trading Tools Every Developer Should Explore
MaGe Linux Operations
MaGe Linux Operations
May 16, 2017 · Fundamentals

Build a Simple Moving‑Average Stock Strategy on Ricequant in Minutes

This step‑by‑step guide shows how to implement, backtest, and run a single‑stock 5‑day versus 30‑day moving‑average trading strategy on the Ricequant platform, covering code setup, cash handling, order execution, and both daily and minute‑level simulations.

Algorithmic TradingPythonQuantitative Trading
0 likes · 10 min read
Build a Simple Moving‑Average Stock Strategy on Ricequant in Minutes