<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>量化交易 on Text Matrix</title><link>https://txtmix.com/tags/%E9%87%8F%E5%8C%96%E4%BA%A4%E6%98%93/</link><description>Recent content in 量化交易 on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sat, 23 May 2026 08:55:34 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/%E9%87%8F%E5%8C%96%E4%BA%A4%E6%98%93/index.xml" rel="self" type="application/rss+xml"/><item><title>daily_stock_analysis - LLM驱动的A股/港股/美股智能分析系统</title><link>https://txtmix.com/posts/tech/daily-stock-analysis-llm-stock-trading-system/</link><pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate><guid>https://txtmix.com/posts/tech/daily-stock-analysis-llm-stock-trading-system/</guid><description>&lt;h1 id="daily_stock_analysis零成本搭建-llm-驱动的-ah美股智能分析系统">daily_stock_analysis：零成本搭建 LLM 驱动的 A/H/美股智能分析系统&lt;/h1>
&lt;p>&lt;strong>Stars: 36,812&lt;/strong> | &lt;strong>今日: +36,091&lt;/strong> | &lt;strong>Python&lt;/strong>&lt;/p>
&lt;p>GitHub: &lt;a href="https://github.com/ZhuLinsen/daily_stock_analysis" target="_blank" rel="noopener noreffer ">ZhuLinsen/daily_stock_analysis&lt;/a>&lt;/p>
&lt;h2 id="一句话评价">一句话评价&lt;/h2>
&lt;p>一个用大模型分析 A股/港股/美股的自动化系统，每日自动抓取行情、新闻、公告，经 LLM 生成「AI 决策仪表盘」推送至企业微信/飞书/Telegram/Discord/Slack/邮箱，零成本依赖 GitHub Actions 定时运行。&lt;/p></description></item><item><title>TradingAgents 全面指南：多 Agent 大模型金融交易框架从入门到精通</title><link>https://txtmix.com/posts/tech/tradingagents-multi-agent-crypto-trading-framework-guide/</link><pubDate>Sat, 02 May 2026 15:04:08 +0800</pubDate><guid>https://txtmix.com/posts/tech/tradingagents-multi-agent-crypto-trading-framework-guide/</guid><description>&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：想系统掌握 LLM 多 Agent 协作在金融交易场景落地的工程师与研究者
&lt;strong>核心问题&lt;/strong>：TradingAgents 是如何把&amp;quot;分析师团队 + 研究员辩论 + 交易员决策 + 风控审批&amp;quot;这套真实交易逻辑翻译成可运行的多 Agent 工作流的？每个 Agent 的职责边界在哪里？系统如何做到可恢复、可积累的？
&lt;strong>难度&lt;/strong>：⭐⭐⭐⭐（高级工程实践，需要一定 Python 基础与 LLM 使用经验）
&lt;strong>预计阅读时间&lt;/strong>：25 分钟&lt;/p></description></item><item><title>QuantDinger 完全指南：自托管 AI 量化交易平台从入门到精通</title><link>https://txtmix.com/posts/tech/quantdinger-ai-quantitative-trading-platform-guide/</link><pubDate>Wed, 29 Apr 2026 20:14:04 +0800</pubDate><guid>https://txtmix.com/posts/tech/quantdinger-ai-quantitative-trading-platform-guide/</guid><description>&lt;h2 id="学习目标">学习目标&lt;/h2>
&lt;p>读完本文后，你将能够：&lt;/p>
&lt;ul>
&lt;li>说清 QuantDinger 的产品定位，以及它与传统量化工具栈的根本区别&lt;/li>
&lt;li>理解系统架构各层（前端 / Flask API / PostgreSQL / Redis / 交易层）&lt;/li>
&lt;li>配置 AI 层，接入 OpenRouter、OpenAI、Gemini、DeepSeek 等 LLM 提供商&lt;/li>
&lt;li>用 Docker Compose 完成从零部署，包含密钥生成与首次验证&lt;/li>
&lt;li>编写 &lt;code>IndicatorStrategy&lt;/code>（基于 DataFrame 的信号策略）和 &lt;code>ScriptStrategy&lt;/code>（事件驱动的运行时策略）&lt;/li>
&lt;li>接入加密货币交易所（ Binance、OKX、Bitget、Bybit 等）、IBKR 股票和 MT5 外汇&lt;/li>
&lt;li>配置多用户系统、会员计划、积分和 USDT 计费体系&lt;/li>
&lt;li>评估 QuantDinger 是否适合你的交易场景，并制定进阶路径&lt;/li>
&lt;/ul>
&lt;h2 id="什么是-quantdinger">什么是 QuantDinger&lt;/h2>
&lt;p>QuantDinger 是一个&lt;strong>自托管的本地优先&lt;/strong>量化平台：AI 辅助研究、Python 原生策略、回测验证和实盘执行（加密货币 / IBKR 股票 / MT5 外汇），全部集中在同一个产品里——不是一堆互不关联的脚本和 SaaS 标签页的拼接。&lt;/p></description></item><item><title>AI 量化交易从 0 到 1：ai-quant-book 多智能体量化系统导读</title><link>https://txtmix.com/posts/tech/ai-quant-book-multi-agent-quant-trading-guide/</link><pubDate>Thu, 23 Apr 2026 21:02:46 +0800</pubDate><guid>https://txtmix.com/posts/tech/ai-quant-book-multi-agent-quant-trading-guide/</guid><description>&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：希望系统学习量化交易工程、AI Agent 架构与生产化交易系统设计的开发者、研究者和进阶读者
&lt;strong>核心问题&lt;/strong>：ai-quant-book 到底讲了什么、适合谁、值不值得读，以及它对真实量化系统建设有什么可迁移价值
&lt;strong>难度&lt;/strong>：⭐⭐⭐（中级）
&lt;strong>预计阅读时间&lt;/strong>：18 分钟&lt;/p></description></item><item><title>AI-Trader 深度拆解：它为什么像是第一个真正面向 Agent 的交易平台？</title><link>https://txtmix.com/posts/tech/ai-trader-agent-native-trading-platform-guide/</link><pubDate>Mon, 13 Apr 2026 09:30:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/ai-trader-agent-native-trading-platform-guide/</guid><description>&lt;p>如果你最近在看 Agent 产品、交易平台或 AI 原生基础设施，AI-Trader 是一个很难绕开的样本。&lt;/p>
&lt;p>它最值得研究的地方，不是“AI 能不能帮人类交易”，而是它换了一个问题：&lt;strong>如果未来真正参与交易、发布信号、被跟随和被评价的主体，逐渐从人类扩展到 Agent，平台应该怎么设计？&lt;/strong>&lt;/p></description></item><item><title>Rockyzsu/stock：7.5K Stars·Python量化交易系统</title><link>https://txtmix.com/posts/tech/rockyzsu-stock-quant-trading-system-guide/</link><pubDate>Sun, 12 Apr 2026 02:31:39 +0800</pubDate><guid>https://txtmix.com/posts/tech/rockyzsu-stock-quant-trading-system-guide/</guid><description>&lt;h1 id="rockyzsustock75k-starspython量化交易系统a股港股基金转债全覆盖机器学习技术分析">Rockyzsu/stock：7.5K Stars·Python量化交易系统·A股/港股/基金/转债全覆盖·机器学习+技术分析&lt;/h1>
&lt;h2 id="一项目概述">一，项目概述&lt;/h2>
&lt;h3 id="11-项目定位">1.1 项目定位&lt;/h3>
&lt;p>&lt;strong>Rockyzsu/stock&lt;/strong> 是一个&lt;strong>面向中文市场的Python量化交易系统&lt;/strong>，作者署名Rocky Chen，slogan是&amp;quot;更好的帮助自己炒股(亏钱-。-)&amp;quot;。&lt;/p></description></item><item><title>awesome-systematic-trading：8.4K Stars·量化交易资源大全·论文/数据集/代码库</title><link>https://txtmix.com/posts/tech/awesome-systematic-trading-algorithmic-trading-resource-guide/</link><pubDate>Sun, 12 Apr 2026 02:29:31 +0800</pubDate><guid>https://txtmix.com/posts/tech/awesome-systematic-trading-algorithmic-trading-resource-guide/</guid><description>&lt;h1 id="awesome-systematic-trading84k-stars量化交易资源大全论文数据集代码库pythonrjs策略研究">awesome-systematic-trading：8.4K Stars·量化交易资源大全·论文/数据集/代码库·Python/R/JS·策略研究&lt;/h1>
&lt;h2 id="一项目概述">一，项目概述&lt;/h2>
&lt;h3 id="11-awesome-systematic-trading-是什么">1.1 awesome-systematic-trading 是什么&lt;/h3>
&lt;p>&lt;strong>awesome-systematic-trading&lt;/strong> 是一个精心策划的&lt;strong>量化交易资源集合&lt;/strong>，涵盖研究论文、书籍、量化专家、数据集、代码库等全方位资源。&lt;/p></description></item><item><title>AI Hedge Fund：多 Agent 对冲基金团队实战</title><link>https://txtmix.com/posts/tech/ai-hedge-fund-multi-agent-trading/</link><pubDate>Thu, 09 Apr 2026 11:30:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/ai-hedge-fund-multi-agent-trading/</guid><description>&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：想系统理解多 Agent 工作流、量化研究系统设计，或准备拆解 &lt;code>ai-hedge-fund&lt;/code> 源码的工程师与研究者
&lt;strong>核心问题&lt;/strong>：这个项目到底实现了什么？为什么它的多 Agent 设计值得学？第一次上手应该从哪里开始？
&lt;strong>难度&lt;/strong>：⭐⭐⭐（中高级工程实践）
&lt;strong>预计阅读时间&lt;/strong>：18 分钟&lt;/p></description></item><item><title>ValueCell vs TradingAgents：两大开源多智能体金融平台深度对比</title><link>https://txtmix.com/posts/tech/quant/valuecell-vs-tradingagents-multi-agent-finance-systems-comparison/</link><pubDate>Wed, 08 Apr 2026 14:00:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/quant/valuecell-vs-tradingagents-multi-agent-finance-systems-comparison/</guid><description>&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：在 ValueCell 和 TradingAgents 之间做技术选型的开发者，以及希望系统理解两大平台差异的研究者
&lt;strong>核心问题&lt;/strong>：ValueCell 和 TradingAgents 各有什么特点？分别适合什么场景？选哪个更合理？
&lt;strong>难度&lt;/strong>：⭐⭐⭐（中级偏高）
&lt;strong>预计阅读时间&lt;/strong>：35 分钟&lt;/p></description></item><item><title>ValueCell：社区驱动的多智能体金融应用平台完全指南</title><link>https://txtmix.com/posts/tech/quant/valuecell-multi-agent-finance-platform-guide/</link><pubDate>Wed, 08 Apr 2026 13:00:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/quant/valuecell-multi-agent-finance-platform-guide/</guid><description>&lt;blockquote>
&lt;p>这篇文章只写可验证事实。&lt;/p>
&lt;p>内容依据主要来自 ValueCell 的公开 README、配置文档、官网说明与仓库源码结构。凡是尚未落地、只出现在路线图中的内容，本文都会明确标记为规划或预览，避免把愿景写成现状。&lt;/p></description></item><item><title>TradingAgents：多智能体 LLM 金融交易框架深度解析</title><link>https://txtmix.com/posts/tech/quant/tradingagents-multi-agent-llm-financial-trading/</link><pubDate>Wed, 08 Apr 2026 12:30:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/quant/tradingagents-multi-agent-llm-financial-trading/</guid><description>&lt;p>TradingAgents 最值得看的地方，不是“让一个 LLM 直接给出买卖建议”，而是把投研团队里原本混在一起的四件事拆开了：信息采集、观点对抗、交易决策、组合审批。到 2026 年 5 月公开的 &lt;code>v0.2.5&lt;/code>，这个项目已经不只是论文配套 Demo。它有 CLI、Python 包、多提供商模型、LangGraph checkpoint、跨运行决策日志和 Docker；但它首先仍是研究框架，不是可以直接接券商账户的实盘执行系统。&lt;/p></description></item><item><title>OpenBB：开源金融数据平台专家级技术文档</title><link>https://txtmix.com/posts/tech/quant/openbb-open-data-platform-guide/</link><pubDate>Wed, 08 Apr 2026 12:00:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/quant/openbb-open-data-platform-guide/</guid><description>&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：想要掌握 OpenBB 的数据工程师、量化分析师和 AI 应用开发者
&lt;strong>核心问题&lt;/strong>：OpenBB 是什么？如何设计架构？如何集成到自己的应用？
&lt;strong>难度&lt;/strong>：⭐⭐⭐⭐（专家设计）
&lt;strong>预计阅读时间&lt;/strong>：40 分钟&lt;/p></description></item><item><title>CZSC：缠中说禅技术分析工具完全指南</title><link>https://txtmix.com/posts/tech/quant/czsc-chanlun-technical-analysis-tool-guide/</link><pubDate>Wed, 08 Apr 2026 11:00:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/quant/czsc-chanlun-technical-analysis-tool-guide/</guid><description>&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：量化交易开发者、缠论学习者、Python 量化研究者
&lt;strong>核心问题&lt;/strong>：如何使用 CZSC 实现缠论技术分析？
&lt;strong>难度&lt;/strong>：⭐⭐⭐（中级）
&lt;strong>预计阅读时间&lt;/strong>：30 分钟&lt;/p>&lt;/blockquote>
&lt;hr>
&lt;h2 id="0-三分钟速览">§0 三分钟速览&lt;/h2>
&lt;p>如果你现在只想快速判断这个项目值不值得深入，先记住下面 4 点：&lt;/p></description></item><item><title>RD-Agent：微软自动化研发智能体完全指南</title><link>https://txtmix.com/posts/tech/ai-agent/rd-agent-microsoft-research-automation-guide/</link><pubDate>Wed, 01 Apr 2026 16:55:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/ai-agent/rd-agent-microsoft-research-automation-guide/</guid><description>&lt;h1 id="rd-agent微软自动化研发智能体完全指南">RD-Agent：微软自动化研发智能体完全指南&lt;/h1>
&lt;blockquote>
&lt;p>预计阅读时间：35分钟 | 难度：⭐⭐⭐⭐&lt;/p>&lt;/blockquote>
&lt;hr>
&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：AI 研究工程师、自动化研发从业者&lt;/p>&lt;/blockquote>
&lt;h2 id="一项目概述">一、项目概述&lt;/h2>
&lt;h3 id="11-什么是-rd-agent">1.1 什么是 RD-Agent&lt;/h3>
&lt;p>&lt;strong>RD-Agent&lt;/strong>（Research &amp;amp; Development Agent）是微软研究院开源的自动化研发智能体框架，专注于数据驱动场景的模型和数据的自动化开发。框架核心设计理念是**&amp;ldquo;R&amp;quot;代表提出新想法，&amp;ldquo;D&amp;quot;代表实现它们**，通过自动化的研究循环推动具有工业价值的技术创新。&lt;/p></description></item></channel></rss>