Matrix Gold Resurrection
cBot
25 购买
版本 1.0, May 2025
Windows 版、Mac 版, Mobile, Web
4.3
评价:3
Trading product for Matrix Gold Resurrection cBot Signal Scalping, image 2
注册日期 18/05/2025
35
销售

说明

## 📋 目录 1. [概述](#overview) 2. [核心功能](#core-features) 3. [参数配置](#parameter-configuration) 4. [连续亏损保护系统](#consecutive-loss-protection-system) 5. [新闻过滤系统](#news-filter-system) 6. [交易时段与日期管理](#session-and-day-management) 7. [高级风险管理](#advanced-risk-management) 8. [交易模式](#trading-modes) 9. [监控与显示](#monitoring-and-display) 10. [故障排除](#troubleshooting) 11. [常见问题](#faq) --- ## 🎯 概述 Matrix Gold Resurrection 是一款专为 XAUUSD(金价)交易设计的高级自动交易系统。该机器人具备多时间框架分析、多重信号确认及复杂的风险保护系统。 ### 主要功能 - **8 个独立信号确认系统** - **先进的连续亏损保护**,含 3 种操作模式 - **自动新闻过滤**,支持事件前后管理 - **增强的交易时段管理**,含持仓控制 - **每周计划编程** - **自动交易超时**(最大交易时长) - **动态风险管理**,支持复利增长 --- ## 🔧 核心功能 ### 1. **连续亏损保护系统** ``` 解决问题:机器人持续亏损且不停交易 ``` - ✅ **自动检测**:实时连续亏损计数 - ✅ **3 种管理模式**: - `StopAndWaitCooldown`:停止 + 等待固定时间 - `StopAndWaitTrendReverse`:停止 + 等待 SMA 趋势反转 - `ContinueWithReducedRisk`:降低交易量继续交易 - ✅ **持仓关闭选项**:触发时关闭所有持仓 ### 2. **高级新闻过滤** ``` 解决问题:高影响事件期间交易 ``` - ✅ **自动检测**:识别高风险时间窗口 - ✅ **事件前后控制**:可配置 5-120 分钟 - ✅ **持仓操作的 3 种方式**: - `KeepOpen`:保持持仓 - `Pause`:暂时移除止损/止盈 - `CloseAll`:关闭所有持仓 ### 3. **交易超时管理** ``` 解决问题:持仓时间过长 ``` - ✅ **可配置最大时长**:默认 30 分钟(5-480 分钟) - ✅ **自动关闭**:达到超时时自动平仓 - ✅ **精确跟踪**:监控每个持仓 ### 4. **每周编程** ``` 解决问题:非最佳交易日交易 ``` - ✅ **每周日期控制**:周一至周五可配置 - ✅ **安全默认**:周五禁用(高波动) - ✅ **自动周末禁用**:周六/周日始终禁用 ### 5. **增强动态止损** ``` 解决问题:固定止损不适应波动性 ``` - ✅ **实时计算**:基于波动性和确认信号 - ✅ **最低保护**:最低 20 点止损,风险极低 - ✅ **智能调整**:适应市场状况 --- ## ⚙️ 参数配置 ### **交易模式** ``` 参数:交易模式 选项:激进 | 平衡 | 保守 推荐:初学者使用平衡模式 ``` ### **🛡️ 连续亏损保护** ``` 最大连续亏损次数:2-10(推荐:3) 连续亏损动作: - StopAndWaitCooldown(推荐) - StopAndWaitTrendReverse - ContinueWithReducedRisk 连续亏损冷却时间:15-480 分钟(推荐:60) 连续亏损时停止所有持仓:true/false ``` **推荐配置:** - **保守**:最大亏损 2 次,冷却 90 分钟,StopAll=true - **平衡**:最大亏损 3 次,冷却 60 分钟,StopAll=false - **激进**:最大亏损 4 次,冷却 30 分钟,ContinueWithReducedRisk ### **📰 新闻过滤** ``` 事件前停止交易:30 分钟(推荐) 事件后停止交易:15 分钟(推荐) 新闻持仓操作: - KeepOpen:高风险 - Pause:平衡(推荐) - CloseAll:保守 ``` ### **📅 每周编程** ``` 周一交易:true 周二交易:true 周三交易:true 周四交易:true 周五交易:false(推荐 - 高波动) ``` ### **⏱️ 超时管理** ``` 最大交易时长:30 分钟(5-480 分钟) ``` **时间框架推荐:** - 剥头皮(M1-M5):15-30 分钟 - 日内(M15-H1):60-120 分钟 - 摆动交易:240 分钟以上 ### **🕐 交易时段** ``` 欧盘开始:1(格林威治时间 01:00) 美盘结束:21(格林威治时间 21:00) 持仓操作: - KeepOpen:保持持仓 - Pause:暂停管理(推荐) - CloseAll:全部关闭 ``` --- ## 🛡️ 连续亏损保护系统 ### **工作原理** 1. **检测**: ``` ✅ 每个亏损平仓增加计数器 ✅ 每个盈利平仓重置计数器 ✅ 实时监控 ``` 2. **触发时的操作**: **StopAndWaitCooldown**(推荐): ``` - 立即停止新操作 - 等待可配置冷却时间 - 可选:关闭所有持仓 - 冷却结束自动重置 ``` **StopAndWaitTrendReverse**: ``` - 立即停止新操作 - 监控 SMA 趋势反转 - 趋势变化时自动恢复 - 更复杂但不可预测 ``` **ContinueWithReducedRisk**: ``` - 降低交易量继续操作 - 逐步减少:每次亏损减少 15% - 最低为原始交易量的 30% - 首次盈利时重置 ``` ### **保护状态显示** 机器人始终显示当前状态: ``` 📉 连续亏损 (2/3):🟢 正常 - 冷却中 📉 连续亏损 (3/3):🚨 激活 - 冷却中 📉 连续亏损 (4/5):🚨 激活 - 趋势反转中 ``` --- ## 📰 新闻过滤系统 ### **自动新闻时间**(格林威治时间) 机器人自动检测: ``` 08:30 - 欧元新闻(通胀、GDP 等) 12:30 - 美元新闻(非农、CPI 等) 14:00 - FOMC/美联储决议 15:30 - 美国市场开盘(波动性) ``` ### **阻断时间窗口** ``` 事件前:事件前 30 分钟(可配置) 事件中:事件进行中 事件后:事件后 15 分钟(可配置) ``` ### **新闻期间持仓管理** **保持持仓**: ``` ✅ 优点:保持潜在盈利持仓 ❌ 缺点:跳空/波动风险高 ``` **暂停**(推荐): ``` ✅ 优点:保护免受剧烈波动 ✅ 优点:新闻后自动恢复 ⚠️ 注意:暂时移除止损/止盈 ``` **全部关闭**: ``` ✅ 优点:最大保护 ❌ 缺点:可能过早关闭盈利交易 ``` --- ## 🕐 交易时段与日期管理 ### **交易时段** ``` 欧洲时段:格林威治时间 01:00-21:00(默认) - 伦敦开盘:中等波动 - 欧美重叠时段:高波动(推荐) ``` ### **一周中的交易日** ``` ✅ 周一:正常(市场恢复) ✅ 周二:极佳(趋势巩固) ✅ 周三:极佳(稳定) ✅ 周四:良好(周末前) ❌ 周五:不推荐(周末收盘) ❌ 周末:始终禁用 ``` ### **非交易时段行为** 当交易时段或日期禁用时: **新操作:** - ❌ 不进行信号分析 - ❌ 不开新仓 **持仓操作:** - `KeepOpen`:无变化 - `Pause`:暂时移除止损/止盈 - `CloseAll`:关闭所有持仓 --- ## 💰 高级风险管理 ### **基础交易量与复利增长** ``` 基础交易量:0.01-10 手 启用复利增长:true/false 复利增长率:0.5-100%(推荐:2%) ``` **复利增长公式:** ``` 新交易量 = 基础交易量 × (1 + ((权益/起始余额 - 1) × 增长率%)) ``` **示例:** ``` 起始余额:$10,000 当前权益:$11,000(+10%) 增长率:2% 有效增长:10% × 2% = 0.2% 新交易量:0.01 × 1.002 = 0.01002 手 ``` ### **动态风险** ``` 使用动态风险:true/false 最大持仓风险:0.001-25%(推荐:0.5%) ``` **启用动态风险时:** 1. 计算每笔交易风险:`余额 × 风险%` 2. 计算交易量:`风险金额 ÷ (止损 × 点值)` 3. 应用安全限制 4. 连续亏损时减少交易量(如启用) ### **交易量保护** ``` ✅ 最小交易量:始终遵守 ✅ 最大交易量:基础交易量的 3 倍 ✅ 断路器减少:-50% ✅ 连续亏损减少:每次亏损 -15% ``` --- ## 🎮 交易模式 ### **激进模式** ``` ✅ 快速时间框架:M2/M45 ✅ 最小确认次数:2 ✅ 最大持仓数:10 ✅ 交易间隔:3 分钟 ✅ 风险:0.05%(非常低但频繁) ``` **适合**:大账户、高经验、积极监控 ### **平衡模式**(推荐) ``` ✅ 中等时间框架:M3/M30 ✅ 最小确认次数:2 ✅ 最大持仓数:2 ✅ 交易间隔:6 分钟 ✅ 风险:1.5% ``` **适合**:大多数用户,良好平衡 ### **保守模式** ``` ✅ 慢速时间框架:M5/H1 ✅ 最小确认次数:3 ✅ 最大持仓数:1 ✅ 交易间隔:12 分钟 ✅ 风险:1.2% ``` **适合**:初学者、小账户、最大安全 --- ## 📊 监控与显示 ### **主面板** ``` ═══ MATRIX GOLD RESURRECTION v1.0 ═══ 💼 平衡 | 🟢 激活 | 🟢 准备 | 🟢 允许 🎯 $2650.50 | 📊 3.2点 | 📈 45.5点 🟢 多头 | 📊 RSI:58 | ⚡ 0.025 💹 绩效 交易数:15 | 胜率:73.3% | 盈亏:$285.50 最大回撤:2.1% | 权益:$10,285.50 持仓数:1/2 🛡️ 保护状态 📉 连续亏损 (1/3):🟢 正常 - 冷却中 📰 新闻过滤:🟢 清晰 ⚡ 断路器:🟢 正常 (3.0%) ``` ### **状态代码** ``` 🟢 正常/激活/准备 = 正常 🔴 阻止/关闭 = 禁用 🚨 激活 = 保护激活中 ⏳ 冷却中 = 等待中 ⚫ 关闭/中立 = 禁用/中立 ``` ### **重要日志信息** ``` ✅ 执行操作 🛡️ 激活保护 📰 新闻事件 ⏱️ 操作超时 🔄 动态更新 ❌ 错误与阻止 ``` --- ## 🔧 故障排除 ### **问题:机器人不开仓** **检查顺序:** 1. ✅ **允许交易日**:检查交易日设置 2. ✅ **激活时段**:检查欧盘/美盘时间 3. ✅ **点差正常**:必须小于最大点差 4. ✅ **保护状态**:无激活保护 5. ✅ **信号确认**:信号充足 6. ✅ **波动率**:在配置范围内 7. ✅ **最大持仓数**:未达到限制 **查看日志:** ``` ❌ Matrix Gold:周五禁止交易 ❌ Matrix Gold:连续亏损保护阻止交易 ❌ Matrix Gold:新闻过滤阻止交易 ⚠️ Matrix Gold 信号过弱:0.008 < 0.012 ``` ### **问题:连续亏损过多** **解决方案:** 1. **减少最大连续亏损次数**:从 3 降至 2 2. **增加冷却时间**:从 60 增至 90+ 分钟 3. **启用停止所有持仓**:true 4. **切换模式**:从激进改为保守 5. **增加最小确认次数**:从 2 增至 3+ ### **问题:止损过小** **原因与解决方案:** ``` 原因:风险百分比过低(如 0.01%) 解决方案:提高至 0.1% 以上或关闭动态风险 原因:账户较小交易量过大 解决方案:减少基础交易量 原因:保护激活中 解决方案:等待保护重置 ``` ### **问题:机器人忽略新闻** **核查:** ``` ✅ 新闻过滤已启用 ✅ 检查正确的格林威治时间 ✅ 验证事件前后设置 ✅ 监控日志确认激活 ``` --- ## ❓ 常见问题 ### **问:最佳初始配置是什么?** **答:** ``` 模式:平衡 最大连续亏损:3 冷却时间:60 分钟 新闻持仓操作:暂停 最大交易时长:30 分钟 风险:最大 1% 复利增长:初始关闭 ``` ### **问:为什么机器人频繁停止?** **答:** 机器人有多重保护。请检查: - 连续亏损次数达到 - 活跃新闻事件 - 非交易时段/非允许交易日 - 点差过大 - 断路器激活 ### **问:如何优化性能?** **答:** 1. **回测**:测试不同配置 2. **先用模拟账户**:实盘前测试 3. **监控回撤**:不超过 5-10% 4. **逐步调整**:一次调整一个参数 5. **保存日志**:便于事后分析 ### **问:何时使用不同的连续亏损模式?** **答:** - **冷却**:始终安全且可预测 - **趋势反转**:适合有经验交易者,较难预测 - **降低风险**:适合市场稳定且希望继续交易时 ### **问:如何管理复利增长?** **答:** ``` 初始:关闭(先测试稳定性) 速率:最大 1-2%(渐进增长) 监控:检查交易量增减 停止:回撤增加时停止 ``` ### **问:可以交易除 XAUUSD 外的其他品种吗?** **答:** 机器人针对黄金优化。其他品种需调整参数(止损、止盈、波动性、支撑阻力水平)。 ### **问:如何解读趋势强度?** **答:** ``` 0.0-0.2:弱趋势(信号少) 0.2-0.5:中等趋势 0.5-0.8:强趋势(信号好) 0.8-1.0:非常强趋势(信号极佳) ``` --- ## 🎯 机器人启动清单 ### **启动前:** - [ ] 模拟账户测试 1 周以上 - [ ] 参数优化符合交易风格 - [ ] 单笔交易风险低于 2% - [ ] 配置连续亏损保护 - [ ] 启用新闻过滤 - [ ] 选择合适交易日 - [ ] 设置最大交易时长 - [ ] 启用监控面板 ### **实时监控:** - [ ] 头几天每小时检查日志 - [ ] 验证保护激活情况 - [ ] 监控最大回撤 - [ ] 观察连续亏损模式 - [ ] 测试新闻事件管理 ### **持续优化:** - [ ] 分析每周绩效 - [ ] 逐步调整参数 - [ ] 保持详细统计 - [ ] 备份有效配置 --- **Matrix Gold Resurrection** - 安全且专业的自动交易 *为重视资金保护的交易者开发*

摘要

AI 摘要
Matrix Gold Resurrection is an automated trading bot designed specifically for trading XAUUSD (Gold). It employs multi-timeframe analysis and eight independent signal confirmation systems to generate trade signals. The bot incorporates advanced risk management features including dynamic stop-loss calculation based on market volatility, compound volume growth, and configurable maximum risk per trade.
Key protective mechanisms include a Consecutive Loss Protection System with three operational modes—stop and wait with cooldown, stop and wait for trend reversal, or continue trading with reduced risk—to limit drawdown during losing streaks. An automatic News Filter detects high-impact economic events and manages trading activity before, during, and after these events with options to keep positions open, pause trade management, or close all positions.
The bot supports weekly scheduling to restrict trading to selected days and sessions, with default settings disabling trading on Fridays and weekends to avoid high volatility periods. Trade timeout management automatically closes positions held beyond a configurable duration.
Three trading modes—Aggressive, Balanced, and Conservative—allow customization of timeframes, confirmation requirements, position limits, trade intervals, and risk levels to suit different trader profiles. A monitoring panel displays real-time performance metrics, protection statuses, and logs for operational transparency.
Matrix Gold Resurrection is optimized for gold trading and requires parameter adjustments for other symbols. It is intended for users prioritizing capital protection through sophisticated automated strategies.
交易概览

客户评价

4.3
评价:3
5
33 %
4
67 %
3
0 %
2
0 %
1
0 %
客户评价
June 1, 2025
Fair option to try for gold trading. the XAUUSD focus gives it a clear use case, especially when used for handling gold setups with more structure. For gold, I would use 0.5 percent risk, a 1.5R target and DD under 3 percent before scaling. Gold volatility can make one bad trade expensive, so a 1 percent cap per trade feels sensible.
May 31, 2025
May 31, 2025
Practical add on for a more controlled workflow. It helps with handling gold setups with more structure, but gold can move fast, so DD and position sizing matter a lot. For gold, I would use 0.5 percent risk, a 1.5R target and DD under 3 percent before scaling. I would still keep manual review in the process.

讨论

常见问答

Signal
Scalping
Commodities
RSI
XAUUSD
cTrader Store 提供的所有产品,包括交易机器人、指标和插件,均由第三方开发者提供,仅供信息参考和技术访问之用。cTrader Store 并非经纪商,不提供投资建议、个人推荐或任何未来业绩保证。

该作者的其他作品

cBot
ATR
RSI
+5
📊 EMA CROSS COMPLETE BOT - Professional Trading System
2.1
盈利系数
cBot
ATR
EMA
+2
One bot. Two proven edges. Adaptive to every market.
1.63
盈利系数

猜您喜欢

cBot
Trading_stop Plus 🧾 General Description Trading_stop Plus is the complete, enhanced version of the original Trading_sto
cBot
ATR
Forex
+2
Auto-Breakeven Bot w/ ATR & dual triggers. Works 100% with Risk Reward Guardian. Was Free for early users now -80%
cBot
Grid
EURUSD
+2
EURUSD RE5 PROFITABLE SINCE 2014 # MINIMUMN STARTCAPITAL 150,- EURO
cBot
AI
Scalp you rich!
cBot
RSI Scalping cBot scalper for volatile indexes.
cBot
EMA
Balanced
+5
Sniper Entry Bot – Advanced EMA Crossover Trading Robot for cTrader
677%
投资 回报率
2.5
盈利系数
cBot
ATR
XAUUSD
+2
Long-only trend-following cBot for XAUUSD using EMA cross entries, ATR-based risk management, and pyramiding into strong
18.6%
投资 回报率
1.59
盈利系数
cBot
Aggressive
Break Even
+1
This is a 2nd Version of "MycBots" swing trading + scalping strategy for XAUUSD and other Symbols.
37%
投资 回报率
1.85
盈利系数
cBot
Forex
Scalping
Special H1-Version of UltimateScalper for EUR/GBP ... win rate 100% ... ROI 830%
cBot
ATR
Simple and Effective Trading Panel with On-Screen Statistics and Trade Management Options.
cBot
AI
ATR
+27
The Prop-Ready Bot The Definitive Automaton for Challenges 🛡️ V2.0
cBot
Prop
Forex
+6
PropFirm Forex trader
cBot
Forex
Crypto
+2
The cTrader Risk & Reward management tool can easily help you to set the risk vs reward values
cBot
AI
ATR
+8
Breakout scalping with prop-firm grade equity control.
cBot
ATR
EMA
+5
Momentum driven, Compounding. Volatility adaptive EMA BOLLINGER ATR base Strategy
93.4%
投资 回报率
1.31
盈利系数
cBot
Prop Firm Fit
One-click Trading
+3
Watches your equity in real time and blocks new trades the moment you're near your daily or max loss limit.
cBot
Fixed Risk %
Risk/Reward
+5
One-click fixed-risk execution with a built-in daily loss guard. Made for manual traders and prop challenges.
0.01
盈利系数
cBot
AI
ATR
+8
Supertrend RSI ADX is a trading system built for traders who demand precision, control, and steady performance.

价格

注册日期 18/05/2025
35
销售