Gold Magic Hand

  • 专家
  • Guo Ji Wang
    Guo Ji Wang
    各位好!我是一名专注于 MT5 自动化策略开发 的量化研究员。与传统的指标组合不同,我的研究重点在于市场微观结构与统计学背离。
    我的研究方向:
    多品种统计套利: 利用算法实时监测强相关品种(如金/银、主流币对)的统计背离,捕捉均值回归机会。
    形态识别系统: 基于 6000 根以上历史 K 线进行动态相似度匹配,寻找历史高概率走势。
    风控管理: 开发了完善的移动止损与动态仓位管理系统,确保策略在剧烈波动环境下的稳定性。
    我坚信交易是概率与逻辑的博弈。如果你也在研究如何通过 MQL5 实现更智能的交易决策,希望我们能碰撞出火花。
  • 版本: 1.0
  • 激活: 5

## 1. Strategy Overview

Gold Magic Hand is an automated trading Expert Advisor (EA) designed for MetaTrader 5, primarily targeting the XAUUSD (Gold) market on the M1 timeframe. The core strategy integrates a **dynamic mathematical curve channel model** with **adaptive layered entry** and **progressive position scaling**.

### Key Mechanisms

| Component | Description |
|---|---|
| **Dynamic Channel Model** | Utilizes a proprietary mathematical model to construct time-dependent expanding curve channels based on multi-dimensional market variables. Entry signals are generated when price action interacts with the upper and lower channel boundaries. |
| **Adaptive Layered Entry** | Positions are deployed in a structured layered framework, with each new entry triggered only when price deviates beyond a configured threshold from existing position levels, ensuring optimal entry distribution. |
| **Progressive Position Scaling** | Position sizing follows a progressive scaling algorithm that adjusts exposure based on market structure depth, dynamically amplifying recovery potential in alignment with market conditions. |
| **Intelligent Close Logic** | - **Independent side optimization**: When position depth is within threshold, each direction closes independently upon reaching configured profit targets. - **Global portfolio close**: When position depth exceeds threshold and account metrics meet configured criteria, all positions are liquidated simultaneously for optimal capital protection. |
| **Daily Regime Lock** | Once a global portfolio close event is triggered within a trading day, the system enters a protective lock-down state for the remainder of the day. This restriction automatically resets at the start of the next session. |

---

## 2. Usage Instructions

### 2.1 Installation

1. Copy the compiled EA file `GoldMagicHand_v1.0_english.ex5` to your MetaTrader 5 terminal:
   - Navigate to **File → Open Data Folder**
   - Place the file in `MQL5/Experts/`
2. Restart MetaTrader 5 or refresh the Navigator panel.

> **Note**: The `.ex5` file is the compiled executable — it can be used directly without MetaEditor or source code.

### 2.2 Attaching to Chart

1. Open an **XAUUSD M1** chart.
2. Drag the EA from the Navigator panel onto the chart.
3. In the properties dialog, configure the input parameters (see below).
4. Ensure **"Allow Algo Trading"** is enabled in the toolbar.

### 2.3 Input Parameters

#### Position & Entry Parameters

| Parameter | Default | Description |
|---|---|---|
| `InpM1Timeframe` | PERIOD_M1 | Strategy signal calculation timeframe |
| `InpMaxPositions` | 3 | Position depth threshold for activating global close logic |
| `InpMaxLongOrders` | 25 | Maximum number of long positions allowed |
| `InpMaxShortOrders` | 25 | Maximum number of short positions allowed |

#### Scaling & Risk Management

| Parameter | Default | Description |
|---|---|---|
| `InpLotSize` | 0.01 | Base position size (for validation; initial entry uses broker minimum) |
| `InpMartingale` | 1.30 | Progressive scaling coefficient — each new position scales by this factor |
| `InpGridDistance` | 50 | Minimum deviation threshold (in points) between entry layers |
| `InpMaxSpread` | 1000 | Maximum allowed spread (in points) — openings are blocked above this |
| `InpMagicNumber` | 20260823 | Unique identifier for this EA's positions |

#### Closing Parameters

| Parameter | Default | Description |
|---|---|---|
| `InpClosePoints` | 200.0 | Independent side average profit target (points) |
| `InpCloseProfit` | 10.0 | Independent side floating profit target (account currency) |
| `InpAllCloseProfit` | 10.0 | Portfolio-level equity deviation threshold to trigger global close |
| `InpExecutionInterval` | 0 | Minimum interval between strategy cycles in seconds (0 = every new bar) |

### 2.4 Chart Display

Upon initialization, the EA:
- Displays a gold "Gold Magic Hand v1.0" label at the top-left corner of the chart.
- Applies a clean candlestick chart style (no grid lines, no period separators, with right margin shift).

---

## 3. Account Requirements

### ⚠️ CRITICAL: Hedging Account Required

This EA **simultaneously holds both long and short positions** on the same symbol. This is a **hedging strategy** and requires:

- ✅ **Hedging account** (netting accounts will NOT work — positions will offset each other instead of coexisting)
- ✅ Account type must be set to **"Hedging"** in your broker's account settings

> **How to check**: In MT5, go to **Tools → Options → Trade** and verify the position accounting method is **Hedging**, not Netting.

### Minimum Capital

| Requirement | Value |
|---|---|
| Minimum account balance/equity | **2,000 USD** (or equivalent) |

The EA performs a balance check at startup and will automatically remove itself if equity is below 2,000.

### Recommended Starting Approach

> 💡 **Start with a cent account first!**  
> Given the high-risk nature of this strategy, it is strongly recommended to first test on a **cent account** (or micro account) with small capital to observe behavior, understand drawdown patterns, and validate the strategy before committing larger funds.

---

## 4. Risk Warnings

### ⚠️ HIGH-RISK STRATEGY — READ CAREFULLY

**This EA is classified as a high-frequency, high-risk trading system.** The following risk factors are inherent to the strategy:

### 4.1 Progressive Scaling Risk

- The progressive scaling coefficient (default 1.3x) causes position sizes to **grow exponentially** with each additional entry layer.
- Example with base lot 0.01 and coefficient 1.3:

  | Position # | Lot Size | Cumulative Lots |
  |---|---|---|
  | 1 | 0.01 | 0.01 |
  | 5 | 0.03 | 0.09 |
  | 10 | 0.11 | 0.41 |
  | 15 | 0.34 | 1.27 |
  | 20 | 1.07 | 4.19 |
  | 25 | 3.36 | 13.64 |

- At maximum capacity (25 long + 25 short), the total exposure becomes **extremely large**.

### 4.2 Hedging / Drawdown Risk

- The strategy holds **opposing positions simultaneously**, which means:
  - Floating losses accumulate on one or both sides during ranging markets.
  - The combined floating loss can become **very significant** before the take-profit threshold is reached.
  - There is **no stop-loss** — positions rely entirely on the average-profit closing mechanism.

### 4.3 Layered Entry Risk in Trending Markets

- In a strong one-directional trend without pullbacks, the layered entry mechanism will keep adding counter-trend positions with increasing sizes, leading to:
  - Rapidly growing floating losses
  - Potential margin calls or stop-outs
  - The EA has **no hard stop-loss** protection

### 4.4 Spread Risk

- While there is a maximum spread filter, during high-volatility events (NFP, FOMC, etc.), spreads can widen dramatically, potentially:
  - Causing entries at unfavorable prices
  - Preventing timely exits

### 4.5 Liquidity & Slippage Risk

- Large accumulated position sizes may face slippage during closing, especially during low-liquidity periods or volatile events.

---

## 5. Disclaimer

### NO GUARANTEE OF PROFIT

**This software is provided "AS IS" without any warranties of any kind, either expressed or implied.** Past performance is not indicative of future results.

1. **Trading in financial markets involves substantial risk of loss** and is not suitable for every investor. The high degree of leverage available can work against you as well as for you.

2. **This EA employs a progressive scaling hedging strategy** which can result in **total loss of your account balance**. You must be fully aware of and accept this risk before use.

3. The author, distributor, and any affiliated parties shall **NOT be held liable** for any trading losses, account blow-ups, margin calls, or any financial damages arising from the use of this EA, whether direct, indirect, incidental, or consequential.

4. **You are solely responsible** for your trading decisions. Always:
   - Test thoroughly on demo accounts before live trading
   - Use only capital you can afford to lose entirely
   - Monitor the EA actively — do not leave it unattended on live accounts

5. This EA does **not constitute financial advice, investment advice, or a recommendation** to trade in any particular way.

6. The strategy parameters provided are **default values only**. You are responsible for adjusting them to suit your risk tolerance, broker conditions, and market environment.

7. **By using this software, you acknowledge and accept all risks associated with its operation**, including the possibility of complete loss of funds.

---

## 6. Quick Start Checklist

- [ ] Confirm your account is a **Hedging account** (not Netting)
- [ ] Account equity ≥ **2,000 USD** (or equivalent)
- [ ] **Test on a demo or cent account first**
- [ ] Attach EA to **XAUUSD M1** chart
- [ ] Review and adjust input parameters before enabling
- [ ] Enable **"Allow Algo Trading"** in MT5
- [ ] Monitor the EA regularly, especially during major news events
- [ ] Have a plan for manual intervention if needed



推荐产品
Gyroscopes mt5
Nadiya Mirosh
5 (2)
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mov
Real monitoring :  XAUUSD M30 SL7 ,     XAUUSD M30 SL3 For more information, please contact us via private message or in  the mql5 group. THERE   ARE   ONLY  7   OUT   OF   10   COPIES   LEFT   AT   A   PRICE   OF   920   USD ! AFTER   THAT , THE   PRICE   WILL   BE   INCREASED   TO  1420   USD . Imagine that you have an experienced trader who monitors the market every day, waits for the price to break through an important level, and instantly opens a deal. That's exactly what this advisor doe
ProTrade EA
Jim Ariel Camarce Ignao
Key Features   Automated Candle Pattern Recognition 10 Professional Patterns : Detects Bullish/Bearish Engulfing, Hammer/Shooting Star, Morning/Evening Star, Piercing/Dark Cloud, and 6 additional professional candlestick patterns Smart Filtering : Combine multiple patterns with configurable confirmation logic Volume Confirmation : Optional volume filter to validate pattern strength Multi-Timeframe Analysis : Separate execution and bias timeframes for better timing   Trading Dashboard Int
Agarwal Meridian BTC Trend A fully automated, rules-based trend-following system for BTCUSD on the 1-hour timeframe. The strategy executes a staged 3-position structure with defined take-profits and a hard stop-loss on every trade. There is no martingale, no grid, no averaging down, and no discretionary override. It is a position-trading system that produces approximately 9–10 signals per year, designed to run unattended, 24 hours a day, without monitoring. How it works The system identifies con
Aurus Apex
Dmitriq Evgenoeviz Ko
Aurus Apex — A Next-Generation Intelligent Trading Terminal Aurus Apex is more than just an advisor; it's a fully-fledged trading ecosystem that combines classic technical analysis, modern trade support algorithms, and fundamental data filtering. Designed for professionals who value deep customization, it remains as friendly as possible to beginners thanks to the "Plug & Play" concept: by default, the robot is configured for extremely conservative operation - one order per market with strict St
Monte Carlo MT5
Dmitriq Evgenoeviz Ko
Monte Carlo MT5 – Intelligent Triumph in Gold Trading Forget endless stop-losses and dwindling deposits. Market noise and unpredictable XAUUSD price fluctuations will no longer dictate your trading experience. Welcome to the top league of algorithmic trading with Monte Carlo MT5 . Monte Carlo MT5 is an elite software solution based on the latest advances in neural network analysis. We focus exclusively on gold ( XAUUSD ), abandoning "quantity" strategies in favor of uncompromising "quality." Am
Gold sentry pro mt5
Rendani Nicholus Baloyi
Gold Sentry pro EA — The Prop-Firm Ready Gold Engine Price:  normal price $299.99 get it while still cheaper for $150 Platform:  MetaTrader 5 (MT5) Target Asset:  XAUUSD (Gold) |  Timeframe:  M5 (Entry) + H1 (Trend) Why Choose Gold Sentry pro? Most bots use dangerous Martingale or grid systems that instantly fail prop firm drawdown rules.  Gold Sentry pro EA is built for safety.  It relies entirely on classic, institutional price action with hard stop losses on every single trade. It trades li
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
Aurum Quantum MT5
Dmitriq Evgenoeviz Ko
Aurum Quantum MT5 is a professional trading system built on a hybrid architecture of six independent Breakout Engines. The robot is designed specifically for trading gold (XAUUSD) and major currency pairs, using an institutional approach to liquidity and volatility management. The algorithm is based on the concept of "pure momentum." The expert doesn't use dangerous capital manipulation methods such as Martingale, grid trading, or sitting out losses. Each trade is protected by a fixed or adapti
Aureus Trader
Divyesh Pandey
Aureus Trader is an automated scalping robot for MetaTrader 5 designed to trade actively on liquid forex and crypto pairs with strict risk control and low latency execution. ​ What Aureus Trader does Aureus Trader focuses on short-term price movements, opening and closing trades frequently during high-liquidity sessions. ​ The algorithm uses technical filters to avoid abnormal spreads and low-volatility periods, aiming to capture quick intraday moves rather than long trends. ​ Risk management T
AI Hybrid Trader
Catur Cipto Nugroho
AI-Hybrid Trader The Next-Generation AI Trading System — Smarter, Safer, and Easier to Use Than Ever "Not a rigid indicator bot. A self-learning AI trading system that reads the market across multiple timeframes, filters out low-quality signals, and protects your capital automatically — all without needing any complex setup." What Makes AI-Hybrid Trader Different? Most Expert Advisors follow the same fixed set of rules forever. AI-Hybrid Trader is built differently. It combines a proven rules-b
DCA_Machine Pro Edition Exclusive Features In addition to all features available in the Basic Edition, the Pro Edition introduces advanced customization and risk-management tools designed for experienced traders seeking greater flexibility and performance optimization. Input Parameters Execute Enable or disable new trade execution. true   = EA is allowed to open new trades. false   = EA will not open new trades. This option is useful when you want to temporarily pause trading without removing th
Black Jack mt5
Vitalii Zakharuk
Black Jack+ — трендовый торговый советник для MetaTrader 4/5 Обзор Black Jack+ — полностью автоматизированный торговый советник (Expert Advisor), построенный на основе трендовой стратегии с использованием отложенных ордеров и многоуровневой системы трейлинг-стопа. Советник сочетает классический подход к входу в рынок через сетку отложенных ордеров с адаптивным сигнальным фильтром на основе динамических полос (Bands). Это позволяет дополнительно фильтровать часть ложных сигналов во флэтовом рынк
FabTradeX GJ
Raffaele Romano
Revolutionize Your Trading Game with FabTradeX: A Decade-Proven Expert Advisor for GBPJPY Mastery! Embark on a new era of trading excellence with FabTradeX, an intricate Expert Advisor meticulously crafted for algorithmic trading on the GBPJPY forex pair. This powerhouse strategy isn't just a game-changer – it's a decade-long market exploit trend that consistently outperforms, rarely stepping into negative territory. The secret? It's not overfitted; FabTradeX draws inspiration directly from t
Universal Strategy EA - Multi-Timeframe Multi indicator filtering system A sophisticated automated trading system that combines multi-timeframe MACD analysis along with multiple indicators that can be set to true or false with advanced pattern recognition and comprehensive risk management. This EA operates as a standalone system with built-in signal detection, requiring no external indicators.  All indicators can be a combination of filtering system with adjustable timeframes to filter from inc
Trading Grid EA
Vlatko Nikolov
Trading Grid EA MT5 Trading Grid EA MT5 is a fully automated, multi-currency grid trading solution engineered for MetaTrader 5. Built on dynamic volatility channels, trend filters, and quantitative risk algorithms, this Expert Advisor systematically manages grid order clusters to capitalize on market ranges and micro-reversals while maintaining drawdown controls. Key Features Advanced Dynamic Grid Engine: Smart order placement that dynamically adjusts grid spacing according to live market volati
Commision AI
Phung Van Linh
===============Features================= Low initial capital from just $500, trading 3000-5000 orders/month Automatic trading to balance and preserve capital Switch between lot trading and profit trading Orders, stops, and limits based on market fluctuations, no holding losses, clean orders Fast and efficient trading, quick wins, demo version available for trial Option to close individual orders or based on total profit Option to limit the number of buy orders and sell order
Introducing the AI Neural Nexus EA A state-of-the-art Expert Advisor tailored for trading Gold (XAUUSD) and GBPUSD. This advanced system leverages the power of artificial intelligence and neural networks to identify profitable trading opportunities with a focus on safety and consistency. Unlike traditional high-risk methods, AI Neural Nexus prioritizes low-risk strategies that adapt to market fluctuations in real time, ensuring a smart trading experience. Important Information Contact us immedia
Smart M Quantum
Ignacio Agustin Mene Franco
Smart Money Quantum EA Smart Money Quantum is an advanced algorithmic trading Expert Advisor designed specifically to trade XAU/USD (gold) on the M15 timeframe. This system combines Smart Money Concepts (SMC) principles with institutional risk management to capture high-probability movements in the gold market. Key Features Trading Strategy SMC Methodology: Accurately identifies and trades institutional Order Blocks Break & Retest System: Confirms liquidity zones before executing trades RSI
Eurusd RSI Pullback Expert is an automated Expert Advisor for MetaTrader 5 designed to identify pullback opportunities within an established market trend. The strategy combines a long-term Exponential Moving Average (EMA) trend filter with the Relative Strength Index (RSI) to identify potential entries after temporary price pullbacks. TRADING LOGIC The EA uses the 200-period EMA to determine the primary market direction. BUY CONDITIONS When the price is above the EMA, the market is conside
Demark Gold Cyber
Ignacio Agustin Mene Franco
DEMARK PSAR CYBER v1.00 Expert Advisor for MetaTrader 5 | XAU/USD (Gold) | H1 Timeframe Developed by Worldinversor 2026 Overview DEMARK PSAR CYBER is a high-precision quantitative Expert Advisor designed exclusively for trading the XAU/USD pair on the H1 timeframe. Its strategic core combines two technically sound indicators—the DeMarker and the Parabolic SAR—with a grid-based order management system, dynamic trailing stops, and automatic closure based on profit targets. All of this is integra
Ilan
Andrey Khatimlianskii
4.71 (7)
用于 MetaTrader 5 的 Ilan 由于使用虚拟交易,同时并发双向交易 (买与卖) 成为可能。 这样,允许用户在 MetaTrader 5 的单向持仓规则下,采用流行策略。  EA 设置 该 EA 的设置很简单。不过,策略的所有重要设置均可调整。可用工具: 单一  MagicNumber  用于识别交易; 交易方向选项 ( Trade direction ): 仅买入, 仅卖出或者并发双向; 开仓步长 ( Step ) 和盈利距离 ( TakeProfit ) 可自动适应 4 或 5-位的报价; 起始手数 ( Start lot ) 和增量系数 ( Lot coefficient ) 用来指定本金使用大小; 最后, 交易数量限制 ( Max trades in one direction ) 和最终一系列交易的止损 ( Max loss of last trade ) 用于风险管理。 您可以根据需要在单一账户里使用多个  Ilan  EA (即便是单一金融品种)。它们之中的每一个都仅处理自己的虚拟交易,不会与其它实例交互。手工交易加上 EA - 这不会影响交易策略。即使有
LineTrader 2 MT5
Sergei Evstiunichev
夹线机2.0MT5 Version for MT4:  https://www.mql5.com/en/market/product/67566 实时监控专家在真实账户上的工作: 1. 2020年5月推出的真实账户,起始余额为5,000美元: https://www.mql5.com/en/signals/773977 2. 真实账户,起始余额$10,000,于2022年4月推出: 顾问工作背后的想法: 每个人都知道,价格永远不会无休止地朝着一个方向前进,没有修正。 技术分析的规则告诉我们,历史总是重演。 这意味着价格将在一段时间后重复低点和高点。 此外,观察各种金融工具的价格行为图表,我们发现大约90%的时间市场处于具有一定价格范围的横盘走势,只有10%的时间市场出现下行或上行趋势。 基于这种理解,我们开发了一种算法,可以打开和记录具有潜在利润的交易操作。 自2012年以来,EA设置已经过历史数据测试 要从我们的交易账户接收设置文件,请通过电报与我联系: https://t.me/fanaty
PipFinite EA Breakout EDGE MT5
Karlo Wilson Vendiola
5 (3)
The Official Automated Version of the Reliable Indicator PipFinite Breakout EDGE EA Breakout EDGE takes the signal of PipFinite Breakout EDGE indicator and manages the trade for you. Because of numerous financial instruments to consider, many traders want the signals to be fully automated. The EA will make sure all your trades are executed from entry to exit. Saving you time and effort while maximizing your profits. The Edge of Automation Effortless price action trading is now possible acros
OutfoxFX Gold
James Sim Marshall Bolland
OutfoxFX Gold Multi‑Asset Statistical Matrix Engine Marketing Overview Sheet Precision. Stability. Intelligence. OutfoxFX Gold is a next‑generation statistical arbitrage engine engineered for traders who demand institutional‑grade discipline, hedged exposure, and mathematically governed execution. It doesn’t chase markets — it waits for extreme tension, then acts with surgical accuracy. Core Strengths Multi‑Asset Statistical Arbitrage   Captures pricing dislocations between XAUUSD and XAUEUR th
统计优势交易 investment 的 8 大支柱 引言 在交易中,过去并不预示未来。但嵌入在时间中的模式揭示了等待重复的市场节奏。本指南将向您介绍“统计优势交易的八大支柱”——这是一个将历史数据转化为可执行交易情报的综合框架。 该系统的核心是历史数据。与稍纵即逝的指标或滞后信号不同,历史模式揭示了金融市场的季节性脉搏——这些模式已重复了数十年,受人类商业、机构行为和经济需求等不变周期的影响。 以农民为例:他们知道什么时候是收获季节,因为自然界遵循阳光和降雨的可预测周期。金融市场的运作方式亦是如此。盈利报告、财政预算和投资组合再平衡在价格走势中形成了季节性模式。这是资金流经全球市场的基本节奏。 历史模式 (HIST) - 核心策略 默认权重:30% 市场的记忆 历史模式分析回答了一个基本问题:“在过去 30 年的特定一周内,某货币对向一个方向波动的程度有多大?”例如,如果 EURUSD 在第 15 周上涨了 23 次,下跌了 7 次,那么这就是 77% 的历史看涨优势。这是对重复周期的观察。 真实的季节性供需 农业周期为市场模式提供了完美的类比: 收获高峰期: 高供应和稳定的需求导致价
Loophole
Vladimir Lekhovitser
5 (1)
实时信号 在这里查看更多内容:  https://www.mql5.com/zh/users/prizmal/seller 通过订阅官方  PrizmaL 频道 ,及时获取最新新闻、更新和动态! 该交易机器人专为NZDCAD货币对设计,基于均值策略运行,并使用RSI和CCI作为主要指标。 每笔交易都设置了动态的止盈和止损水平,以增强风险控制和盈利能力。 该策略使用IC Markets服务器上的标准账户类型,并基于2020年至2025年六年的历史数据进行了优化。 建议: 货币对:NZDCAD 最低存款: 300   美元 账户类型:对冲 时间框架:任何(EA利用顾问代码中定义的时间框架) 账户类型:标准账户(无佣金),原始账户(可用,但不理想) 为了获得最佳效果,推荐使用经纪商:IC Markets, IC Trading。 欢迎随时联系:   https ://www .mql5 .com /zh /users /prizmal 可以添加我为好友,了解我的最新消息和更新! 起价为399美元,每10次销售后将增加100美元。 销售将限制在大约200至300份的分发。
Viking Alpha DAX Ivar Edition
Valdeci Carlos Dos Passos Albuquerque
Viking Alpha DAX — Germany 40 Expert Advisor for MetaTrader 5 LAUNCH PROMO Only 10 copies at launch price. Price increases with each sale. Launch price: $297 Next price: $497 Final price: $997 Live Performance: FX Blue — Vikingtradingbots What Makes Viking Alpha DAX Different Most DAX robots fail for one simple reason: they treat the Germany 40 like a forex pair. It isn't. The DAX has a heartbeat — a specific rhythm tied to the Frankfurt Stock Exchange opening, the European session structure, an
Willain72ATM
He Ping Qing
该策略主要适用于AUDCAD、AUDNZD、NZDCAD、AUDUSD(最佳)等货币对,采用分批平仓与对冲相结合的风控方式,最大持仓为9单。   历史回测数据显示,策略在过去10年中最大浮亏约为1000美元,平均月收益率保持在3%-10%左右。   建议使用3000美元本金同时操作2-3个货币对,以实现更稳健的资金利用。 **参数说明**:   - **Clots**:初始开仓手数。保守型建议按每1000美元对应0.01手进行配置。   - **AddLotsXs**:加仓倍数。AUDCAD、AUDNZD、NZDCAD建议设为2,AUDUSD设为1。   - **NoTrade1**:暂停交易时段。适用于美国盘重要数据发布所在的小时。   除 Clots 外,其余参数推荐保持默认设置。 **实时交易信号可见**:   https://www.mql5.com/zh/signals/2277632 **风险提示**:   投资存在风险,历史业绩不代表未来收益。成功的投资在于以可控的风险争取可持续的利润。
TnunDavinciXAUUSD
Nguyen Van Thien
XAUUSD Multi-Layer Expert Advisor for MetaTrader 5 This Expert Advisor is designed specifically for XAUUSD / Gold and operates on the M5 timeframe . Although the EA runs on M5, it does not analyze the market from a single-timeframe perspective. Instead, it uses a multi-layer management structure based on several major market layers: D1, H4, H1, M15, and M5 . The core framework of the EA is built around four main pillars: Trend — Range — Elliott Wave — Cycle These four pillars allow the EA to eva
该产品的买家也购买
Quantum Titan MT5
Bogdan Ion Puscasu
4.78 (36)
Quantum Titan 将机构级交易引入 Quantum 生态系统,为精准度、纪律性和经证实的实时市场表现树立了新的标准。 Titan 是为那些对黄金智能交易系统有更高期望的交易者而开发的,代表了量子交易技术的下一个发展阶段。 全球终身授权数量严格限制在 1000 个。 当1000份全部售罄后,《量子泰坦》将不再发售。 特价上市优惠价。最终价格 1999 美元。 只需5万美元初始投资即可获得实时信号:   点击此处 Quantum Titan MQL5 公共频道:   点击此处 ***购买 Quantum Titan MT5,即有机会免费获得 Quantum Emperor、Quantum King、Quantum Bitcoin、Quantum Baron、Quantum Valkyrie、Quantum OmniGold、Quantum Athena X 或 Quantum Starman!*** 详情请私信咨询! 隆重推出量子泰坦 Quantum Titan 是我从未打算公开发布的黄金级智能交易系统。 几个月来,我一直用自己的资金私下交易 Titan,并且
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (58)
传奇仍在继续。女王不断进化。 欢迎来到 Quantum Queen X——传奇黄金交易系统的下一代产品,它建立在 Quantum Queen 已证明的成功之上。 Quantum Queen X 基于与 Quantum Queen 相同的成熟核心引擎构建,引入了强大的全新自定义模式,允许交易者精确选择要启用或禁用的策略。 每项策略都经过单独审查、改进和优化,以在不同的市场环境下提供更佳的性能和适应性。默认预设也得到了增强,现在包含 9 项精心挑选的策略,而非之前的 7 项,从而提供更广泛的市场覆盖和更多交易机会,同时保留了使 Quantum Queen X 成为 MQL5 平台上最成功的黄金智能交易系统的严谨交易理念。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions 折扣价   价格 。     每购买 10 件,价格将上涨 50 美元。最终价格为 1999 美元。 实时信号 IC Ma
Ultimate Breakout System
Profalgo Limited
5 (51)
重要的 : 此套装仅以当前价格限量发售。    价格很快就会涨到1999美元!   已包含 300 多种策略 ,更多策略即将推出! 额外福利 :  从我的其他 EA 中免费 选择 5 款!   所有设置文件 + 完整设置和优化指南 视频指南 实时信号 第三方评论 新增 - 44 种策略实时信号 欢迎来到终极突破系统! 我很高兴地向大家介绍终极突破系统,这是一款经过八年精心开发的复杂且专有的智能交易系统 (EA)。 该系统已成为MQL5市场上多款表现优异的EA的基础,其中包括备受赞誉的Gold Reaper EA。 它曾连续七个多月位居榜首,此外还有 Goldtrade Pro、Goldbot One、Indicement 和 Daytrade Pro。 终极突破系统并非仅仅是另一款EA(电子交易系统)。 它是一款专业级工具,旨在帮助交易者在任何市场和时间框架内创建无限数量的突破策略。 无论您是专注于波段交易、超短线交易还是构建多元化投资组合,该系统都能提供无与伦比的灵活性和定制化功能。 可能性无穷无尽! 对于自营交易公司的交易员来说:   有了这个系统,您终于可以创建自己独
Scalping Robot Pro MT5
MQL TOOLS SL
4.35 (164)
Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
XG Gold Robot MT5
MQL TOOLS SL
4.33 (112)
The XG Gold Robot MT5 is specially designed for Gold. We decided to include this EA in our offering after extensive testing . XG Gold Robot and works perfectly with the XAUUSD, GOLD, XAUEUR pairs. XG Gold Robot has been created for all traders who like to Trade in Gold and includes additional a function that displays weekly Gold levels with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on Price Action, Cycle S
AXIO Gold EA
Shengzu Zhong
4.6 (10)
AXIO GOLD EA MT5 MQL5 實盤信號參考 https://www.mql5.com/en/signals/2378982?source=Site+Signals+My AXIO GOLD EA MT5 是一款專門為 MetaTrader 5 上的 XAUUSD 黃金開發的自動交易系統。 該 EA 使用與 MQL5 上已驗證實盤信號相同的邏輯和執行規則。當使用推薦的優化設定,並運行在信譽良好的 ECN/RAW 原始點差經紀商,例如 TMGM 時,該 EA 的實盤交易行為設計目標是盡可能貼近該實盤信號的交易結構和執行特徵。 請注意,經紀商條件、點差、執行品質、交易品種規格、滑點、延遲、VPS 環境以及帳戶設定方面的差異,都可能導致個人帳戶結果有所不同。 AXIO GOLD 不使用危險的馬丁格爾加倉法,不使用過度網格擴展,也不會在虧損交易中不斷加倉攤平。 目前產品價格以 MQL5 Market 頁面顯示為準。未來價格可能會根據產品開發、更新、維護以及支援工作量進行調整。 購買後,請透過 MQL5 私訊聯絡我,以取得使用者手冊、推薦設定和安裝指導。 開發者介紹 我是 MetaT
Short description Counter-trend EA for AUDCAD/AUDNZD/NZDCAD. Low-risk mean reversion with controlled martingale and funding-account presets. Live monitoring Signal: https://www.mql5.com/en/signals/2257448 What it is A counter-trend mean-reversion Expert Advisor designed to produce steady monthly returns under conservative risk. Built for traders who prioritize capital protection (including funding account rules) and prefer transparent, testable logic. How it trades Entry logic: Sells/buys sho
Big Forex Players MT5
MQL TOOLS SL
4.76 (141)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
Pulse Pro MT5
Mian Rameez Ali
Two lines, always circling — 21 and 49. Most of the time they say nothing. Then they cross, and the system stops waiting. It closes what it was holding, opens what the cross demands, and sets its stop and target without asking twice. Risk is sized off the account itself, not fixed guesses — one bad calculation and it simply declines to trade at all. No indecision, no averaging in. Every new bar gets exactly one verdict. Built for any symbol, any timeframe. Fast against slow — the rest is ari
XIRO Robot MT5
MQL TOOLS SL
5 (35)
XIRO Robot is a professional trading system created to operate on two of the most popular and liquid instruments on the market:  GBPUSD, XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and
Aero MT5
Volodymyr Babak
透明的定价模式。  价格随每个销售阶段上调。下一阶段: $1000 . Live Signal +14 Months • Low Risk Live Signal +8 Months • Medium Risk Live Signal New • $100 000 Account Darwinex Aero 的工作原理 Aero 是一款面向 XAUUSD(黄金) 的全自动 EA,基于 突破策略 构建。 黄金的突破提供了最佳的入场机会之一:关键位几乎每天都会被突破——问题在于,远非每一次突破都能延续。 这正是 Aero 要解决的问题: 它是一套先进的系统,用于识别在统计上值得交易的突破——胜率更高,期望值站在交易一方。 这一筛选由 kNN(k 近邻算法) 完成——一种机器学习方法,使用超过 10 年的黄金价格数据训练而成。 当某个价位被突破时,系统会将当前市场状态与数千个历史案例进行比对,以验证每一笔交易的准确性。 同一时间只持有一笔仓位——不用马丁格尔,不用网格,不做摊平。 适配自营交易公司 正因如此,Aero 可以在自营账户上使用而无需担心违规——它的交易方式如下: 不使用违
Bitcoin Scalping MT5
Lo Thi Mai Loan
5 (5)
[ IMPORTANT ] REAL CLIENT FEEDBACK :  https://www.mql5.com/en/market/product/127498/comments#comment_58814415 [ IMPORTANT ]  UPDATED (1 YEAR PERFORMANCE):  https://www.mql5.com/en/market/product/127498/comments#comment_59233853 [ IMPORTANT ]  UPDATED (1 YEAR 6 MONTHS PERFORMANCE):  https://www.mql5.com/en/market/product/127498/comments#comment_60000067 [ IMPORTANT ]  UPDATED  (2026/09):  https://www.mql5.com/en/market/product/127498/comments/page2#comment_60389797 介绍 Bitcoin Scalping MT4/MT5 –
DAX Robot MT5
MQL TOOLS SL
5 (3)
DAX Robot is an advanced automated trading system developed specifically for the DAX 40 Index on the H1 timeframe. Designed to handle the fast paced nature of one of Europe's most actively traded indices , the robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic. The system focuses on identifying high probability trading opportunities by combining trend analysis, market momentum, and volatility based conditions. DAX Robot is designe
Fxcow Smart EA
Lemuel Pangandoyon
FXCOW SMART EA Not Just an EA. A Complete Automated Trading System. The market moves fast. Opportunities can appear and disappear in moments. FXCOW Smart EA is built to analyse market structure, identify potential breakout opportunities, and automatically execute trades when its conditions are met — while managing the trade from entry to exit. This isn't simply an EA that opens trades. It's a complete trading system built around analysis, execution, and risk management. READ THE MARKET. FIND
Alpha Trades
Andriy Sydoruk
Alpha Trades Author: Andrii Sydoruk Version: 1.0 Release date: 31.10.2025 Description Alpha Trades is a trading expert designed to operate under various market conditions. The system uses an adaptive analytical approach that allows it to adjust to the current market structure. The algorithm is built as a multi-level strategy combining regression analysis, dynamic volatility filters, order series management, and money management. Key Features Adaptive analytics — determines the trading direction
Golden Blitz MT5
Lo Thi Mai Loan
4.38 (13)
EA Golden Blitz– 一个安全且高效的黄金交易解决方案   启动促销! 当前价格仅剩 1 份!  最终价格:$1999.99 你好!我是EA Golden Blitz,是Diamond Forex Group家族中的第二款EA,专为黄金交易(XAU/USD)设计。凭借卓越的功能和安全优先的理念,我承诺为交易者提供可持续且高效的黄金交易体验。   EA Golden Blitz 有何独特之处?   - 动态止损(SL):EA 根据最近K线的价格范围设置止损(SL)。这一功能确保SL能够灵活适应市场变化,更有效地保护您的账户。   - 多样化交易策略:EA配备了3种交易策略,每种策略最多可同时开启3个订单,总计最多可进行9笔交易。   - 灵活的移动止盈:提供利用移动止盈锁定利润的功能。您可以根据个人偏好完全自定义该功能。   - 安全至上:每笔交易均设置了预设止损(SL),以保障您的账户免受意外风险的侵害。   EA Golden Blitz 的工作原理   1. 无风险策略:      - 不使用马丁策略或网格交易。      - 不执行无止损交易。  
Super Tenet
Cence Jk Oizeijoozzisa
5 (1)
Super Tenet 是一款功能强大且设计精良的智能交易系统(EA),专为那些追求黄金市场稳定自动交易的交易者打造。 该系统专为 XAUUSD(黄金/美元)的 M1(1分钟)时间周期设计,结合了快速响应能力、先进的内部交易管理机制以及对市场行为的自适应能力。 该 EA 经过优化,可在各种经纪商平台和交易环境中顺畅运行。 无论您使用的是 ECN、标准(Standard)、原始点差(Raw Spread)还是低延迟执行账户,Super Tenet 都能确保良好的兼容性和运行稳定性。 这款 EA 适合那些深知耐心与长期稳健表现之价值的交易者。 您无需每隔几分钟就去查看图表,只需让系统在 VPS 服务器上持续运行,由算法逐步应对各种市场状况即可。 有时候,停止人为干预反而能带来最佳的交易结果。 请将 EA 部署在稳定的 24/7 运行的 VPS 上,避免情绪化干预;经过一个月的纪律性执行后,您可能会以全新的视角审视您的交易账户。 若要使用“Every tick real”(每个报价点真实数据)选项,您的经纪商数据质量必须达到 100%。如果数据达不到要求,请选择“1 minute
MY BIRTHDAY GIFT — ENDS 30 SEPTEMBER 2026 Want Knight? Buy Saga for 399 USD. First 10 Saga buyers get Knight (1,099 USD) FREE — and Hunter (599 USD) FREE too. Knight bought on its own does not include the birthday gifts. First 10: Saga + Hunter + Knight — 2,097 USD at current Market prices for 399 USD. Gift builds are account-locked, valid for 12 months, and may be registered to up to 2 trading accounts per gift. Get the birthday offer on the Saga page: https://www.mql5.com/en/market/product/194
Strong mt5
Andriy Sydoruk
2 (1)
Strong: A Powerful Forex Bot for Multi-Currency Trading Strong is an automated tool for trading on the Forex market, utilizing modern technologies and algorithms. It is designed for traders who aim to improve the efficiency of their trading and reduce risks in a constantly changing market. Key Features of Strong Multi-Profile Trading: Strong supports a wide range of currency pairs, including both major and exotic assets. This allows traders to diversify their portfolios and adapt strategies to
Syna
William Brandon Autry
4.87 (30)
Syna 7 - 全程陪伴交易的 AI 大多数交易系统在入场之后就停止思考了。 Syna 不会。 Syna 7 是一个 AI 交易助手,也是一套自主交易系统,从分析到离场全程参与。 它可以监控当前行情、记住交易的来龙去脉、评估新闻与波动、管理持仓、协调账户,并在订单成交之后继续重新审视自己的决策。 交易不会在入场时结束。 智能也不该如此。 从分析到离场,一以贯之的智能。 频道与社区 关注频道,获取更新、信号、发布消息和产品演示。加入公开群组,提问并与其他交易者交流。 关注我的 MQL5 频道 加入我的 MQL5 公开群组 什么是 Syna? Syna 的设计目标,是充当整个交易运作的智能层。 它可以配合: 自身的自主交易策略 由其他 EA 开出的持仓 手动交易 多个 MetaTrader 5 终端 多个经纪商与账户 不同的品种、策略和风险配置 你可以把 Syna 当作自主交易者、AI 助手、持仓管理器、投资组合协调者,或者四者兼具。 AI 的优势不再局限于单一入场信号或某个孤立的 EA。 Syna 为何改变你的交易方式 传统 EA 遵循预先设定的逻辑,只能沿着开发者事先编写好的路径做
Waka Waka EA MT5
Valeriia Mishchenko
4.13 (40)
8+ years of live track record with +12,000% account growth: Live performance MT 4 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make profit Supported cu
YZH AlgoCore
Yusuf Ziya Hazeral
5 (1)
https://www.mql5.com/tr/signals/2391586?source=Site+Signals+My YZH AlgoCore — 一台机器人,六种交易品种 智能算法,精准执行。 市面上充斥着成千上万的“黄金机器人”。但有多少机器人能够无需任何配置更改,就能在 XAUUSD、EURUSD、GBPUSD、GBPJPY、USDJPY 和 BTCUSD 五种交易品种上运行同一套引擎呢? YZH AlgoCore 现已成为真正的多品种交易系统。只需将其添加到图表,它便能自动识别:机器人会自动检测交易品种并加载其内置的专属配置文件。时间周期、指标配置、缩放行为——所有参数均已针对每种交易品种进行内部定义。六种交易品种,只需一个许可证——无需为六个不同的机器人支付费用。 为什么选择 YZH AlgoCore? 大多数交易系统失败并非因为策略糟糕,而是因为执行不一致。大多数网格机器人盲目地以固定的时间间隔开仓,并在第一个强劲趋势出现时就交出账户。 YZH AlgoCore 旨在解决以下两个问题: 选择性入场:每个仓位序列都从基于策略的信号开始。只有在算法确认市场
GoldOil
Babak Alamdar
LAUNCH PROMO: ONLY A FEW COPIES LEFT! OPEN BLACK BOX: ONE EA, MANY STRATEGIES — CREATE NEW SETS, CONTRIBUTE YOUR IDEAS, AND POTENTIALLY TURN THEM INTO COMMERCIAL EAs UNDER AGREEMENT. Gold Is The Target. Oil Is The Driver. GoldOil Watches What Drives Gold. VERY LIMITED COPIES AT CURRENT PRICE Final Price: $2499 Exclusive:   After purchase, send me a direct message to receive VIP set files, setup instructions, and access to the private GoldOil Telegram group. PROP FIRM READY! Buy not just a back
Prop Grid
Ioannis Xenos
5 (1)
XignalCoding Prop Grid EA Build your own strategy. Pass prop firm challenges with confidence. The XignalCoding Prop Grid EA is a highly flexible and powerful trading tool designed for traders who want full control over their strategy, grid system, and risk. Whether you're testing ideas or aiming to pass prop firm challenges like FTMO, this EA gives you the structure and safety you need. Main Features Custom Strategy Creation Choose your entry signal: RSI, CCI, Stochastic, Williams, Bollinger Ba
Mad Turtle
Gennady Sergienko
4.44 (124)
交易品种 XAUUSD(金/美元) 时间周期 (周期) H1-M15(任意) 支持单仓位交易 是 最低入金 500 美元 (或其他货币等值) 兼容任何经纪商 是(支持两位或三位小数报价,任何账户货币、符号名称和 GMT 时间) 无需预先配置即可运行 是 如果您对机器学习感兴趣,请订阅频道: 订阅! Mad Turtle 项目的主要特点: 真正的机器学习 此智能交易系统 (EA) 不会连接到任何 GPT 网站或类似服务。 模型通过内置于 MT5 的 ONNX 库部署。在首次初始化时,您将看到一个系统消息,这是无法伪造的。 CLICK 参见:ONNX(开放神经网络交换格式)。 资金安全性 不使用日切前交易、微型剥头皮或基于低统计样本的窄幅交易; 不使用高风险策略,例如网格或马丁格尔; 也不使用任何可能长时间运行并在一天内失去全部利润甚至全部资金的策略。 独特性 EA 基于我独特的 特征工程 ,采用自定义的奖励与惩罚训练方法,结合元模型级联筛选与多种集成方法。 模型在完整的 24 小时交易格式下于大型 H4 时间框架上训练,可持仓数小时到数天。 它们以点数(pips)而非
Pips Architects
Andriy Sydoruk
Pips Architect Pips Architect is an automated trading Expert Advisor for MetaTrader 4 and MetaTrader 5 , using time-series analysis and dynamic market modeling. The Expert Advisor works without third-party indicators and provides flexible control over trading logic, risk management, order execution, and position management. Main Features • Real-time market data analysis • Automated trading 24/5 • Market and pending orders • Real and virtual trading modes • Multi-symbol trading • Timeframes from
Scalp Master 专家顾问(EA)是一种完全自动化的交易系统,专为趋势市场中的剥头皮策略设计。它用于在高流动性市场中识别短期交易机会,同时重点关注交易质量和风险控制。该EA适合偏好系统化、规则化交易且不进行手动操作的交易者。 它在低点差和高流动性的品种上表现最佳,包括: XAUUSD(黄金) EURUSD GBPUSD USDJPY BTCUSD USTEC(美国科技指数) 其他主要和次要货币对(低点差且执行稳定) 该策略专为趋势市场设计,旨在避免震荡或不可预测行情等低质量交易环境。 主要特点: 完全自动化交易系统,无需手动操作 移动平均线与RSI过滤器,提高胜率并避免低概率交易 集成新闻过滤器,在重大经济事件期间降低风险 高级移动止损系统,动态管理持仓 专注风险控制与回撤降低 Scalp Master 会在交易前和交易过程中持续评估市场条件,确保交易符合系统逻辑。趋势、动量和波动率过滤器的结合有助于提升交易质量。 该EA适用于提供稳定执行、低点差和高流动性的经纪商。适合初学者和希望使用结构化剥头皮策略的专业交易者。 最低入金:$100 推荐入金:$1000 输入设置: 请不要
Perceptrader AI MT5
Valeriia Mishchenko
4.67 (6)
80 consecutive months in profit with low drawdown: Live performance MT4 version can be found here Perceptrader AI is a cutting-edge grid trading system that leverages the power of Artificial Intelligence, utilizing Deep Learning algorithms and Artificial Neural Networks (ANN) to analyze large amounts of market data at high speed and detect high-potential trading opportunities to exploit. Supported currency pairs: NZDUSD, USDCAD, AUDNZD, AUDCAD, NZDCAD, GBPCHF Timeframe: M5 Features: Trend , Mome
NextGen PRO
Muhammad Maaz
NextGen PRO NextGen PRO is an automated Expert Advisor designed for trading XAUUSD (Gold) on MetaTrader 5. It uses a trend-following approach with Buy Stop and Sell Stop pending orders, grid-based order placement, batch lot progression, money-based risk management, daily limits and weekend trading restrictions. Strategy The EA determines the market direction using the closed M5 candle and two moving averages. When the market is identified as an upward trend, the EA places Buy Stop orders above
Ultra Pure
Fajar Dicky Firmansyah
没有花哨的把戏。没有破碎的承诺。 Ultra Pure 是为关心一件事的交易者设计的:一致性。无论您是在进行 prop挑战 还是管理客户资本,这个EA都能保持在限度内——并且提供结果。 在单个图表上运行: 附加到CADJPY,时间框架M15。就是这样。一个图表。一个武器。 正确的回测需要适当的设置! 联系我以获取我的 .ini 文件 和指导。 重要: 这个EA目前的价格是 1000 。在售出 5 许可证后,价格将调整为 1466。到目前为止,已经售出 1 份。抓紧时间,别错过。 博客 链接 =  https://www.mql5.com/en/blogs/post/763583 频道 链接 =  https://www.mql5.com/en/channels/mqltradingfajar 写信给我,我将提供一个 试用 包供演示终端使用。 核心好处 赠品:买一个送两个!!!!!!  购买后写信给我,我将提供一个免费的专家顾问。 自动风险逻辑: 根据您的账户大小和止损距离计算手数 支持手动或固定手数: 您控制模式——保守或激进 回撤保护: 当浮动亏损超过您的预设百分比时自动关闭 一图
筛选:
无评论
回复评论