<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
>
<channel>
<title><![CDATA[Ai编程]]></title> 
<atom:link href="https://eacuu.xyz/rss.php" rel="self" type="application/rss+xml" />
<description><![CDATA[]]></description>
<link>https://eacuu.xyz/</link>
<language>zh-cn</language>
<generator>emlog</generator>

<item>
    <title>德克斯特 | dexter | 外汇交易工具下载 - MT4/MT5资源 | 外汇自动交易机器人工具</title>
    <link>https://eacuu.xyz/post-27473.html</link>
    <description><![CDATA[<p style="color:#64748b;font-style:italic;">深度金融研究的自主代理</p><h1>德克斯特 🤖</h1>
<p>Dexter是一位自主的金融研究员，边工作边思考、规划和学习。它通过任务规划、自我反思和实时市场数据进行分析。可以想象成Claude Code，但专门为金融研究设计。</p>
<img width="665" height="452" alt="Screenshot 2026-04-02 at 4 16 57 PM" src="https://eacuu.xyz/content/uploadfile/github/gh_virattt_1779266068_3744.png" />
<h2>目录</h2>
<ul><li><a href="#-overview" target="_blank" rel="nofollow">👋 概述</a></li><li><a href="#-prerequisites" target="_blank" rel="nofollow">✅ 前提条件</a></li><li><a href="#-how-to-install" target="_blank" rel="nofollow">💻 安装方法</a></li><li><a href="#-how-to-run" target="_blank" rel="nofollow">🚀 How to Run</a></li><li><a href="#-how-to-evaluate" target="_blank" rel="nofollow">📊 如何评估</a></li><li><a href="#-how-to-debug" target="_blank" rel="nofollow">🐛 调试方法</a></li><li><a href="#-how-to-use-with-whatsapp" target="_blank" rel="nofollow">📱 如何使用WhatsApp</a></li><li><a href="#-how-to-contribute" target="_blank" rel="nofollow">🤝 如何贡献</a></li><li><a href="#-license" target="_blank" rel="nofollow">📄 许可</a></li></ul>
<h2>⚠️ 免责声明</h2>
<p>这个项目是<strong>仅供教育、娱乐和信息参考</strong>.它并非用于真实交易或投资。</p>
<ul><li>非财务、投资、税务或法律建议</li><li>不保证准确性、完整性或适合任何用途</li><li>输出可能不正确、不完整或过时</li><li>创作者和贡献者不承担任何经济损失或损害的责任</li><li>在做出投资决策前，请咨询持证理财顾问</li><li>过往表现不代表未来结果</li></ul>使用本软件即表示您同意仅用于学习和信息用途，并承担所有相关风险。<h2>👋 概述</h2>
<p>Dexter将复杂的财务问题转化为清晰的、逐步的研究计划。它使用实时市场数据执行这些任务，核对自身工作，并不断优化结果，直到得到一个有信心、有数据支持的答案。</p>
<strong>主要功能：</strong>
<ul><li><strong>智能任务规划</strong>：自动将复杂查询分解为结构化的研究步骤</li><li><strong>自主执行</strong>：选择并执行合适的工具来收集财务数据</li><li><strong>Self-Validation</strong>：检查自身工作并迭代直到任务完成</li><li><strong>实时财务数据</strong>：访问损益表、资产负债表和现金流量表</li><li><strong>安全特征</strong>：内置环路检测和步进限制以防止失控执行</li></ul>

<img width="1042" height="638" alt="Screenshot 2026-02-18 at 12 21 25 PM" src="https://eacuu.xyz/content/uploadfile/github/gh_virattt_1779266070_8510.png" />
<h2>✅ 前提条件</h2>
<ul><li><a href="https://bun.com" target="_blank" rel="nofollow">Bun</a>运行时（v1.0或更高版本）</li><li>OpenAI API 密钥（获取<a href="https://platform.openai.com/api-keys" target="_blank" rel="nofollow">here</a>)</li><li>Financial Datasets API key （get<a href="https://financialdatasets.ai" target="_blank" rel="nofollow">here</a>)</li><li>Exa API key (get <a href="https://exa.ai" target="_blank" rel="nofollow">here</a>）——可选，用于网页搜索</li></ul>
<h4>安装Bun</h4>
<p>如果你还没安装Bun，可以用curl安装：</p>
<strong>macOS/Linux:</strong>
<pre><code class="language-bash">curl -fsSL https://bun.com/install | bash
</code></pre>
<strong>Windows:</strong>
<pre><code class="language-bash">powershell -c &quot;irm bun.sh/install.ps1|iex&quot;
</code></pre>
<p>安装后，重启终端并确认 Bun 是否安装：<br><pre><code class="language-bash">bun --version
</code></pre></p>
<h2>💻 安装方法</h2>
<ol><li>克隆仓库：</li></ol><pre><code class="language-bash">git clone https://github.com/virattt/dexter.git
cd dexter
</code></pre>
<ol><li>用Bun安装依赖：</li></ol><pre><code class="language-bash">bun install
</code></pre>
<ol><li>设置环境变量：</li></ol><pre><code class="language-bash"># Copy the example environment file
cp env.example .env

# Edit .env and add your API keys (if using cloud providers)
# OPENAI_API_KEY=your-openai-api-key
# ANTHROPIC_API_KEY=your-anthropic-api-key (optional)
# GOOGLE_API_KEY=your-google-api-key (optional)
# XAI_API_KEY=your-xai-api-key (optional)
# OPENROUTER_API_KEY=your-openrouter-api-key (optional)

# Institutional-grade market data for agents
# FINANCIAL_DATASETS_API_KEY=your-financial-datasets-api-key

# (Optional) If using Ollama locally
# OLLAMA_BASE_URL=http://127.0.0.1:11434

# Web Search (Exa preferred, Tavily fallback)
# EXASEARCH_API_KEY=your-exa-api-key
# TAVILY_API_KEY=your-tavily-api-key
</code></pre>
<h2>🚀 How to Run</h2>
<p>以互动模式运行《嗜血法医》：<br><pre><code class="language-bash">bun start
</code></pre></p>
<p>或者用观察模式进行开发：<br><pre><code class="language-bash">bun dev
</code></pre></p>
<h2>📊 如何评估</h2>
<p>Dexter包含一套评估套件，用于将经纪人与财务问题数据集进行测试。评估采用LangSmith进行跟踪，采用LLM作为评判方法进行评分正确性。</p>
<strong>竞选所有问题：</strong>
<pre><code class="language-bash">bun run src/evals/run.ts
</code></pre>
<strong>基于随机样本数据运行：</strong>
<pre><code class="language-bash">bun run src/evals/run.ts --sample 10
</code></pre>
<p>评估跑者会实时显示进展、当前问题和跑步准确率统计数据。结果会被记录到LangSmith进行分析。</p>
<h2>🐛 调试方法</h2>
<p>Dexter logs all tool calls to a scratchpad file for debugging and history tracking. Each query creates a new JSONL file in <code>.dexter/scratchpad/</code>.</p>
<strong>草稿位置：</strong>
<pre><code>.dexter/scratchpad/
├── 2026-01-30-111400_9a8f10723f79.jsonl
├── 2026-01-30-143022_a1b2c3d4e5f6.jsonl
└── ...
</code></pre>
<p>每个文件包含换行分隔的JSON条目跟踪：<br><ul><li><strong>init</strong>：原始查询</li><li><strong>tool_result</strong>：每个工具调用，包含参数、原始结果和LLM摘要</li><li><strong>thinking</strong>： 代理人推理步骤</li></ul><br><strong>示例草稿条目：</strong><br><pre><code class="language-json">{&quot;type&quot;:&quot;tool_result&quot;,&quot;timestamp&quot;:&quot;2026-01-30T11:14:05.123Z&quot;,&quot;toolName&quot;:&quot;get_income_statements&quot;,&quot;args&quot;:{&quot;ticker&quot;:&quot;AAPL&quot;,&quot;period&quot;:&quot;annual&quot;,&quot;limit&quot;:5},&quot;result&quot;:{...},&quot;llmSummary&quot;:&quot;Retrieved 5 years of Apple annual income statements showing revenue growth from $274B to $394B&quot;}
</code></pre></p>
<p>这使得检查代理人收集了哪些数据及其对结果的解读变得容易。</p>
<h2>📱 如何使用WhatsApp</h2>
<p>通过WhatsApp与Dexter聊天，将手机连接到网关。你发给自己的消息会由Dexter处理，回复也会被发送到同一个聊天频道。</p>
<strong>快速入门：</strong>
<pre><code class="language-bash"># Link your WhatsApp account (scan QR code)
bun run gateway:login

# Start the gateway
bun run gateway
</code></pre>
<p>然后打开WhatsApp，进入你自己的聊天（给自己发消息），问Dexter一个问题。</p>
<p>有关详细的安装说明、配置选项和故障排除，请参见<a href="src/gateway/channels/whatsapp/README.md" target="_blank" rel="nofollow">WhatsApp Gateway README</a>.</p>
<h2>🤝 如何贡献</h2>
<ol><li>分支仓库</li><li>创建功能分支</li><li>提交你的修改</li><li>推向分支</li><li>创建拉取请求</li></ol>
<strong>Important</strong>请保持拉取请求简洁且聚焦。 这样审核和合并会更方便。<h2>📄 许可</h2>
<p>该项目采用MIT许可证授权。</p>
<hr style="margin:32px 0 16px;border:none;border-top:1px solid #e2e8f0;"><p style="font-size:13px;color:#94a3b8;">文章来源：<a href="https://github.com/virattt/dexter" target="_blank" rel="nofollow">https://github.com/virattt/dexter</a></p>]]></description>
    <pubDate>Tue, 18 Aug 2026 07:59:31 +0800</pubDate>
    <dc:creator>emer</dc:creator>
    <guid>https://eacuu.xyz/post-27473.html</guid>
</item>
<item>
    <title>交易视图-MCP | tradingview-mcp | 外汇指标下载 - MT4/MT5资源 #27474</title>
    <link>https://eacuu.xyz/post-27474.html</link>
    <description><![CDATA[<p style="color:#64748b;font-style:italic;">实时加密货币和股票筛选、先进技术指标、布林线情报、烛台模式 + 原生 Claude 桌面集成。多交易所（Binance、KuCoin、Bybit+）。开源人工智能交易基础设施。</p><h1>📈 AI交易智能框架 — MCP服务器</h1>
<a href="https://trendshift.io/repositories/25110" target="_blank"><img src="https://eacuu.xyz/content/uploadfile/github/gh_atilaahmettaner_1779266117_4971.png" alt="atilaahmettaner%2Ftradingview-mcp | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
<strong>为Claude和MCP客户打造的最完整的AI驱动交易工具包。</strong>回测 + 实时情感 + 雅虎财经 + 30+ 技术分析工具——全部集成在一个MCP服务器上。<blockquote><strong>⭐ 如果这个工具能改善你的工作流程，请给仓库加星并考虑<a href="https://github.com/sponsors/atilaahmettaner" target="_blank" rel="nofollow">sponsoring</a>——它让项目得以持续发展和发展！</strong></blockquote>

<blockquote><strong>🚀 Don't want to fight <code>uv</code> / <code>pandas</code> / Python on Windows?</strong>  
<a href="https://pro.cryptosieve.com" target="_blank" rel="nofollow"><strong>pro.cryptosieve.com</strong></a> — same 30+ tools,  
one connector URL into Claude.ai, ChatGPT, Copilot, Cursor. <strong>$9/month</strong> with 7-day free trial.  
Self-hosting is free and always will be; the hosted version is just for  
folks who'd rather skip the ops dance.</blockquote>
<hr>
<h2>🎥 框架演示</h2>
<p>https://github-production-user-asset-6210df.s3.amazonaws.com/67838093/478689497-4a605d98-43e8-49a6-8d3a-559315f6c01d.mp4</p>
<hr>
<h2>🏗️ 建筑</h2>
<img src="https://eacuu.xyz/content/uploadfile/github/gh_atilaahmettaner_1779266118_9934.png" alt="tradingview-mcp Architecture">
<hr>
<h2>✨ 为什么选择tradingview-mcp？</h2>
<table style="border-collapse:collapse;width:100%;margin:12px 0"><thead><tr><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">Feature</th><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa"><code>tradingview-mcp</code></th><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">传统设置</th><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">彭博终端</th></tr></thead><tbody><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>搭建时间</strong></td><td style="border:1px solid #ddd;padding:5px 10px">5分钟</td><td style="border:1px solid #ddd;padding:5px 10px">小时数（Docker，Conda......）</td><td style="border:1px solid #ddd;padding:5px 10px">Weeks（合同）</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>Cost</strong></td><td style="border:1px solid #ddd;padding:5px 10px">自由与开源</td><td style="border:1px solid #ddd;padding:5px 10px">Variable</td><td style="border:1px solid #ddd;padding:5px 10px">$30k+/year</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>Backtesting</strong></td><td style="border:1px solid #ddd;padding:5px 10px">✅ 6种策略 + 夏珀</td><td style="border:1px solid #ddd;padding:5px 10px">❌ 手动脚本</td><td style="border:1px solid #ddd;padding:5px 10px">✅ 专有</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>现场情感</strong></td><td style="border:1px solid #ddd;padding:5px 10px">✅ Reddit + RSS 新闻</td><td style="border:1px solid #ddd;padding:5px 10px">❌ 独立设置</td><td style="border:1px solid #ddd;padding:5px 10px">✅ 航站楼</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>市场数据</strong></td><td style="border:1px solid #ddd;padding:5px 10px">✅ 实时 / 实时</td><td style="border:1px solid #ddd;padding:5px 10px">历史/延迟</td><td style="border:1px solid #ddd;padding:5px 10px">Live</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>API 密钥</strong></td><td style="border:1px solid #ddd;padding:5px 10px"><strong>不需要</strong></td><td style="border:1px solid #ddd;padding:5px 10px">多个（比如OpenAI等等）</td><td style="border:1px solid #ddd;padding:5px 10px">N/A</td></tr></tbody></table>
<hr>
<h2>🚀 快速入门（5分钟）</h2>
<h3>通过PIP安装</h3>
<pre><code class="language-bash">pip install tradingview-mcp-server
</code></pre>
<h3>Claude Desktop Config (<code>claude_desktop_config.json</code>)</h3>
<blockquote><strong>Note:</strong> On macOS, GUI apps like Claude Desktop may not have <code>~/.local/bin</code> in their PATH. Use the full path to <code>uvx</code> to avoid "command not found" errors.</blockquote>
<pre><code class="language-json">{
  &quot;mcpServers&quot;: {
    &quot;tradingview&quot;: {
      &quot;command&quot;: &quot;/Users/YOUR_USERNAME/.local/bin/uvx&quot;,
      &quot;args&quot;: [&quot;--from&quot;, &quot;tradingview-mcp-server&quot;, &quot;tradingview-mcp&quot;]
    }
  }
}
</code></pre>
<p>On Linux, replace <code>/Users/YOUR_USERNAME</code> with <code>/home/YOUR_USERNAME</code>. On Windows, use <code>%USERPROFILE%\.local\bin\uvx.exe</code>.</p>
<h3>Codex 插件配置</h3>
<p>该仓库还包含仅限MCP的Codex插件元数据：</p>
<ul><li><code>.codex-plugin/plugin.json</code></li><li><code>.codex-mcp.json</code></li></ul>
The plugin uses the same PyPI package entrypoint:
<pre><code class="language-json">{
  &quot;mcpServers&quot;: {
    &quot;tradingview&quot;: {
      &quot;command&quot;: &quot;uvx&quot;,
      &quot;args&quot;: [&quot;--from&quot;, &quot;tradingview-mcp-server&quot;, &quot;tradingview-mcp&quot;]
    }
  }
}
</code></pre>
<p>After installing or enabling the Codex plugin, restart Codex so the MCP server is loaded in the next session. Depending on your Codex version, <code>codex mcp list</code> may show registered MCP servers, but tool availability should be verified in a fresh Codex session.</p>
<h3>或者直接跑出源头</h3>
<pre><code class="language-bash">git clone https://github.com/atilaahmettaner/tradingview-mcp
cd tradingview-mcp
uv run tradingview-mcp
</code></pre>
<hr>
<h2>🛠️ 故障排除</h2>
<h3>🪟 Windows: <code>MCP error -32001: Request timed out</code> on first launch</h3>
<p>症状——你在添加配置后不久，会在Claude桌面日志中看到这个：</p>
<pre><code>[tradingview] Server started and connected successfully
[tradingview] Message from client: initialize ...
[60 seconds later]
[tradingview] notifications/cancelled — reason: &quot;MCP error -32001: Request timed out&quot;
</code></pre>
<strong>为什么会这样：</strong> on Windows with Python 3.14, <code>uvx</code> downloads <code>tradingview-mcp-server</code>, creates a fresh virtualenv, and installs dependencies the first time it runs. Because <code>pandas</code> has no prebuilt wheel for Python 3.14 yet, pip falls back to a source build — which typically exceeds Claude Desktop's 60-second MCP initialization timeout.
<strong>修复 — 钉住到 Python 3.13（已有预建的 pandas 轮子）：</strong>
<pre><code class="language-json">{
  &quot;mcpServers&quot;: {
    &quot;tradingview&quot;: {
      &quot;command&quot;: &quot;uvx&quot;,
      &quot;args&quot;: [&quot;--python&quot;, &quot;3.13&quot;, &quot;--from&quot;, &quot;tradingview-mcp-server&quot;, &quot;tradingview-mcp&quot;]
    }
  }
}
</code></pre>
<p>On macOS use the full path to <code>uvx</code> (see the note in Quick Start). On Windows <code>uvx</code> is typically <code>%USERPROFILE%\.local\bin\uvx.exe</code>.</p>
<strong>另一种选择——先预装一次，然后让Claude Desktop重用缓存：</strong>
<pre><code class="language-bash"># Run in a terminal before launching Claude Desktop
uv tool install --python 3.13 tradingview-mcp-server
</code></pre>
<p>安装完成后，用正常配置启动Claude Desktop，服务器会立即启动（缓存已经热）。</p>
<blockquote>_Credit: <a href="https://github.com/wyh4444" target="_blank" rel="nofollow">@wyh4444</a>关于原始报告<a href="https://github.com/atilaahmettaner/tradingview-mcp/issues/24" target="<em>blank" rel="nofollow">#24</a>.</em></blockquote>
<hr>
<h2>📱 通过Telegram、WhatsApp等方式使用（OpenClaw）</h2>
<p>将此服务器连接到<strong>Telegram、WhatsApp、Discord</strong>以及使用 20+ 消息平台的<a href="https://openclaw.ai" target="_blank" rel="nofollow">OpenClaw</a>—— 一个自托管的人工智能网关。<strong>在 Hetzner VPS（Ubuntu 24.04）上测试并验证。</strong></p>
<h3>工作原理</h3>
<blockquote>OpenClaw routes Telegram messages to an AI agent. The agent uses <code>trading.py</code> — a thin Python wrapper — to call <code>tradingview-mcp</code> functions and return formatted results. <strong>OpenClaw 与服务器之间无需 MCP 协议;它是直接导入的Python。</strong></blockquote>
<pre><code>Telegram → OpenClaw agent (AI model) → trading.py (bash) → tradingview-mcp → Yahoo Finance
</code></pre>
<h3>快速设置</h3>
<pre><code class="language-bash"># 1. Install UV and tradingview-mcp
curl -LsSf https://astral.sh/uv/install.sh | sh &amp;&amp; source ~/.bashrc
uv tool install tradingview-mcp-server

# 2. Configure OpenClaw channels
cat &gt; ~/.openclaw/openclaw.json &lt;&lt; &#039;EOF&#039;
{
  channels: {
    telegram: {
      botToken: &quot;YOUR_BOT_TOKEN_HERE&quot;,
    },
  },
}
EOF

# 3. Configure gateway + agent
openclaw config set gateway.mode local
openclaw config set acp.defaultAgent main

# 4. Set your AI model (choose ONE option below)
openclaw configure --section model

# 5. Install the skill + tool wrapper
mkdir -p ~/.agents/skills/tradingview-mcp ~/.openclaw/tools
curl -fsSL https://raw.githubusercontent.com/atilaahmettaner/tradingview-mcp/main/openclaw/SKILL.md \
  -o ~/.agents/skills/tradingview-mcp/SKILL.md
curl -fsSL https://raw.githubusercontent.com/atilaahmettaner/tradingview-mcp/main/openclaw/trading.py \
  -o ~/.openclaw/tools/trading.py &amp;&amp; chmod +x ~/.openclaw/tools/trading.py

# 6. Start the gateway
openclaw gateway install
systemctl --user start openclaw-gateway.service
</code></pre>
<h3>选择你的AI模型</h3>
<p>OpenRouter 是<strong>非必需</strong>——使用您拥有密钥的供应商：</p>
<table style="border-collapse:collapse;width:100%;margin:12px 0"><thead><tr><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">Provider</th><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">OpenClaw 的型号标识</th><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">Get Key</th></tr></thead><tbody><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>OpenRouter</strong>（聚合器——访问所有模型）</td><td style="border:1px solid #ddd;padding:5px 10px"><code>openrouter/google/gemini-3-flash-preview</code></td><td style="border:1px solid #ddd;padding:5px 10px"><a href="https://openrouter.ai/keys" target="_blank" rel="nofollow">openrouter.ai/keys</a></td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>Anthropic</strong>（克洛德直接说）</td><td style="border:1px solid #ddd;padding:5px 10px"><code>anthropic/claude-sonnet-4-5</code></td><td style="border:1px solid #ddd;padding:5px 10px"><a href="https://console.anthropic.com" target="_blank" rel="nofollow">console.anthropic.com</a></td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>Google</strong>（双子座直达）</td><td style="border:1px solid #ddd;padding:5px 10px"><code>google/gemini-2.5-flash</code></td><td style="border:1px solid #ddd;padding:5px 10px"><a href="https://aistudio.google.com" target="_blank" rel="nofollow">aistudio.google.com</a></td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>OpenAI</strong>（GPT 直通）</td><td style="border:1px solid #ddd;padding:5px 10px"><code>openai/gpt-4o-mini</code></td><td style="border:1px solid #ddd;padding:5px 10px"><a href="https://platform.openai.com" target="_blank" rel="nofollow">platform.openai.com</a></td></tr></tbody></table>
<pre><code class="language-bash"># Examples — set your chosen model:
openclaw config set agents.defaults.model &quot;openrouter/google/gemini-3-flash-preview&quot;  # via OpenRouter
openclaw config set agents.defaults.model &quot;anthropic/claude-sonnet-4-5&quot;               # Anthropic direct
openclaw config set agents.defaults.model &quot;google/gemini-2.5-flash&quot;                   # Google direct
</code></pre>
<blockquote>⚠️ <strong>Important:</strong> Prefix must match your provider. <code>google/...</code> needs a Google API key. <code>openrouter/...</code> needs an OpenRouter key.</blockquote>
<h3>⚠️ 常见错误</h3>
<table style="border-collapse:collapse;width:100%;margin:12px 0"><thead><tr><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">Symptom</th><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">Cause</th><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">Fix</th></tr></thead><tbody><tr><td style="border:1px solid #ddd;padding:5px 10px"><code>Unrecognized keys: mcpServers</code></td><td style="border:1px solid #ddd;padding:5px 10px"><code>mcpServers</code> not supported in this version</td><td style="border:1px solid #ddd;padding:5px 10px">从配置中移除，使用bash封装工具</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><code>No API key for provider "google"</code></td><td style="border:1px solid #ddd;padding:5px 10px">Used <code>google/model</code> but only have OpenRouter key</td><td style="border:1px solid #ddd;padding:5px 10px">Use <code>openrouter/google/model</code> instead</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><code>which agent?</code> loop</td><td style="border:1px solid #ddd;padding:5px 10px"><code>acp.defaultAgent</code> not set</td><td style="border:1px solid #ddd;padding:5px 10px"><code>openclaw config set acp.defaultAgent main</code></td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px">网关无法启动</td><td style="border:1px solid #ddd;padding:5px 10px"><code>gateway.mode</code> missing</td><td style="border:1px solid #ddd;padding:5px 10px"><code>openclaw config set gateway.mode local</code></td></tr></tbody></table>
<h3>测试你的机器人</h3>
<p>运行后，发送你的Telegram机器人：<br><pre><code>market snapshot
backtest RSI strategy for AAPL, 1 year
compare all strategies for BTC-USD
</code></pre></p>
<p>👉 <strong><a href="OPENCLAW.md" target="_blank" rel="nofollow">完整的OpenClaw设置指南→</a></strong></p>
<hr>与基础筛选器不同，该框架部署<strong>专业人工智能代理</strong>辩论的实时结果：<ol><li><strong>🛠️ 技术分析师</strong>—— 布林带（±3专有评级）、RSI、MACD</li><li><strong>🌊 情绪与动量分析师</strong>—— Reddit社区情绪 + 价格动能</li><li><strong>🛡️ 风险管理师</strong>——波动率、回撤风险、均值回归信号</li></ol>
<em>Output: <code>STRONG BUY</code> / <code>BUY</code> / <code>HOLD</code> / <code>SELL</code> / <code>STRONG SELL</code> with confidence score</em>
<hr>
<h2>🔧 所有30+ MCP工具</h2>
<h3>📊 回测引擎<em>(New in v0.6.0)</em></h3>
<table style="border-collapse:collapse;width:100%;margin:12px 0"><thead><tr><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">Tool</th><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">Description</th></tr></thead><tbody><tr><td style="border:1px solid #ddd;padding:5px 10px"><code>backtest_strategy</code></td><td style="border:1px solid #ddd;padding:5px 10px">用机构指标（Sharpe、Calmar、Expectancy）回测6种策略中的1种</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><code>compare_strategies</code></td><td style="border:1px solid #ddd;padding:5px 10px">在同一个符号上运行所有6种策略，并按表现排名</td></tr></tbody></table>
<strong>6个测试策略：</strong>
<ul><li><code>rsi</code> — RSI oversold/overbought mean reversion</li><li><code>bollinger</code> — Bollinger Band mean reversion</li><li><code>macd</code> — MACD golden/death cross</li><li><code>ema_cross</code> — EMA 20/50 Golden/Death Cross</li><li><code>supertrend</code> — ATR-based Supertrend trend following 🔥</li><li><code>donchian</code> — Donchian Channel breakout (Turtle Trader style)</li></ul>
<strong>你能获得的指标：</strong>胜率、总回报、夏普比率、卡尔玛比率、最大回撤、利润因子、期望值、最佳/最差交易与买入持有，以及<strong>真实佣金+滑动模拟</strong>.
<pre><code>Example prompt: &quot;Compare all strategies on BTC-USD for 2 years&quot;
→ #1 Supertrend: +31.5% | Sharpe: 2.1 | WR: 62%
→ #2 Bollinger:  +18.3% | Sharpe: 3.4 | WR: 75%
→ Buy &amp; Hold:    -5.0%
</code></pre>
<hr>
<h3>💰 雅虎财经——实时价格<em>(New in v0.6.0)</em></h3>
<table style="border-collapse:collapse;width:100%;margin:12px 0"><thead><tr><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">Tool</th><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">Description</th></tr></thead><tbody><tr><td style="border:1px solid #ddd;padding:5px 10px"><code>yahoo_price</code></td><td style="border:1px solid #ddd;padding:5px 10px">实时报价：价格、变动百分比、52瓦高低、市场状态</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><code>market_snapshot</code></td><td style="border:1px solid #ddd;padding:5px 10px">全球概览：标普500、纳斯达克、VIX、BTC、ETH、EUR/USD、SPY、GLD</td></tr></tbody></table>
<strong>Supports:</strong>股票（AAPL、TSLA、NVDA）、加密货币（BTC-USD、ETH-USD、SOL-USD）、ETF（SPY、QQQ、GLD）、指数（^GSPC、^DJI、^IXIC、^VIX）、外汇（EURUSD=X）、土耳其（THYAO.IS、SASA.IS）<hr>
<h3>🧠 人工智能情感与智能<em>(New in v0.5.0)</em></h3>
<table style="border-collapse:collapse;width:100%;margin:12px 0"><thead><tr><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">Tool</th><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">Description</th></tr></thead><tbody><tr><td style="border:1px solid #ddd;padding:5px 10px"><code>market_sentiment</code></td><td style="border:1px solid #ddd;padding:5px 10px">Reddit在金融社区的情绪（看涨/看跌评分，热门帖子）</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><code>financial_news</code></td><td style="border:1px solid #ddd;padding:5px 10px">来自路透社、CoinDesk、CoinTelegraph的实时RSS头条</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><code>combined_analysis</code></td><td style="border:1px solid #ddd;padding:5px 10px"><strong>电动工具</strong>： TradingView 技术分析 + Reddit 情绪 + 汇流决策→实时新闻</td></tr></tbody></table>
<hr>
<h3>📈 技术分析核心</h3>
<table style="border-collapse:collapse;width:100%;margin:12px 0"><thead><tr><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">Tool</th><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">Description</th></tr></thead><tbody><tr><td style="border:1px solid #ddd;padding:5px 10px"><code>get_technical_analysis</code></td><td style="border:1px solid #ddd;padding:5px 10px">完整TA：RSI、MACD、布林基指数，23个指标，含买卖/持有</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><code>get_multiple_analysis</code></td><td style="border:1px solid #ddd;padding:5px 10px">多个符号的批量TA</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><code>get_bollinger_band_analysis</code></td><td style="border:1px solid #ddd;padding:5px 10px">专有的±3战列评级系统</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><code>get_stock_decision</code></td><td style="border:1px solid #ddd;padding:5px 10px">三层决策引擎（排名 + 交易设置 + 质量评分）</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><code>screen_stocks</code></td><td style="border:1px solid #ddd;padding:5px 10px">多交换筛选器，采用20+滤波标准</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><code>scan_by_signal</code></td><td style="border:1px solid #ddd;padding:5px 10px">按信号类型扫描（超卖、趋势、突破......）</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><code>get_candlestick_patterns</code></td><td style="border:1px solid #ddd;padding:5px 10px">15 烛台模式探测器</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><code>get_multi_timeframe_analysis</code></td><td style="border:1px solid #ddd;padding:5px 10px">每周→日→4小时→1小时→15分钟的对齐分析</td></tr></tbody></table>
<hr>
<h3>🌍 多交换支持（Multi Exchange）</h3>
<table style="border-collapse:collapse;width:100%;margin:12px 0"><thead><tr><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">Exchange</th><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">Tools</th></tr></thead><tbody><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>Binance</strong></td><td style="border:1px solid #ddd;padding:5px 10px">加密筛选器，所有对子</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>KuCoin / Bybit+</strong></td><td style="border:1px solid #ddd;padding:5px 10px">加密货币筛选器</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>纳斯达克 / 纽约证券交易所</strong></td><td style="border:1px solid #ddd;padding:5px 10px">美国股票（AAPL、TSLA、NVDA......）</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>EGX（埃及）</strong></td><td style="border:1px solid #ddd;padding:5px 10px"><code>egx_market_overview</code>, <code>egx_stock_screener</code>, <code>egx_trade_plan</code>, <code>egx_fibonacci_retracement</code></td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>土耳其语（BIST）</strong></td><td style="border:1px solid #ddd;padding:5px 10px">通过TradingView筛选器</td></tr></tbody></table>
<hr>
<h2>💬 示例 AI 对话</h2>
<pre><code>You: &quot;Give me a full market snapshot right now&quot;
AI: [market_snapshot] → S&amp;P500 -3.4%, BTC +0.1%, VIX 31 (+13%), EUR/USD 1.15

You: &quot;What is Reddit saying about NVDA?&quot;
AI: [market_sentiment] → Strongly Bullish (0.41) | 23 posts | 18 bullish

You: &quot;Backtest RSI strategy on BTC-USD for 2 years&quot;
AI: [backtest_strategy] → +31.5% return | 100% win rate | 2 trades | B&amp;H: -5%

You: &quot;Which strategy worked best on AAPL in the last 2 years?&quot;
AI: [compare_strategies] → Supertrend #1 (+14.6%, Sharpe 3.09), MACD last (-9.1%)

You: &quot;Analyze TSLA with all signals: technical + sentiment + news&quot;
AI: [combined_analysis] → BUY (Technical STRONG BUY + Bullish Reddit + Positive news)
</code></pre>
<hr>
<h2>💖 支持项目</h2>
<p>该框架是<strong>自由且开源</strong>，业余时间内建的。如果这能帮你节省数小时的研究时间或帮助你做出更好的决策，请考虑赞助：</p>
<table style="border-collapse:collapse;width:100%;margin:12px 0"><thead><tr><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">Tier</th><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">Monthly</th><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">你得到了什么</th></tr></thead><tbody><tr><td style="border:1px solid #ddd;padding:5px 10px">☕ 咖啡</td><td style="border:1px solid #ddd;padding:5px 10px">$5</td><td style="border:1px solid #ddd;padding:5px 10px">衷心感谢 + README 中的姓名</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px">🚀 支持者</td><td style="border:1px solid #ddd;padding:5px 10px">$15</td><td style="border:1px solid #ddd;padding:5px 10px">以上 + 优先级漏洞修复</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px">💎 Pro</td><td style="border:1px solid #ddd;padding:5px 10px">$30</td><td style="border:1px solid #ddd;padding:5px 10px">以上 + 优先级功能请求</td></tr></tbody></table>

<p>每个赞助商都直接资助新功能，如前进回测、Twitter/X情感和托管云托管。</p>
<hr>
<h2>📋 路线图</h2>
<ul><li>[x] TradingView 技术分析（30+指标）</li><li>[x] 多交易所筛选器（币安、KuCoin、MEXC、EGX、美国股票）</li><li>[x] Reddit情感分析</li><li>[x] 实时财经新闻（RSS）</li><li>[x] 雅虎财经实时价格</li><li>[x] 回测引擎（6种策略 + Sharpe/Calmar/Expectancy）</li><li>[ ] 向前行进回测（过拟合检测）</li><li>[ ] Twitter/X市场情绪</li><li>[ ] 纸币交易模拟</li><li>[ ] 托管云主机（无本地设置）</li></ul>
<hr>
<h2>📄 许可</h2>
<p>麻省理工学院执照——参见<a href="LICENSE" target="_blank" rel="nofollow">LICENSE</a>细节。</p>
<hr>
<em>免责声明：本工具仅供教育和研究用途。这不构成财务建议。在做投资决策前，务必自行做好调研。</em>
<hr style="margin:32px 0 16px;border:none;border-top:1px solid #e2e8f0;"><p style="font-size:13px;color:#94a3b8;">文章来源：<a href="https://github.com/atilaahmettaner/tradingview-mcp" target="_blank" rel="nofollow">https://github.com/atilaahmettaner/tradingview-mcp</a></p>]]></description>
    <pubDate>Mon, 17 Aug 2026 16:16:09 +0800</pubDate>
    <dc:creator>emer</dc:creator>
    <guid>https://eacuu.xyz/post-27474.html</guid>
</item>
<item>
    <title>Quantum Valkyrie 4.1 MT5 | 黄金EA下载 - MetaTrader 5资源</title>
    <link>https://eacuu.xyz/post-27478.html</link>
    <description><![CDATA[<h2 class="wp-block-heading">适用品种：XAUUSD</h2>
<h2 class="wp-block-heading">适用周期：M15</h2>
<h2 class="wp-block-heading">资金要求：500美元以上</h2>
<p><strong>参数设置：默认参数就能跑</strong></p>
<p><strong>说明：<br>15分钟周期内，Quantum Valkyrie持续监测黄金的结构性行为——波动率的压缩与扩张、方向性调整以及动量平衡。止盈和止损位会根据QV的先进市场分析进行动态调整。</strong></p>
<figure class="wp-block-image size-full"><img src="https://eacuu.xyz/content/uploadfile/github/custom_img_1779600459_9469.jpeg" alt="图片[1]交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易Quantum Valkyrie 4.1 MT5交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易1mt5" style="max-width:100%"></figure>
<figure class="wp-block-image size-large"><img src="https://eacuu.xyz/content/uploadfile/github/custom_img_1779600459_8694.jpeg" alt="图片[2]交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易Quantum Valkyrie 4.1 MT5交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易1mt5" style="max-width:100%"></figure>
<figure class="wp-block-image size-large"><img src="https://eacuu.xyz/content/uploadfile/github/custom_img_1779600459_2104.jpeg" alt="图片[3]交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易Quantum Valkyrie 4.1 MT5交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易1mt5" style="max-width:100%"></figure>
<div class="seo-context-block"><h2>Quantum Valkyrie 4.1 MT5 | 黄金EA下载 - MetaTrader 5资源 使用与筛选建议</h2><p>Quantum Valkyrie 4.1 MT5 | 黄金EA下载 - MetaTrader 5资源 属于黄金EA相关资源。下载或参考前，建议确认平台版本、交易品种、时间周期、是否需要 DLL、是否包含源码、参数说明和历史更新记录。</p><p>自动交易工具和外汇指标都应先经过回测、模拟账户观察和小资金验证。重点关注点差、滑点、最大回撤、开仓频率、止损方式、交易时段和经纪商规则，避免只依据标题或短期收益描述直接实盘运行。</p></div>
<p><a href="https://eacuu.xyz/?resource_alias=BZizDxaf68ovQjm2">Quantum-Valkyrie.zip</a></p>]]></description>
    <pubDate>Mon, 17 Aug 2026 00:54:08 +0800</pubDate>
    <dc:creator>emer</dc:creator>
    <guid>https://eacuu.xyz/post-27478.html</guid>
</item>
<item>
    <title>财神（一单一结） MT4 | 黄金EA下载 - MetaTrader 4资源 | 外汇自动交易机器人工具</title>
    <link>https://eacuu.xyz/post-27467.html</link>
    <description><![CDATA[<h2 class="wp-block-heading">适用品种：XAUUSD</h2>
<h2 class="wp-block-heading">适用品种：M5、M15</h2>
<h2 class="wp-block-heading">资金要求：500美金</h2>
<p><strong>每月收益：10-15%</strong></p>
<p><strong>使用说明：<br>加载即用，利用假突破来做单</strong></p>
<figure class="wp-block-image size-large"><img src="https://eacuu.xyz/content/uploadfile/github/custom_img_1779105508_7051.png" alt="图片[1]交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易财神（一单一结） MT4交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易1mt5" style="max-width:100%"></figure>
<figure class="wp-block-image size-large"><img src="https://eacuu.xyz/content/uploadfile/github/custom_img_1779105508_1699.png" alt="图片[2]交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易财神（一单一结） MT4交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易1mt5" style="max-width:100%"></figure>
<figure class="wp-block-image size-large"><img src="https://eacuu.xyz/content/uploadfile/github/custom_img_1779105508_4100.png" alt="图片[3]交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易财神（一单一结） MT4交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易1mt5" style="max-width:100%"></figure>
<figure class="wp-block-image size-full"><img src="https://eacuu.xyz/content/uploadfile/github/custom_img_1779105508_2119.png" alt="图片[4]交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易财神（一单一结） MT4交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易1mt5" style="max-width:100%"></figure>
<div class="seo-context-block"><h2>财神（一单一结） MT4 | 黄金EA下载 - MetaTrader 4资源 | 外汇自动交易机器人工具 使用与筛选建议</h2><p>财神（一单一结） MT4 | 黄金EA下载 - MetaTrader 4资源 | 外汇自动交易机器人工具 属于黄金EA相关资源。下载或参考前，建议确认平台版本、交易品种、时间周期、是否需要 DLL、是否包含源码、参数说明和历史更新记录。</p><p>自动交易工具和外汇指标都应先经过回测、模拟账户观察和小资金验证。重点关注点差、滑点、最大回撤、开仓频率、止损方式、交易时段和经纪商规则，避免只依据标题或短期收益描述直接实盘运行。</p></div>
<p><a href="https://eacuu.xyz/?resource_alias=vzWcnNH0zDytTQXu">财神（一单一结） 2.zip</a></p>]]></description>
    <pubDate>Sun, 16 Aug 2026 15:30:41 +0800</pubDate>
    <dc:creator>emer</dc:creator>
    <guid>https://eacuu.xyz/post-27467.html</guid>
</item>
<item>
    <title>开放算法 | openalgo | 外汇EA下载 - MT4/MT5资源 | 外汇自动交易机器人工具</title>
    <link>https://eacuu.xyz/post-27475.html</link>
    <description><![CDATA[<p style="color:#64748b;font-style:italic;">适合所有人的开源算法交易平台</p><h1>OpenAlgo - 开源算法交易平台</h1>
<div align="center">

[![PyPI Downloads](https://static.pepy.tech/badge/openalgo)](https://pepy.tech/projects/openalgo)
[![PyPI Downloads](https://static.pepy.tech/badge/openalgo/month)](https://pepy.tech/projects/openalgo)
[![X (formerly Twitter) Follow](https://img.shields.io/twitter/follow/openalgoHQ)](https://twitter.com/openalgoHQ)
[![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCw7eVneIEyiTApy4RtxrJsQ)](https://www.youtube.com/@openalgo)
[![Discord](https://img.shields.io/discord/1219847221055455263)](https://discord.com/invite/UPh7QPsNhP)

</div>
<h2>什么是OpenAlgo？</h2>
<p>OpenAlgo 是一个免费、开源、自托管的平台<strong>交易平台</strong>——不仅仅是经纪人桥。它基于 Python Flask + React 19，为交易者提供了一个全栈环境<strong>设计、主持并执行策略</strong> across <strong>30+ 印度经纪人</strong>通过单一统一的 API 实现。无论你是写Python、偏好拖放式，还是只做交易选项，OpenAlgo都能为你提供一流的工作流程，无需依赖任何单一经纪人或供应商。</p>
<p>OpenAlgo 不再只是“你代理商面前的 API 层”。如今则是<strong>四个产品出现在一个自托管实例中</strong>——共享一个经纪人会话、一个WebSocket订阅源和一个数据库——涵盖了从创意到回测→实时交易的完整过程→。</p>
<h2>与OpenAlgo交易的四种方式</h2>
<table style="border-collapse:collapse;width:100%;margin:12px 0"><thead><tr><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">Surface</th><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">Route</th><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">Who it's for</th></tr></thead><tbody><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>统一代理 API</strong></td><td style="border:1px solid #ddd;padding:5px 10px"><code>/api/v1/</code></td><td style="border:1px solid #ddd;padding:5px 10px">外部平台 — TradingView、Amibroker、ChartInk、Excel、Google Sheets、Python、Java、Go、.NET、Node.js、MetaTrader、GoCharting、N8N。一个API，30+个经纪人。</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>Python 策略主机</strong></td><td style="border:1px solid #ddd;padding:5px 10px"><code>/python</code></td><td style="border:1px solid #ddd;padding:5px 10px">编写代码的交易者——将任何Python脚本粘贴到浏览器内的CodeMirror编辑器中，按IST开始/停止时间安排，并行运行多种策略并进行过程隔离，实时监控日志。没有外部服务器，没有Docker，没有Cron。</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>Flow — 无代码策略构建器</strong></td><td style="border:1px solid #ddd;padding:5px 10px"><code>/flow</code></td><td style="border:1px solid #ddd;padding:5px 10px">不会编程的交易者——可以拖拽市场数据、指标、状况、订单执行和通知节点。TradingView 的 Webhook 触发器以及内置的外部信号。JSON 导入导出用于分享策略。</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>期权交易套件</strong></td><td style="border:1px solid #ddd;padding:5px 10px"><code>/tools</code></td><td style="border:1px solid #ddd;padding:5px 10px">期权交易者——十二个内置分析工具（带收益图和实时希腊模型的策略构建器、期权链、IV 微笑、最大痛苦、波动曲线、GEX仪表盘、开放投资追踪器、开放投资档案、跨式图、跨式点均益模拟器、期权希腊历史）。每一个都是从你连接的经纪商流出的。</td></tr></tbody></table>上方的每个表面都运行在同一个沙盒引擎上（₹1亿沙盒资本，交易所对齐自动平板），所以你可以进行沙盒交易<em>any</em>这些流量在上线前进行。实时仪表盘、点差追踪器、延迟监控、Telegram提醒和AI/MCP服务器在这四者之间都能统一工作。<h2>视频教程</h2>
<a href="https://www.youtube.com/watch?v=S5myMo9WUdQ" target="_blank" rel="nofollow"><img src="https://eacuu.xyz/content/uploadfile/github/gh_marketcalls_1779269593_7130.jpg" alt="What is OpenAlgo"></a>
<h2>快速链接</h2>
<ul><li><strong>Documentation</strong>: <a href="https://docs.openalgo.in" target="_blank" rel="nofollow">docs.openalgo.in</a></li><li><strong>安装指南</strong>: <a href="https://docs.openalgo.in/installation-guidelines/getting-started" target="_blank" rel="nofollow">入门指南</a></li><li><strong>升级指南</strong>: <a href="https://docs.openalgo.in/installation-guidelines/getting-started/upgrade" target="_blank" rel="nofollow">升级说明</a></li><li><strong>为什么选择OpenAlgo</strong>: <a href="https://docs.openalgo.in/why-to-build-with-openalgo" target="_blank" rel="nofollow">为什么选择用OpenAlgo构建</a></li></ul>
<h2>Python 兼容性</h2>
<strong>支持 Python 3.11、3.12、3.13 和 3.14</strong>
<h2>支持经纪人（30+）</h2>
<details>
<summary>查看所有支持的经纪商</summary>
<ul><li>5paisa（标准 + XTS）</li><li>AliceBlue</li><li>AngelOne</li><li>Compositedge</li><li>Definedge</li><li>三角洲交易所</li><li>Dhan（现场 + 沙盒）</li><li>Firstock</li><li>Flattrade</li><li>Fyers</li><li>Groww</li><li>IBulls</li><li>IIFL</li><li>Iiflcapital</li><li>Indmoney</li><li>JainamXTS</li><li>Kotak Neo</li><li>莫蒂拉尔·奥斯瓦尔</li><li>Mstock</li><li>Nubra</li><li>Paytm Money</li><li>Pocketful</li><li>RMoney</li><li>Samco</li><li>舒尼亚（芬瓦西亚）</li><li>Tradejini</li><li>Upstox</li><li>智慧之都</li><li>Zebu</li><li>Zerodha</li></ul>
</details>
<p>所有经纪商共享统一的API接口，方便在不更改代码的情况下切换经纪商。</p>
<h2>核心功能</h2>
<h3>Unified REST API Layer (<code>/api/v1/</code>)</h3>在所有代理之间建立一个统一的标准化API，拥有30+个端点：<ul><li><strong>订单管理</strong>：下单、修改、取消订单、篮子订单、带位置尺寸的智能订单</li><li><strong>Portfolio</strong>获取仓位、持仓、订单簿、交易簿、基金</li><li><strong>市场数据</strong>：实时报价、历史数据、市场深度（Level 5）、代码搜索</li><li><strong>Advanced</strong>：希腊期权计算器、保证金计算器、合成期货、自动拆分订单</li></ul>
<h3>实时WebSocket流式传输</h3>
<ul><li>统一WebSocket代理服务器，适用于所有代理（端口8765）</li><li>使用 ZMQ 实现跨代理规范化数据的常见 WebSocket 实现</li><li>订阅LTP、报价或Market Depth 以获取任何符号</li><li>基于ZeroMQ的消息总线用于高性能数据分发</li><li>自动重新连接和故障切换处理</li></ul>
<h3>Flow Visual Strategy Builder (<code>/flow</code>)</h3>可视化构建交易策略，无需编写代码：<ul><li><strong>基于节点的编辑器</strong>由xyflow/React Flow驱动</li><li><strong>预建节点</strong>：市场数据、指标、状况、订单执行、通知</li><li><strong>实时执行</strong>附实时市场数据</li><li><strong>Webhook 触发器</strong>用于TradingView和外部信号</li><li><strong>条件节点</strong> with <code>true/false</code> and <code>yes/no</code> edge handles, <code>{{var}}</code> interpolation with list indexing</li><li><strong>JSON 导入/导出</strong>用于交易者间分享策略</li><li><strong>可视化调试</strong>执行流程高亮</li></ul>
<h3>Options & Strategy Analytics Tools (<code>/tools</code>)</h3>一套完整的十二种内置分析工具，用于期权交易和市场分析——无需外部订阅。可从以下地点访问<strong>Tools</strong>侧边栏页面：<table style="border-collapse:collapse;width:100%;margin:12px 0"><thead><tr><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">Tool</th><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">Route</th><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">它的作用</th></tr></thead><tbody><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>策略构建器</strong></td><td style="border:1px solid #ddd;padding:5px 10px"><code>/strategybuilder</code></td><td style="border:1px solid #ddd;padding:5px 10px">通过实时希腊策略、收益图、假设模拟器、策略图表、多重打击开放时间标签和篮筐订单执行来构建多腿期权策略</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>策略组合</strong></td><td style="border:1px solid #ddd;padding:5px 10px"><code>/strategybuilder/portfolio</code></td><td style="border:1px solid #ddd;padding:5px 10px">MyTrades 和 Simulation 观察列表中保存的策略</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>期权链</strong></td><td style="border:1px solid #ddd;padding:5px 10px"><code>/optionchain</code></td><td style="border:1px solid #ddd;padding:5px 10px">实时期权链，包含实时希腊股票、开放信息数据和快速下单</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>希腊选项</strong></td><td style="border:1px solid #ddd;padding:5px 10px"><code>/ivchart</code></td><td style="border:1px solid #ddd;padding:5px 10px">ATM期权的历史IV、Delta、Theta、Vega和Gamma图表</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>OI 追踪器</strong></td><td style="border:1px solid #ddd;padding:5px 10px"><code>/oitracker</code></td><td style="border:1px solid #ddd;padding:5px 10px">带有CE/PE开放性指数条、PCR叠加和ATM行权标记的平仓合约分析</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>马克斯·佩恩</strong></td><td style="border:1px solid #ddd;padding:5px 10px"><code>/maxpain</code></td><td style="border:1px solid #ddd;padding:5px 10px">最大疼痛打击计算，并结合视觉疼痛分布</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>跨式图</strong></td><td style="border:1px solid #ddd;padding:5px 10px"><code>/straddle</code></td><td style="border:1px solid #ddd;padding:5px 10px">动态ATM跨式图表，包含滚动行权价、现货和合成期货叠加</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>跨越式个人收益</strong></td><td style="border:1px solid #ddd;padding:5px 10px"><code>/straddlepnl</code></td><td style="border:1px solid #ddd;padding:5px 10px">模拟盘中ATM跨式损益表，配合自动N点调整和交易日志</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>体积表面</strong></td><td style="border:1px solid #ddd;padding:5px 10px"><code>/volsurface</code></td><td style="border:1px solid #ddd;padding:5px 10px">使用期权链数据，跨行权价和到期日的3D隐含波动率曲面</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>GEX仪表盘</strong></td><td style="border:1px solid #ddd;padding:5px 10px"><code>/gex</code></td><td style="border:1px solid #ddd;padding:5px 10px">含OI Walls的伽马暴露分析、每次打击净GEX和顶级伽马冲击</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>IV 微笑</strong></td><td style="border:1px solid #ddd;padding:5px 10px"><code>/ivsmile</code></td><td style="border:1px solid #ddd;padding:5px 10px">含看涨/看跌IV曲线、ATM IV和偏斜分析的隐含波动率微笑</td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px"><strong>开放组织简介</strong></td><td style="border:1px solid #ddd;padding:5px 10px"><code>/oiprofile</code></td><td style="border:1px solid #ddd;padding:5px 10px">带开放指数蝴蝶的期货烛台和每日开放指数在执行价间变化</td></tr></tbody></table>所有工具都通过统一的WebSocket流从你连接的经纪人实时流式传输，并且在所有支持的经纪商之间工作方式完全相同。<h3>API分析仪模式</h3>拥有₹1亿卢比沙盒资本的完整测试环境：<ul><li>用真实市场数据测试策略而不冒钱的风险</li><li>策略验证的部署前测试</li><li>支持所有订单类型（市价、限价、SL、SL-M）</li><li>带有杠杆的现实保证金系统</li><li>交换时间的自动对决</li><li>独立数据库以实现完全隔离</li></ul>
<a href="https://docs.openalgo.in/new-features/api-analyzer" target="_blank" rel="nofollow">API 分析器文档</a>
<h3>行动中心</h3>手动控制订单审批工作流程：<ul><li><strong>自动模式</strong>：即时订单执行（个人交易）</li><li><strong>半自动模式</strong>：经纪人执行前需人工批准</li><li>完整的审计跟踪及IST时间戳</li><li>批准单个订单或批量批准所有订单</li></ul>
<a href="https://docs.openalgo.in/new-features/action-center" target="_blank" rel="nofollow">行动中心文档</a>
<h3>Python Strategy Host (<code>/python</code>)</h3>直接在OpenAlgo中托管并运行你的Python策略——不要单独的虚拟机、cron或Docker：<ul><li>内置代码编辑器，由<strong>CodeMirror</strong>带有 Python 语法高亮和主题</li><li>并行运行多种策略<strong>全过程隔离</strong></li><li>Automated <strong>基于IST的调度</strong>有启动/停止时间和每周的天数控制</li><li>使用 Fernet 加密实现安全的环境变量管理</li><li>实时日志流向浏览器;状态在重启后依然存在</li><li>Built-in <code>Python Strategy Guide</code> page walks first-time users from an empty editor to a scheduled, running strategy</li></ul>
<h3>ChartInk集成</h3>扫描器警报的直接Webhook集成：<ul><li>支持买入、卖出、做空、回购行动</li><li>日内用自动平方和仓位策略</li><li>通过CSV进行批量符号配置</li><li>实时战略监控</li></ul>
<h3>人工智能驱动交易（MCP服务器）</h3>连接AI助手进行自然语言交易：<ul><li>兼容Claude Desktop、光标、Windsurf、ChatGPT</li><li>使用自然语言命令执行交易</li><li>完整交易能力：订单、头寸、市场数据</li><li>与你的 OpenAlgo 实例进行本地且安全的集成</li></ul>
<h3>Telegram机器人集成</h3>实时通知与命令执行：<ul><li>自动发送给Telegram的订单和交易提醒</li><li>获取订单簿、仓位、持仓、按需资金</li><li>生成盘中和日线图表</li><li>交互式按键菜单</li><li>直接将策略提醒发送到Telegram</li><li>安全API密钥加密</li></ul>
<h3>高级监控工具</h3>
<strong>延迟监测器</strong>：跟踪跨券商的订单执行表现和往返时间<strong>交通监控</strong>： API 使用分析、错误跟踪和端点统计<strong>PnL 追踪器</strong>：实时盈亏及交互式图表，由TradingView Lightweight Charts提供<a href="https://docs.openalgo.in/new-features/pnl-tracker" target="_blank" rel="nofollow">PnL 追踪器文档</a>
<a href="https://docs.openalgo.in/new-features/traffic-latency-monitor" target="_blank" rel="nofollow">流量与延迟监控文档</a>
<h3>企业级安全</h3>
<strong>密码安全</strong>： Argon2 哈希（密码哈希竞赛获胜者）<strong>令牌加密</strong>：Fernet对称加密，采用PBKDF2密钥推导<strong>双因素认证</strong>：认证器应用的TOTP支持<strong>速率限制</strong>登录、API、订单、webhook 的可配置限制<strong>手动IP封禁系统</strong>: Monitor and ban suspicious IPs via <code>/security</code> dashboard
<strong>浏览器保护</strong>： CSP 头、CORS 规则、CSRF 保护、安全头、安全会话<strong>SQL 注入防护</strong>： 带参数查询的 SQLAlchemy ORM<strong>隐私优先</strong>： 零数据收集政策——你的数据会留在服务器上<h3>现代React前端</h3>
<ul><li><strong>React 19</strong>TypeScript 用于类型安全、可维护的代码</li><li><strong>shadcn/ui</strong>组件配备 Tailwind CSS 4.0，实现美观且易用的用户界面</li><li><strong>TanStack查询</strong>用于高效的服务器状态管理和缓存</li><li><strong>Zustand</strong>用于轻量级客户端状态管理</li><li><strong>实时更新</strong>通过 Socket.IO（订单、交易、头寸、日志）</li><li><strong>CodeMirror</strong>用于Python和JSON编辑，带有语法高亮和主题</li><li><strong>xyflow/React Flow</strong>用于可视化流程策略构建器</li><li><strong>TradingView 轻量级图表</strong>用于利润与损益和市场数据可视化</li><li>光暗主题，搭配8种点缀色</li><li>移动友好型响应式设计</li></ul>
<h2>支持平台</h2>
<p>连接你的算法策略，从任何平台运行：</p>
<ul><li><strong>Amibroker</strong>- 与AFL脚本的直接集成</li><li><strong>TradingView</strong>- Pine Script策略的Webhook警报</li><li><strong>GoCharting</strong>- Webhook集成</li><li><strong>N8N</strong>- 工作流程自动化</li><li><strong>Python</strong>- 官方SDK，包含100+技术指标</li><li><strong>GO</strong>- REST API 集成</li><li><strong>Node.js</strong>- JavaScript/TypeScript 库</li><li><strong>ChartInk</strong>- 扫描器网钩集成</li><li><strong>MetaTrader</strong>- 兼容MT4/MT5</li><li><strong>Excel</strong>- REST API + 即将推出的插件</li><li><strong>谷歌表格</strong>- REST API 集成</li></ul>直接接收您的策略提醒<strong>Telegram</strong>适用于所有平台。<h2>技术栈</h2>
<h3>Backend</h3>
<ul><li><strong>Flask 3.0</strong>- Python Web 框架</li><li><strong>SQLAlchemy 2.0</strong>- 数据库 ORM</li><li><strong>Flask-SocketIO</strong>- 实时WebSocket通信</li><li><strong>ZeroMQ</strong>- 高性能消息总线</li><li><strong>Argon2-CFFI</strong>- 密码哈希</li><li><strong>Cryptography</strong>- 令牌的费内特加密</li></ul>
<h3>Frontend</h3>
<ul><li><strong>React 19</strong>- 用户界面库</li><li><strong>TypeScript</strong>- 类型安全JavaScript</li><li><strong>第七条</strong>- 快速构建工具</li><li><strong>顺风CSS 4</strong>- 实用主义优先的CSS框架</li><li><strong>shadcn/ui</strong>- 基于 Radix UI 构建的组件库</li><li><strong>TanStack查询</strong>- 服务器状态管理</li><li><strong>Zustand</strong>- 客户端状态管理</li></ul>
<h3>数据可视化与编辑器</h3>
<ul><li><strong>TradingView 轻量级图表</strong>- 金融图表</li><li><strong>CodeMirror</strong>- 策略代码编辑器</li><li><strong>xyflow/React Flow</strong>- 可视化流程构建器</li><li><strong>Lucide 反应</strong>- 图标库</li></ul>
<h3>测试与质量</h3>
<ul><li><strong>Vitest</strong>- 单元测试</li><li><strong>Playwright</strong>- 端对端测试</li><li><strong>Biome</strong>- 打印与格式化</li><li><strong>axe-core</strong>- 无障碍测试</li></ul>
<h3>Databases</h3>
<ul><li><strong>SQLite</strong>- 4 个独立数据库（主数据库、日志数据库、延迟数据库、沙盒数据库）</li><li><strong>DuckDB</strong>- 历史市场数据（Historify）</li></ul>
<h2>官方SDK（官方SDK）</h2>
<p>OpenAlgo 为应用开发和系统级集成提供了官方支持的客户端库：</p>
<table style="border-collapse:collapse;width:100%;margin:12px 0"><thead><tr><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">语言 / 平台</th><th style="border:1px solid #ddd;padding:6px 10px;background:#f5f7fa">Repository</th></tr></thead><tbody><tr><td style="border:1px solid #ddd;padding:5px 10px">Python</td><td style="border:1px solid #ddd;padding:5px 10px"><a href="https://github.com/marketcalls/openalgo-python-library" target="_blank" rel="nofollow">openalgo-python-library</a></td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px">Node.js</td><td style="border:1px solid #ddd;padding:5px 10px"><a href="https://github.com/marketcalls/openalgo-node" target="_blank" rel="nofollow">openalgo-node</a></td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px">Java</td><td style="border:1px solid #ddd;padding:5px 10px"><a href="https://github.com/marketcalls/openalgo-java" target="_blank" rel="nofollow">openalgo-java</a></td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px">Rust</td><td style="border:1px solid #ddd;padding:5px 10px"><a href="https://github.com/marketcalls/openalgo-rust" target="_blank" rel="nofollow">openalgo-rust</a></td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px">.NET / C#</td><td style="border:1px solid #ddd;padding:5px 10px"><a href="https://github.com/marketcalls/openalgo.NET" target="_blank" rel="nofollow">openalgo.NET</a></td></tr><tr><td style="border:1px solid #ddd;padding:5px 10px">Go</td><td style="border:1px solid #ddd;padding:5px 10px"><a href="https://github.com/marketcalls/openalgo-go" target="_blank" rel="nofollow">openalgo-go</a></td></tr></tbody></table>
<h2>OpenAlgo 自由开源软件生态系统</h2>
<p>OpenAlgo 是更大开源交易生态系统的一部分：</p>
<ul><li><strong>OpenAlgo 核心</strong>：本仓库（Python Flask + React）</li><li><strong>Historify</strong>：股市数据管理平台</li><li><strong>官方SDK（官方SDK）</strong>： Python、Node.js、Java、Rust、.NET、Go（见上文）</li><li><strong>Excel 插件</strong>：直接Excel集成</li><li><strong>MCP服务器</strong>：人工智能代理集成</li><li><strong>Chrome 插件</strong>：基于浏览器的工具</li><li><strong>快速剥皮者</strong>：高绩效交易（Rust + Tauri）</li><li><strong>网络门户</strong>： 现代用户界面（NextJS + ShadcnUI）</li><li><strong>Documentation</strong>：关于 的综合指南<a href="https://docs.openalgo.in/mini-foss-universe" target="_blank" rel="nofollow">Gitbook</a></li></ul>
<h2>Installation</h2>
<h3>最低要求</h3>
<ul><li><strong>RAM</strong>： 2GB（或 0.5GB + 2GB 交换）</li><li><strong>Disk</strong>: 1GB</li><li><strong>CPU</strong>： 1 虚拟中央处理器</li><li><strong>Python</strong>: 3.11, 3.12, 3.13, or 3.14</li><li><strong>Node.js</strong>： 20+（前端开发）</li></ul>
<h3>紫外线快速入门</h3>
<p>OpenAlgo uses the modern <code>uv</code> package manager for faster, more reliable installations:</p>
<pre><code class="language-bash"># Clone the repository
git clone https://github.com/marketcalls/openalgo.git
cd openalgo

# Install UV package manager
pip install uv

# Configure environment
cp .sample.env .env
# Edit .env with your broker API credentials as per documentation

# Run the application using UV
uv run app.py
</code></pre>
<p>The application will be available at <code>http://127.0.0.1:5000</code></p>
<p>有关详细安装说明、部署选项（Docker、AWS等）及配置指南，请访问<a href="https://docs.openalgo.in/installation-guidelines/getting-started" target="_blank" rel="nofollow">docs.openalgo.in/installation-guidelines/getting-started</a></p>
<h2>API 文档</h2>
<p>完整的API参考和示例：<br><ul><li><strong>API 文档</strong>: <a href="https://docs.openalgo.in/api-documentation/v1" target="_blank" rel="nofollow">docs.openalgo.in/api-documentation/v1</a></li><li><strong>符号格式</strong>: <a href="https://docs.openalgo.in/symbol-format" target="_blank" rel="nofollow">docs.openalgo.in/symbol-format</a></li></ul><br><h2>主要优势</h2></p>
<ul><li><strong>零配置安装</strong>：用UV的一命令设置</li><li><strong>单一API，多代理</strong>：无需代码更改即可切换经纪人</li><li><strong>无数据收集</strong>：完全隐私——您的数据会保存在您的服务器上</li><li><strong>可视化策略构建器</strong>：使用拖放流程编辑器创建策略</li><li><strong>主机 Python 策略</strong>：直接运行策略，无需外部服务器</li><li><strong>智能订单执行</strong>：复杂策略的智能路由</li><li><strong>订单拆分</strong>： 自动将大订单拆分成更小的块</li><li><strong>实时分析</strong>：PnL跟踪、延迟监控、流量分析</li><li><strong>策略模板</strong>：使用预建模板的快速原型制作</li><li><strong>插件架构</strong>：自定义集成的可扩展设计</li><li><strong>活跃社区</strong>：Discord支持，虚拟聚会，开放路线图</li></ul>
<h2>Documentation</h2>
<p>详尽的文档可在以下网站获取<a href="https://docs.openalgo.in" target="_blank" rel="nofollow">docs.openalgo.in</a>:<br><ul><li>API 参考及示例</li><li>经纪人专用指南</li><li>安全最佳实践</li><li>部署教程</li><li>战略制定指南</li><li>故障排查与常见问题解答</li></ul><br><h2>Contributing</h2></p>
<p>我们欢迎大家的贡献！贡献：</p>
<ol><li>分支仓库</li><li>Create a feature branch (<code>git checkout -b feature/amazing-feature</code>)</li><li>Commit your changes (<code>git commit -m 'Add amazing feature'</code>)</li><li>Push to the branch (<code>git push origin feature/amazing-feature</code>)</li><li>开启拉取请求</li></ol>
<h2>社区与支持</h2>
<ul><li><strong>Discord</strong>: <a href="https://www.openalgo.in/discord" target="_blank" rel="nofollow">加入我们的社区</a></li><li><strong>Twitter/X</strong>: <a href="https://twitter.com/openalgoHQ" target="_blank" rel="nofollow">@openalgoHQ</a></li><li><strong>YouTube</strong>: <a href="https://www.youtube.com/@openalgo" target="_blank" rel="nofollow">@openalgo</a></li><li><strong>GitHub 问题</strong>: <a href="https://github.com/marketcalls/openalgo/issues" target="_blank" rel="nofollow">报告错误或请求功能</a></li></ul>
<h2>License</h2>
<p>OpenAlgo 以<strong>AGPL V3.0 许可证</strong>. See <a href="LICENSE" target="_blank" rel="nofollow">LICENSE</a>细节。</p>
<h2>鸣谢与</h2>
<p>OpenAlgo 是建立在巨人的肩膀上。我们感谢所有开源项目，使这个平台得以实现。</p>
<h3>核心框架</h3>
<ul><li><strong><a href="https://flask.palletsprojects.com" target="_blank" rel="nofollow">Flask</a></strong>- BSD 许可证 - Python 网页微框架</li><li><strong><a href="https://react.dev" target="_blank" rel="nofollow">React</a></strong>- MIT 许可证 - 用于构建用户界面的界面库</li><li><strong><a href="https://www.sqlalchemy.org" target="_blank" rel="nofollow">SQLAlchemy</a></strong>- MIT 许可证 - Python SQL 工具包和 ORM</li></ul>
<h3>UI 组件与样式</h3>
<ul><li><strong><a href="https://ui.shadcn.com" target="_blank" rel="nofollow">shadcn/ui</a></strong>- MIT 许可证 - 采用 Radix UI 和 Tailwind CSS 构建的精美组件</li><li><strong><a href="https://www.radix-ui.com" target="_blank" rel="nofollow">Radix 用户界面</a></strong>- MIT 许可 - 无样式、可访问的 UI 组件</li><li><strong><a href="https://tailwindcss.com" target="_blank" rel="nofollow">顺风CSS</a></strong>- MIT 许可证 - 以实用工具为先的 CSS 框架</li><li><strong><a href="https://lucide.dev" target="_blank" rel="nofollow">Lucide</a></strong>- ISC 许可 - 美观且一致的图标库</li></ul>
<h3>数据可视化</h3>
<ul><li><strong><a href="https://github.com/tradingview/lightweight-charts" target="_blank" rel="nofollow">TradingView 轻量级图表</a></strong>- Apache 2.0 - 用于市场数据和损益可视化的金融图表库</li><li><strong><a href="https://plotly.com/javascript/" target="_blank" rel="nofollow">Plotly</a></strong>- MIT许可——用于期权分析和可视化的交互式图表库</li><li><strong><a href="https://reactflow.dev" target="_blank" rel="nofollow">xyflow/React Flow</a></strong>- MIT 许可 - 高度可定制的基于节点的可视化策略编辑器库</li></ul>
<h3>代码编辑器</h3>
<ul><li><strong><a href="https://codemirror.net" target="_blank" rel="nofollow">CodeMirror</a></strong>- MIT 许可证 - 适用于 Python 和 JSON 的多功能代码编辑器，带语法高亮</li><li><strong><a href="https://uiwjs.github.io/react-codemirror" target="_blank" rel="nofollow">@uiw/react-codemirror</a></strong>- MIT 许可 - 带主题的 CodeMirror React 包装器</li></ul>
<h3>状态管理与数据取用</h3>
<ul><li><strong><a href="https://tanstack.com/query" target="_blank" rel="nofollow">TanStack查询</a></strong>- MIT许可 - 强大的异步状态管理</li><li><strong><a href="https://zustand-demo.pmnd.rs" target="_blank" rel="nofollow">Zustand</a></strong>- MIT许可 - 轻量级状态管理</li><li><strong><a href="https://axios-http.com" target="_blank" rel="nofollow">Axios</a></strong>- MIT许可 - 基于承诺的HTTP客户端</li></ul>
<h3>实时通信</h3>
<ul><li><strong><a href="https://socket.io" target="_blank" rel="nofollow">Socket.IO</a></strong>- MIT许可证 - 实时双向事件通信</li><li><strong><a href="https://zeromq.org" target="_blank" rel="nofollow">ZeroMQ</a></strong>- LGPL 许可证 - 高性能异步消息传递</li></ul>
<h3>Security</h3>
<ul><li><strong><a href="https://argon2-cffi.readthedocs.io" target="_blank" rel="nofollow">Argon2-CFFI</a></strong>- MIT许可证 - Argon2密码哈希（PHC获奖）</li><li><strong><a href="https://cryptography.io" target="_blank" rel="nofollow">Cryptography</a></strong>- BSD/Apache 许可证 - 密码学配方和原语</li></ul>
<h3>构建与开发工具</h3>
<ul><li><strong><a href="https://vitejs.dev" target="_blank" rel="nofollow">Vite</a></strong>- MIT 许可 - 快速前端构建工具</li><li><strong><a href="https://www.typescriptlang.org" target="_blank" rel="nofollow">TypeScript</a></strong>- Apache 2.0 - 带有类型语法的JavaScript</li><li><strong><a href="https://biomejs.dev" target="_blank" rel="nofollow">Biome</a></strong>- MIT 许可证 - 快速格式化器和附加表</li><li><strong><a href="https://vitest.dev" target="_blank" rel="nofollow">Vitest</a></strong>- MIT许可证 - 极速单元测试</li><li><strong><a href="https://playwright.dev" target="_blank" rel="nofollow">Playwright</a></strong>- Apache 2.0 - 端到端测试框架</li></ul>
<h3>附加图书馆</h3>
<ul><li><strong><a href="https://reactrouter.com" target="_blank" rel="nofollow">React 路由器</a></strong>- MIT许可证 - React的声明式路由</li><li><strong><a href="https://sonner.emilkowal.ski" target="_blank" rel="nofollow">Sonner</a></strong>- MIT许可证 - Toast通知</li><li><strong><a href="https://cmdk.paco.me" target="_blank" rel="nofollow">cmdk</a></strong>- MIT 许可 - 命令调色板组件</li><li><strong><a href="https://github.com/pacocoursey/next-themes" target="_blank" rel="nofollow">next-themes</a></strong>- 麻省理工学院许可 - 主题切换</li><li><strong><a href="https://github.com/bvaughn/react-resizable-panels" target="_blank" rel="nofollow">react-resizable-panels</a></strong>- MIT许可 - 可调整尺寸的面板布局</li><li><strong><a href="https://html2canvas.hertzen.com" target="_blank" rel="nofollow">html2canvas-pro</a></strong>- MIT 许可 - 截图生成</li></ul>
<h2>回购活动</h2>
<img src="https://repobeats.axiom.co/api/embed/0b6b18194a3089cb47ab8ae588caabb14aa9972b.svg "Repobeats analytics image"" alt="Alt">
<h2>Disclaimer</h2>
<strong>本软件仅供教育用途。不要冒险用你害怕失去的钱。使用该软件需自行承担风险。作者及所有关联方对您的交易结果不承担任何责任。</strong>
<p>在用真钱部署前，务必在分析师模式中测试你的策略。过去的业绩不保证未来结果。交易涉及重大损失风险。</p>
<hr>
Built with ❤️ by traders, for traders. Making algorithmic trading accessible to everyone.
<hr style="margin:32px 0 16px;border:none;border-top:1px solid #e2e8f0;"><p style="font-size:13px;color:#94a3b8;">文章来源：<a href="https://github.com/marketcalls/openalgo" target="_blank" rel="nofollow">https://github.com/marketcalls/openalgo</a></p>]]></description>
    <pubDate>Sun, 16 Aug 2026 14:23:28 +0800</pubDate>
    <dc:creator>emer</dc:creator>
    <guid>https://eacuu.xyz/post-27475.html</guid>
</item>
<item>
    <title>浪里淘金 MT5 | 黄金EA下载 - MetaTrader 5资源 | 外汇自动交易机器人工具</title>
    <link>https://eacuu.xyz/post-27477.html</link>
    <description><![CDATA[<h2 class="wp-block-heading"><strong>适用品种：XAUUSD</strong></h2>
<h2 class="wp-block-heading"><strong>适用周期：M5 M15</strong></h2>
<h2 class="wp-block-heading"><strong>资金要求：50000美分</strong></h2>
<p><strong>每月收益：10%左右</strong></p>
<p><strong>参数设置：默认参数就能跑</strong></p>
<div mce-contenteditable="false" class="muted-box file-download-box mb20"><div class="flex ac jsb"><div class="flex ac"><div class="mr10"><div class="file-download-icon"></div></div><div class="text-ellipsis-2 file-download-name" mce-contenteditable="true">浪里淘金.zip</div></div><div class="flex0 ml20"><i class="fa fa-download"></i>下载</div></div><div class="mt10"></div></div>
<figure class="wp-block-image size-large"><img src="https://eacuu.xyz/content/uploadfile/github/custom_img_1779469772_7520.png" alt="图片[1]交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易浪里淘金 MT5交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易1mt5" style="max-width:100%"></figure>
<figure class="wp-block-image size-large"><img src="https://eacuu.xyz/content/uploadfile/github/custom_img_1779469772_2224.png" alt="图片[2]交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易浪里淘金 MT5交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易1mt5" style="max-width:100%"></figure>
<figure class="wp-block-image size-large"><img src="https://eacuu.xyz/content/uploadfile/github/custom_img_1779469772_2814.png" alt="图片[3]交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易浪里淘金 MT5交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易1mt5" style="max-width:100%"></figure>
<div class="seo-context-block"><h2>浪里淘金 MT5 | 黄金EA下载 - MetaTrader 5资源 | 外汇自动交易机器人工具 使用与筛选建议</h2><p>浪里淘金 MT5 | 黄金EA下载 - MetaTrader 5资源 | 外汇自动交易机器人工具 属于黄金EA相关资源。下载或参考前，建议确认平台版本、交易品种、时间周期、是否需要 DLL、是否包含源码、参数说明和历史更新记录。</p><p>自动交易工具和外汇指标都应先经过回测、模拟账户观察和小资金验证。重点关注点差、滑点、最大回撤、开仓频率、止损方式、交易时段和经纪商规则，避免只依据标题或短期收益描述直接实盘运行。</p></div>
<p><a href="https://eacuu.xyz/?resource_alias=BLHMvsee4CeIOJQb">浪里淘金.zip</a></p>]]></description>
    <pubDate>Sun, 16 Aug 2026 10:16:30 +0800</pubDate>
    <dc:creator>emer</dc:creator>
    <guid>https://eacuu.xyz/post-27477.html</guid>
</item>
<item>
    <title>Breakthrough Strategy MT4 | MT4 EA下载 - MetaTrader 4资源 #27476</title>
    <link>https://eacuu.xyz/post-27476.html</link>
    <description><![CDATA[<h2 class="wp-block-heading">适用品种：EURUSD, EURCAD, EURAUD, EURNZD, GBPCAD, GBPAUD, AUDNZD, GBPJPY, USDCHF, USDCAD, CADCHF, AUDCAD</h2>
<h2 class="wp-block-heading">适用周期：M5 M15</h2>
<h2 class="wp-block-heading">资金要求：300美金</h2>
<p><strong>每月收益：5%左右</strong></p>
<p><strong>官方介绍：https://www.mql5.com/zh/market/product/23001</strong></p>
<p><strong>参数设置：自带两套参数，按需选择，也可以自行回测修改。</strong></p>
<p><strong>一款用于多交叉货币对的EA，单量不多但是很稳</strong></p>
<div mce-contenteditable="false" class="muted-box file-download-box mb20"><div class="flex ac jsb"><div class="flex ac"><div class="mr10"><div class="file-download-icon"></div></div><div class="text-ellipsis-2 file-download-name" mce-contenteditable="true">Breakthrough Strategy.zip</div></div><div class="flex0 ml20"><i class="fa fa-download"></i>下载</div></div><div class="mt10"></div></div>
<figure class="wp-block-image size-large"><img src="https://eacuu.xyz/content/uploadfile/github/custom_img_1779469508_9577.webp" alt="图片[1]交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易Breakthrough Strategy MT4交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易1mt5" style="max-width:100%"></figure>
<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img src="https://eacuu.xyz/content/uploadfile/github/custom_img_1779469508_8564.webp" alt="图片[2]交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易Breakthrough Strategy MT4交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易1mt5" style="max-width:100%"></figure>

<figure class="wp-block-image size-large"><img src="https://eacuu.xyz/content/uploadfile/github/custom_img_1779469508_3306.webp" alt="图片[3]交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易Breakthrough Strategy MT4交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易1mt5" style="max-width:100%"></figure>
</figure>
<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img src="https://eacuu.xyz/content/uploadfile/github/custom_img_1779469508_1479.webp" alt="图片[4]交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易Breakthrough Strategy MT4交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易1mt5" style="max-width:100%"></figure>

<figure class="wp-block-image size-large"><img src="https://eacuu.xyz/content/uploadfile/github/custom_img_1779469508_1108.webp" alt="图片[5]交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易Breakthrough Strategy MT4交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易1mt5" style="max-width:100%"></figure>

<figure class="wp-block-image size-large"><img src="https://eacuu.xyz/content/uploadfile/github/custom_img_1779469508_1948.webp" alt="图片[6]交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易Breakthrough Strategy MT4交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易1mt5" style="max-width:100%"></figure>

<figure class="wp-block-image size-large"><img src="https://eacuu.xyz/content/uploadfile/github/custom_img_1779469508_1646.webp" alt="图片[7]交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易Breakthrough Strategy MT4交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易1mt5" style="max-width:100%"></figure>

<figure class="wp-block-image size-large"><img src="https://eacuu.xyz/content/uploadfile/github/custom_img_1779469508_5550.webp" alt="图片[8]交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易Breakthrough Strategy MT4交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易1mt5" style="max-width:100%"></figure>
</figure>
<p><a href="https://eacuu.xyz/?resource_alias=lkHPf7377hJkEzEt">Breakthrough Strategy 2.zip</a></p>]]></description>
    <pubDate>Sun, 16 Aug 2026 10:16:04 +0800</pubDate>
    <dc:creator>emer</dc:creator>
    <guid>https://eacuu.xyz/post-27476.html</guid>
</item>
<item>
    <title>AXIO Gold EA MT5 | 黄金EA下载 - MetaTrader 5资源 - MetaTrader 5资源</title>
    <link>https://eacuu.xyz/post-27471.html</link>
    <description><![CDATA[<h2 class="wp-block-heading">适用品种：XAUUSD</h2>
<h2 class="wp-block-heading">适用品种：M1</h2>
<p><strong>资金要求：500美金</strong></p>
<p><strong>每日收益：0.2-2%</strong></p>
<p><strong>使用说明：<br>采用自适应交易逻辑和市场环境过滤来评估交易机会是否值得把握。其决策过程的部分环节依赖于实时市场状况，而这些状况可能无法在历史测试中完全重现。</strong></p>
<p><strong>原价700刀</strong></p>
<p><strong>作者实盘：https://www.mql5.com/en/signals/2366982</strong></p>
<div mce-contenteditable="false" class="muted-box file-download-box mb20"><div class="flex ac jsb"><div class="flex ac"><div class="mr10"><div class="file-download-icon"></div></div><div class="text-ellipsis-2 file-download-name" mce-contenteditable="true">AXIO Gold EA.zip</div></div><div class="flex0 ml20"><i class="fa fa-download"></i>下载</div></div><div class="mt10"></div></div>
<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img src="https://eacuu.xyz/content/uploadfile/github/custom_img_1779106528_3469.webp" alt="图片[1]交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易AXIO Gold EA MT5交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易1mt5" style="max-width:100%"></figure>
</figure>
<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img src="https://eacuu.xyz/content/uploadfile/github/custom_img_1779106528_3547.webp" alt="图片[2]交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易AXIO Gold EA MT5交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易1mt5" style="max-width:100%"></figure>
</figure>
<figure class="wp-block-image size-large"><img src="https://eacuu.xyz/content/uploadfile/github/custom_img_1779106528_6033.webp" alt="图片[3]交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易AXIO Gold EA MT5交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易1mt5" style="max-width:100%"></figure>
<p><a href="https://eacuu.xyz/?resource_alias=5dRk9zD5D0sW6SwH">AXIO Gold EA 2.zip</a></p>]]></description>
    <pubDate>Sat, 15 Aug 2026 14:38:12 +0800</pubDate>
    <dc:creator>emer</dc:creator>
    <guid>https://eacuu.xyz/post-27471.html</guid>
</item>
<item>
    <title>Trade Assistant V10.27 交易助手 源码下载与部署说明 - MT4/MT5资源</title>
    <link>https://eacuu.xyz/post-64.html</link>
    <description><![CDATA[<p>直观图表–  图表上显示了开盘价、止损价和止盈价。<br />
借助此功能，可以轻松设置新订单并在打开订单前查看其附加特性。</p>
<p>风险管理 – 风险计算功能会根据设定的风险和止损订单的大小来计算新订单的交易量。<br />
它允许您设置任意大小的止损，同时观察设定的风险。</p>
<p>批次计算按钮 – 启用/禁用风险计算。</p>
<p>在“风险”字段中，以百分比（0 到 100）或存款货币设置所需的风险值。</p>
<p>在“设置”选项卡上选择风险计算方式：$货币、%余额、%权益、%可用保证金、%自定义、%AB 前一日、%AB 前一周、%AB 前一个月。</p>
<p>R/TP 和 R/SL – 设置止盈与止损的关系。</p>
<p>这样你就可以设定利润相对于亏损的大小。</p>
<p>例如 1：1 – 这意味着 TP 的大小 = SL，</p>
<p>2 : 1 – 这意味着 TP 是 SL 的两倍。</p>
<p>RR – 开/关比率。订单管理</p>
<p>该面板支持市价单和挂单。<br />
交易时间管理器 – 按时间开门或关门。<br />
分批平仓 – 按设定数量的百分比平仓订单的一部分。<br />
追踪止损 – 7 种管理止损订单的选项（以点数、分形、移动平均线、抛物线转向指标、平均真实波幅、部分收盘价、高低点）。<br />
盈亏平衡点——将止损位调整到不会亏损的水平。<br />
限价单追踪——使限价单跟随市场价格移动一段距离。<br />
OCO 订单 – 如果其中一个待处理订单被激活，则取消多个待处理订单的功能。<br />
虚拟待处理订单。<br />
虚拟止损和止盈 – 隐藏 SL TP。<br />
按订单类型平仓。<br />
当达到指定盈利目标时，平仓。<br />
附加功能<br />
符号切换 – 更改当前图表的符号（或者可以单独为所有图表启用）。<br />
快捷键 – 提供交易功能和图表控制。<br />
支撑位和阻力位被突破时发出通知。<br />
图表截图 – 点击工具栏上的按钮或自动显示。</p>
<p><img src="https://eacuu.xyz/content/uploadfile/202601/fff91769527069.png" alt="" /><br />
<img src="https://eacuu.xyz/content/uploadfile/202601/2ee11769527079.png" alt="" /><br />
<img src="https://eacuu.xyz/content/uploadfile/202601/3a211769527099.png" alt="" /></p>
<div style="text-align:center;margin:30px 0;padding:24px;background:linear-gradient(135deg,#f0f4ff,#e8f0fe);border-radius:12px;border:1px solid #c7d2fe"><p style="margin:0 0 12px;font-size:15px;color:#374151;font-weight:600">Trade Assistant MT4_10.27_fix.ex4.zip</p><a href="https://eacuu.xyz/?resource_alias=a6oVdTmktjLCH3UU" style="display:inline-block;padding:12px 36px;background:#6366f1;color:#fff;border-radius:8px;font-weight:700;font-size:15px;text-decoration:none">下载</a></div>
<!-- seo-growth-v1 -->
<h2>Trade Assistant V10.27 交易助手 源码下载与部署说明 使用前要点</h2>
<p>这篇页面已经按搜索用户的阅读路径重新整理，重点补充EA源码的适用场景、MQL4/MQL5平台兼容性、参数测试方法和实盘风险提示，方便在下载或部署前快速判断是否值得继续测试。</p>
<h3>适合谁使用</h3>
<ul><li>需要快速筛选EA源码、并愿意先做模拟盘验证的交易者。</li><li>已经熟悉 MT4/MT5 安装流程，希望比较不同 EA、指标或源码项目的人。</li><li>想把回测、参数和风控记录下来，再决定是否进入实盘的人。</li></ul>
<h3>测试与风控建议</h3>
<ul><li>先使用默认参数做基础回测，再按品种、周期和点差逐项调整。</li><li>网格、马丁、剥头皮类策略要重点观察最大回撤、连续亏损和交易频率。</li><li>实盘前建议至少观察 2-4 周模拟盘表现，并限制单个策略的账户风险占比。</li></ul>
<h3>常见问题</h3>
<p><strong>这个文件可以直接实盘吗？</strong><br>不建议直接实盘。任何 EA 或指标都需要先检查来源、参数、平台版本和历史表现。</p>
<p><strong>MT4 和 MT5 能通用吗？</strong><br>通常不能直接通用，MQ4/EX4 对应 MT4，MQ5/EX5 对应 MT5，源码项目也需要在对应 MetaEditor 中编译。</p>
<p><strong>还可以继续看哪些内容？</strong><br><a href="/forex-ea">Forex EA 下载</a>、<a href="/forex-indicator">外汇指标下载</a>、<a href="/ea-reviews">EA测评</a>、<a href="/github-ea">GitHub开源EA</a>、<a href="/mql5codebase">MQL5 CodeBase</a>。</p>
<!-- seo-en-v1 -->
<h2>English Search Notes</h2>
<p>This page is also optimized for English search intent around <strong>Trade Assistant V10.27 交易助手 源码下载与部署说明</strong>. Related search terms include: MQL4 source code, MQL5 source code. Test any Forex EA, Expert Advisor, MT4/MT5 indicator or MQL source code with historical data and a demo account before live trading.</p>]]></description>
    <pubDate>Thu, 13 Aug 2026 23:35:01 +0800</pubDate>
    <dc:creator>emer</dc:creator>
    <guid>https://eacuu.xyz/post-64.html</guid>
</item>
<item>
    <title>Gold One Shot Expert MT4 （一单一结） 黄金EA 下载与参数说明 - MetaTrader 4资源</title>
    <link>https://eacuu.xyz/post-24139.html</link>
    <description><![CDATA[<h2 class="wp-block-heading"><strong>适用品种：XAUUSD</strong></h2>
<h2 class="wp-block-heading"><strong>适用品种：M5 M15</strong></h2>
<h2 class="wp-block-heading">资金要求：500美元</h2>
<p><strong>每日收益：1-5%</strong></p>
<p><strong>使用说明：<br>大佬</strong>@莫奈灰<strong> 提供 一单一结 群友反馈运行很稳定 这几天的大单边没有亏损，反而还盈利500U<br>无需设置参数，一键加载即可</strong></p>
<div mce-contenteditable="false" class="muted-box file-download-box mb20"><div class="flex ac jsb"><div class="flex ac"><div class="mr10"><div class="file-download-icon"></div></div><div class="text-ellipsis-2 file-download-name" mce-contenteditable="true">Gold One Shot Expert.zip</div></div><div class="flex0 ml20"><i class="fa fa-download"></i>下载</div></div><div class="mt10"></div></div>
<figure class="wp-block-image size-large"><img src="https://eacuu.xyz/content/uploadfile/github/custom_img_1778202664_8499.png" alt="图片[1]交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易Gold One Shot Expert MT4 （一单一结）交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易1mt5" style="max-width:100%"></figure>
<figure class="wp-block-image size-large"><img src="https://eacuu.xyz/content/uploadfile/github/custom_img_1778202665_4229.png" alt="图片[2]交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易Gold One Shot Expert MT4 （一单一结）交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易1mt5" style="max-width:100%"></figure>
<figure class="wp-block-image size-large"><img src="https://eacuu.xyz/content/uploadfile/github/custom_img_1778202665_8932.png" alt="图片[3]交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易Gold One Shot Expert MT4 （一单一结）交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易1mt5" style="max-width:100%"></figure>
<figure class="wp-block-image size-large"><img src="https://eacuu.xyz/content/uploadfile/github/custom_img_1778202665_8589.png" alt="图片[4]交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易Gold One Shot Expert MT4 （一单一结）交易的工具|外汇EA|外汇论坛|MT4指标|MT5软件|EA源码|MQL编程|跟单系统|马丁格尔|狼行天下|财经东北路|ctrader|蜡烛图技术|外汇知识|自动化交易1mt5" style="max-width:100%"></figure>
<p><a href="https://eacuu.xyz/?resource_alias=nUuPdTr5Jn7eQ1mg">Gold One Shot Expert 2.zip</a></p>
<!-- seo-growth-v1 -->
<h2>Gold One Shot Expert MT4 （一单一结） 黄金EA 下载与参数说明 使用前要点</h2>
<p>这篇页面已经按搜索用户的阅读路径重新整理，重点补充黄金EA的适用场景、XAUUSD平台兼容性、参数测试方法和实盘风险提示，方便在下载或部署前快速判断是否值得继续测试。</p>
<h3>适合谁使用</h3>
<ul><li>需要快速筛选黄金EA、并愿意先做模拟盘验证的交易者。</li><li>已经熟悉 MT4/MT5 安装流程，希望比较不同 EA、指标或源码项目的人。</li><li>想把回测、参数和风控记录下来，再决定是否进入实盘的人。</li></ul>
<h3>测试与风控建议</h3>
<ul><li>先使用默认参数做基础回测，再按品种、周期和点差逐项调整。</li><li>网格、马丁、剥头皮类策略要重点观察最大回撤、连续亏损和交易频率。</li><li>实盘前建议至少观察 2-4 周模拟盘表现，并限制单个策略的账户风险占比。</li></ul>
<h3>常见问题</h3>
<p><strong>这个文件可以直接实盘吗？</strong><br>不建议直接实盘。任何 EA 或指标都需要先检查来源、参数、平台版本和历史表现。</p>
<p><strong>MT4 和 MT5 能通用吗？</strong><br>通常不能直接通用，MQ4/EX4 对应 MT4，MQ5/EX5 对应 MT5，源码项目也需要在对应 MetaEditor 中编译。</p>
<p><strong>还可以继续看哪些内容？</strong><br><a href="/forex-ea">Forex EA 下载</a>、<a href="/forex-indicator">外汇指标下载</a>、<a href="/ea-reviews">EA测评</a>、<a href="/github-ea">GitHub开源EA</a>、<a href="/mql5codebase">MQL5 CodeBase</a>。</p>
<!-- seo-en-v1 -->
<h2>English Search Notes</h2>
<p>This page is also optimized for English search intent around <strong>Gold One Shot Expert MT4 （一单一结） 黄金EA 下载与参数说明</strong>. Related search terms include: Forex EA download, XAUUSD EA, Gold trading robot. Test any Forex EA, Expert Advisor, MT4/MT5 indicator or MQL source code with historical data and a demo account before live trading.</p>]]></description>
    <pubDate>Thu, 13 Aug 2026 22:51:06 +0800</pubDate>
    <dc:creator>emer</dc:creator>
    <guid>https://eacuu.xyz/post-24139.html</guid>
</item>
</channel>
</rss>