FJ Universe DCA DwxZero

  • 专家
  • Frantisek Juris
    Frantisek Juris
    5 (4)
    你好!
    感谢你访问我的个人资料——我非常感激!
    我是一名全职旅行者,曾在软件测试和开发领域担任自动化专家。我曾在捷克布拉格的 Vodafone、NCR 和 Global Payments 等公司工作。
    我在2021年结束了最后一个企业项目。从2011年开始,我就一直关注加密技术(最初从挖矿入手)。2019年,我决定完成手头的项目,并开始环游世界,专注于深入学习加密货币交易。到2020年底,我开始将自动化和交易的经验结合起来,构建了我的第一个交易机器人。
  • 版本: 1.0
  • 激活: 5

DCA DWXZERO BOT | 兼容 Darwinex Zero 的 MetaTrader 5 交易机器人

这是一款自动化交易解决方案,专为在 MetaTrader 5 (MT5) 上使您的美元成本平均(Dollar-Cost Averaging,DCA)策略与 Darwinex Zero 协同运作而设计。

本智能交易系统(EA)是原版 FJ Universe DCA Investor 针对 Darwinex Zero 的进化版本。它采用相同的纪律性 DCA 策略:在每根新K线开启后评估开仓条件并更新止盈价位。若当前无活跃交易,则发起新订单。对于已有交易,EA 将 "totalInvestmentForBot" 除以 "numberOfOrders",在当前价格下方构建 DCA GRID,实现策略性风险管理。

此外,EA 深度理解 Darwinex Zero 风险引擎(Risk Engine)。它对您梯队的月度风险价值(VaR)进行建模,根据官方 6.5% VaR 目标自动调整每笔订单的仓位大小,补偿后续网格订单的去杠杆效应,遵守 D-Leverage 限制,并通过月度回撤保护守护您的 DarwinIA 评级。目标很简单:您的 DARWIN 应当如实反映您的账户,而不是被缩放偏离。

所有交易信号直接发送至 Discord 服务器或 Telegram,供实时监控,并可根据您的偏好自定义。图表上的专业仪表盘显示预估 D-Leverage、模拟 VaR、保证金余裕、DarwinIA 月度统计数据以及每个保护模块的状态。

功能特性:

  • 在新K线开启时执行买入仓位;若无活跃交易则触发新订单。
  • 以高于平均价格的百分比(参数 "takeProfitInPercentage")计算并更新止盈价位,不含隔夜利息(swap)费用。
  • 实施 DCA LONG GRID 策略:将 "totalInvestmentForBot" 分配至指定的 "numberOfOrders",订单覆盖至价格下跌 100% 的区间。
  • Darwinex Zero 自动 VaR 定仓:缩放每个手数,使计划梯队的模拟月度 VaR 与目标值匹配,使 DARWIN VaR 比率保持在 1.0 附近。
  • 渐进式抗去杠杆增强:每个后续网格订单略大于前一个,以补偿风险引擎对后续订单的缩减,使 DARWIN 平均价格与您的账户保持一致。
  • 基于 EURUSD 波动率参考的 D-Leverage 限制:EA 在达到官方硬性上限 9.75 之前停止增加敞口,确保风险引擎不会部分平仓您的 DARWIN 交易。
  • 自由保证金保护:阻止任何会占用您受保护权益储备的订单,并预测仍有多少网格订单能够容纳在自由保证金内。
  • Margin Manager(保证金管理器):当已用保证金超过阈值时,锁定盈利仓位的利润。亏损交易永远不会被触碰。
  • DarwinIA 保护:月度回撤保护——当月度回撤超过您的限制时暂停新网格订单;同时设有活跃度提醒,确保您不会错过每月至少一笔交易的最低要求。
  • Account Manager(账户管理器):针对整个账户的权益止盈和止损;每日、每周五或月末最后一个交易日定时平仓盈利交易;以及按持仓天数平仓超过指定天数的盈利交易。
  • 与 Discord 和 Telegram 集成,将交易信号直接发送至您的私人频道,可自定义 Webhook 和昵称设置。
  • 支持通过配置成交策略(FOK、IOC 或 Return)对多个货币对和账户进行优化,以匹配经纪商要求。
  • 通过分配唯一 Magic Number,支持在同一货币对或账户上运行多个 EA,防止交易干扰。

配置参数:

  • 总投资额 (totalInvestmentForBot):您为 EA 在特定货币对和时间框架上交易所分配的总资金量。可将其视为 EA 用于开仓的预算。
  • 费用格式 (costFormat):选择设置交易规模的方式:以法定货币(如 USD)、以手数(如 0.01 手)或以余额/权益的百分比计。根据您的交易风格灵活选择。
  • 订单数量 (numberOfOrders):EA 将您的总投资额拆分成的较小交易数量。这些交易构成美元成本平均(DCA)网格,通过在不同价格水平买入,应对最高 100% 的价格下跌。
  • 止盈百分比 (takeProfitInPercentage):以高于未平仓交易平均价格的百分比表示的盈利目标。注意:不包含隔夜利息(过夜持仓成本)。
  • -------------------
  • 定仓模式 (dzeroSizingMode):最重要的 Darwinex Zero 参数。AUTO_VAR_TARGET 允许 EA 自动确定所有手数大小,使梯队的模拟 VaR 与目标匹配,令 DARWIN 如实反映您的账户。MANUAL_RATIO 通过 Leverage Order Ratio(杠杆订单比率)提供完全手动控制。
  • 目标 VaR 百分比 (dzeroTargetVarPct):AUTO 模式所瞄准的月度 VaR。Darwinex Zero 的范围为 3.25% 至 6.5%。除非您的 DARWIN 页面建议设置更低值,否则保持 6.5。
  • VaR 填充系数 (dzeroVarFillFactor):AUTO 模型假设您的梯队平均处于多满的状态(0.5 表示半满)。这是您的调节旋钮:如果您实时 DARWIN 的 VaR 比率稳定在 1.0 以下,则略微增大此值;高于 1.0 则略微减小。
  • 自动系数最小值/最大值 (dzeroAutoFactorMin, dzeroAutoFactorMax):自动定仓系数的安全下限和上限,防止异常市场读数产生荒谬的手数大小。
  • 使用 Darwinex 杠杆 (useDarwinexLeverage):设为"True"时,每个后续网格订单渐进式略大,以抵消风险引擎对后续订单的缩减。建议在 Darwinex Zero 账户上保持开启。
  • 杠杆订单比率 (leverageOrderRatio):MANUAL_RATIO 模式下的基础手数倍数。1.0 为中性,2.0 翻倍,0.5 减半。此值具有主导性,EA 绝不对其进行限制。
  • 增强步长 (dzeroBoostStep):每个已开订单额外添加的渐进增强量。默认值 0.01 意味着第 100 号订单的开仓规模是第 1 号订单的两倍。
  • 最大增强值 (dzeroMaxBoost):仅针对渐进部分的上限。风险引擎容忍 VaR 变化的系数约为 2,因此更大的增强值将毫无意义。
  • 最大 D-Leverage (maxDLeverage):当预估 D-Leverage 将超过此值时,EA 停止增加敞口。默认值 9.0 在官方硬性上限 9.75(适用于持仓超过 60 分钟的仓位)之下保留安全缓冲。
  • VaR 跳跃警告百分比 (dzeroVarJumpWarnPct):在任何单笔订单将使您的总敞口增加超过此百分比之前发出警告,因为较大的 VaR 跳跃会导致 DARWIN 端整个梯队去杠杆。
  • 参考交易品种 (dzeroReferenceSymbol):D-Leverage 估算的波动率参考。Darwinex Zero 以 EURUSD 为标准进行风险标准化,因此保持 EURUSD 不变——除非您的经纪商使用后缀,如 EURUSD.x。
  • -------------------
  • 保证金保护已启用 (marginGuard_Enabled):设为"True"时,EA 在发送每笔订单前计算其精确保证金,并阻止任何会占用受保护储备的订单。在 Darwinex Zero 上,保证金止损会终结您的 DARWIN,因此这是您的安全带。
  • 保证金保护储备百分比 (marginGuard_ReservePct):必须始终保持自由的权益百分比。仪表盘保证金余裕(仍可容纳多少订单)以此储备为基准计算。
  • -------------------
  • Margin Manager 已启用 (MarginManager_Enabled):设为"True"且已用保证金超过阈值时,EA 关闭盈利的网格仓位以锁定小额利润并释放保证金。亏损交易绝不会被此模块关闭。
  • Margin Manager 阈值百分比 (MarginManager_ThresholdPerc):触发 Margin Manager 的已用保证金百分比。设为 0 可禁用。
  • Margin Manager 最低利润百分比 (MarginManager_MinProfitPerc):Margin Manager 关闭仓位所要求的最低利润,以持仓价值的百分比表示。
  • -------------------
  • 月度回撤保护 (DIA_UseMonthlyDDGuard):设为"True"且当月回撤超过限制时,EA 暂停新网格订单直至下月。现有仓位不受影响。回撤和六个月收益率共同驱动 DarwinIA 评级的大部分,此保护同时守护两项指标。
  • 月度回撤限制百分比 (DIA_MonthlyDDLimitPct):触发暂停的最大月度回撤百分比。
  • 活跃度提醒 (DIA_ActivityReminder):在 20 天没有交易后发送 Discord 提醒,因为 DarwinIA 要求当月或上月至少有一笔交易才能参与资金分配。
  • -------------------
  • 使用权益目标 (AccMgr_UseEquityTargets):权益退出的主开关。这是唯一会关闭整个账户的操作;此 EA 中的其他所有功能仅涉及其自身的交易。
  • 权益止盈 (AccMgr_EquityTakeProfit):当账户权益升至此值时,账户上的所有交易被关闭。设为 0 可禁用。
  • 权益止损 (AccMgr_EquityStopLoss):当账户权益降至此值时,账户上的所有交易被关闭。这是账户保护底线。设为 0 可禁用。
  • 关闭其他图表 (AccMgr_CloseOtherCharts):权益退出后,同时关闭所有其他图表,防止其他 EA 开仓新交易。
  • 退出后移除 EA (AccMgr_RemoveEAAfterExit):权益退出后,从图表上移除本 EA。
  • 在月末最后一天关闭 (AccMgr_CloseLastDayOfMonth):在月末关闭时间,于当月最后一个交易日关闭本 EA 的盈利交易。若月末为周末,则于周五触发。
  • 月末关闭时间 (AccMgr_MonthCloseTime):月末关闭的服务器时间,格式为 HH:MM。
  • 每周五关闭 (AccMgr_CloseEveryFriday):每周五在指定时间关闭本 EA 的盈利交易,以便带着锁定的利润进入周末。允许重新入场。
  • 周五关闭时间 (AccMgr_FridayCloseTime):周五关闭的服务器时间,格式为 HH:MM。请选择您交易品种交易时段内的时间。
  • 每日关闭 (AccMgr_CloseEveryDay):每天在指定的每日关闭时间关闭本 EA 的盈利交易。
  • 每日关闭时间 (AccMgr_DailyCloseTime):每日关闭的服务器时间,格式为 HH:MM。
  • N 天后关闭盈利交易 (AccMgr_CloseProfitableAfterDays):当本 EA 的每笔盈利交易持仓超过指定天数后,逐一关闭。设为 0 则永不按持仓时间关闭。
  • 最低利润百分比 (AccMgr_MinProfitPerc):定义所有定时关闭中"盈利"的含义:利润必须至少达到持仓价值的此百分比,以覆盖佣金和后台费用。重要提示:所有定时关闭仅对本 EA 中由 Magic Number 识别的盈利交易生效,且仅在市场开放时执行。
  • -------------------
  • Magic Number (magicNumber):分配给 EA 以追踪其交易的唯一标识符。防止 EA 干扰其他 EA 或您的手动交易,保持一切井井有条。
  • 使用成交策略 (useFillingPolicy):设为"True"时,EA 根据您经纪商的要求自动选择最佳订单执行方式(Fill or Kill、Immediate or Cancel 或 Return),确保交易执行顺畅。
  • 最后一个 DCA 循环 (lastCycleOfDCA):选择 EA 是否应在完成一个完整的 DCA 循环(即关闭所有仓位)后停止交易。适用于控制 EA 暂停时机。
  • -------------------
  • 品牌链接名称 (brandLinkName):在您的交易报告中添加自定义链接名称,便于个性化或品牌化您的报告。
  • 品牌链接 URL (brandLinkURL):在您的交易报告中提供与品牌链接名称配对的 URL,例如您的网站或个人主页链接。
  • Discord 昵称 (discordNickname):在 Discord 报告中显示的名称。您可以使用 <@id> 标签在 Discord 频道中提及特定用户或身份组。
  • Discord Webhook 日志 (discordWebhookLogs):用于将详细交易日志发送至您自定义 Discord 频道的 Webhook URL,持续更新 EA 活动状态。
  • Discord Webhook 结果 (discordWebhookResults):用于将盈亏(PNL)结果发送至您自定义 Discord 频道的 Webhook URL,以便追踪绩效。
  • Telegram 昵称 (telegramNickname):在 Telegram 报告中显示的名称。支持 @id 标签以标记特定用户或群组。
  • Telegram 机器人令牌 (telegramBotToken):来自 Telegram BotFather 的 API 令牌,用于将您的 EA 连接至 Telegram 机器人以发送报告。
  • Telegram 聊天 ID (telegramChatID):您的机器人将发送 PNL 结果的 Telegram 聊天或群组 ID,随时掌握最新动态。

在 Darwinex Zero 上使用 EA 的方法(推荐工作流程):

1. 将 EA 附加到 Darwinex Zero 支持的交易品种的某一图表上;H1 时间框架是经过测试的默认值。
2. 设置您的 Total Investment 和 Number of Orders,然后将 Sizing Mode 保持在 AUTO_VAR_TARGET。
3. 检查仪表盘:Margin Runway 应能轻松覆盖您剩余的计划订单,Est D-Leverage 应远低于限制值。
4. 在 Darwinex Zero 校准阶段,请完全按照您的长期交易计划进行交易,因为这些决策将塑造您 DARWIN 的初始风险乘数。
5. 您的 DARWIN 上线后,每月将其 VaR 比率与 1.0 进行对比,如有必要以小步幅微调 VaR Fill Factor。

Discord 集成设置:
要启用 Discord 信号通知,请在 MT5 中配置 WebRequest 设置:
1. 进入工具(Tools)> 选项(Options)> 智能交易系统(Expert Advisors)选项卡。
2. 勾选"允许以下 URL 的 WebRequest"。
3. 将"https://discord.com"和"https://discordapp.com"添加至允许的 URL 列表。

Telegram 集成设置:
要启用 Telegram 信号通知,请在 MT5 中配置 WebRequest 设置:
1. 进入工具(Tools)> 选项(Options)> 智能交易系统(Expert Advisors)选项卡。
2. 勾选"允许以下 URL 的 WebRequest"。
3. 将"https://api.telegram.org"添加至允许的 URL 列表。

关于风险的诚实说明: DCA 策略在设计上会在下跌市场中承受回撤,而规模过大于账户的网格可能触达保证金止损。EA 显示的所有 D-Leverage 和 VaR 数值均为基于 Darwinex Zero 公开文档模型的估算值,并非平台的官方计算结果。交易杠杆产品存在重大亏损风险,过往业绩不代表未来结果。请仅使用您可以承受损失的风险资金进行交易。

本交易机器人专为在 Darwinex Zero 上构建 DARWIN 的交易者而设计——他们希望其 DCA 策略得到如实呈现、免受去杠杆影响,并享有专业风险控制管理。该机器人高度可定制,兼容所有 Darwinex Zero 支持的交易品种,在 MANUAL_RATIO 模式下同样适用于常规 MT5 账户,并在实盘和模拟账户环境中均能无缝运行。无论您是初学者还是经验丰富的交易者,DCA DwxZero Bot 都能为提升您的交易效率、风险管理水平和 DarwinIA 评级提供稳健且易于使用的解决方案。

推荐产品
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
Exclusive Black Pro Max MT5 — 自动化交易系统 Exclusive Black Pro Max MT5 是一款基于先进市场分析算法和风险管理策略的 MetaTrader 5 智能交易顾问。该顾问全自动运行,几乎无需交易者干预。 注意!购买后请立即联系我 ,以获取详细的安装和设置说明! 重要提示: 所有示例、截图和测试仅用于演示。如果某个货币对在某个经纪商处表现良好,并不意味着在其他经纪商处也会如此。每个经纪商都有自己的报价、点差和交易条件,因此 每个货币对必须由用户自行优化 ,并且在真实账户上 仅以单货币模式运行 。多货币截图仅用于说明。 重要信息: 该顾问的演示版本仅供评估使用。未经优化的测试结果不能反映算法的真实表现。完整使用需要针对经纪商、资金规模和所选工具进行个性化优化。优化必须由用户独立完成,并且至少 每年一次 。 请记住:最终结果直接取决于您的交易经验以及您在优化过程中设置的参数。 主要特点 市场分析算法: 指标与过滤器的组合,用于识别交易机会。 灵活性: 可适应不断变化的市场条件和不同的波动水平。 现代订单执行类型: IOC, FOK, Ret
Black Jack mt5
Vitalii Zakharuk
Black Jack+ — трендовый торговый советник для MetaTrader 4/5 Обзор Black Jack+ — полностью автоматизированный торговый советник (Expert Advisor), построенный на основе трендовой стратегии с использованием отложенных ордеров и многоуровневой системы трейлинг-стопа. Советник сочетает классический подход к входу в рынок через сетку отложенных ордеров с адаптивным сигнальным фильтром на основе динамических полос (Bands). Это позволяет дополнительно фильтровать часть ложных сигналов во флэтовом рынк
Aurus AI
Dmitriq Evgenoeviz Ko
Aurus AI : Multi-AI Architecture Aurus AI Core is more than just a trading advisor; it's a next-generation intelligent ecosystem based on the principle of multi-layered artificial intelligence consensus. The system consists of four specialized AI modules, each responsible for a separate stage of trade entry signal verification. Four-layer filter system The advisor opens a trade only when all four independent modules give an "APPROVED" signal: Market Sense Layer : Evaluates overall market volati
XauusdSrZoneTrader XauusdSrZoneTrader is an automated trading Expert Advisor for XAUUSD (Gold). The Expert Advisor uses Support and Resistance Zones and Bollinger Bands to analyze price position and market conditions and determine trading conditions. Supported timeframes are M3, M5 and M15 . The product is designed to execute trades automatically according to predefined conditions. Main Features Support and Resistance Zones The Expert Advisor analyzes historical price data to identify potential
Gold Hybrid EA
Kunal Ramanbhai Vaghela
*** NEVER LOSING ADAPTIVE STRETEGY *** Gold Hybrid EA is a professional Expert Advisor built specifically for XAUUSD (Gold) on the H1 timeframe. It combines three independent trading strategies into a single adaptive engine, each targeting different market conditions. **Three-Strategy Engine** - Trend Following: EMA crossover confirmed by ADX filter. Captures directional moves when gold is trending. Configurable fast/slow EMA periods and ADX threshold. - Mean Reversion: RSI extremes combined
Unified MultiindicatorReader EA
Abraham Apotierioluwa Apesinola
# UNIFIED MULTI-INDICATOR READER EA ## The Ultimate Indicator Aggregator for MetaTrader 5 ### Stop Coding. Start Trading. **Turn Any Indicator into a Profitable Trading System in Seconds.** Are you tired of staring at multiple charts, trying to interpret conflicting signals from your favorite indicators? Do you have a killer trading strategy that requires confirmation from three different tools, but you can't manually execute it fast enough? Introducing the **Unified Multi-Indicator Reader
XAUUSD Liquid AI – M1 Momentum Scalping Expert Advisor ORIGINAL PRICE $1500 TAKE THE OPPORTUNITY NOW WHILE OFFER LASTS XAUUSD Liquid AI is an automated trading system that analyses short-term price momentum using micro-trend analysis, volatility filters and adaptive trade management. The Expert Advisor combines momentum analysis, exponential moving averages, candle structure, tick volume and Average True Range (ATR) calculations to determine trade entries according to its configured rules. The
Cedora
Ahmad Mansour
Cedora   is built around one idea: the way an account dies is not a bad entry, it is the absence of a limit. So the risk architecture came first and the entry logic was fitted to it. Cedora trades   with   an established trend and adds to a position only while that position is working. It never adds to a loser. When the trend condition it entered on is gone, it closes the entire position at once — not piece by piece, not on a hope. What protects your account A hard, broker-side stop on every sin
Deep Trend Pro
Ignacio Agustin Mene Franco
DEEP TREND X — Expert Advisor with Artificial Intelligence for XAUUSD Deep Trend X is a 100% automated Expert Advisor, specifically designed for trading Gold (XAUUSD). It combines cutting-edge machine learning algorithms with institutional market analysis to detect highly accurate entries in both trending and ranging markets. ARTIFICIAL INTELLIGENCE CORE The EA's core engine integrates two AI models that self-train on each new candlestick: SVM RBF (Support Vector Machine with Radial Kern
Sun Bin SCF is an Expert Advisor that identifies moments when market participants act in the same direction.  It observes recent price bars and volume to detect situations where buyers or sellers dominate together.  When a consistent crowd movement appears, the EA opens a trade in the same direction and manages it using pre-defined risk and exit rules. Main Features: - Crowd detection based on consecutive bars with similar direction. - Volume confirmation to avoid false signals in low-activity
MT5 EA for EUR/USD (1-Hour Chart) – Dominate the Markets with Confidence! Experience the power of algorithmic trading with our   MetaTrader 5 Expert Advisor (EA) , developed specifically for the   EUR/USD pair on the 1-hour (H1) timeframe .  Why Choose This EA? Currency-Specific Design   – Built exclusively for   EUR/USD , ensuring optimized strategy execution. Timeframe-Sensitive   – Precision-tuned for the   1-Hour (H1)   chart.   (Applying it to other timeframes may affect performance.) Fully
GOLD MASTER SCALPER V13 GOLD MASTER SCALPER V13 is an advanced automated trading Expert Advisor built specifically for Gold (XAU/USD) on the M5 timeframe . Designed for traders who demand fast execution, precision-oriented entries, and high-level risk management , GOLD MASTER SCALPER V13 continuously monitors market conditions and automatically identifies potential trading opportunities according to its proprietary internal logic. Built for Gold—M1 AND M5 Symbol: XAU/USD Timeframe:  1M is ver
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
Market Maestro: Your Ideal Partner for Automated Forex Trading If you're looking for a reliable assistant for trading in the currency market, Market Maestro is exactly what you need. This modern Forex bot is built using the latest technologies and algorithms, allowing it to effectively analyze market data and make informed trading decisions in real-time. Key Features of Market Maestro 1. Multicurrency Capability for Broad Opportunities Market Maestro can work with a wide range of currency pairs,
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (242)
Hamster Scalping 是一个完全自动化的交易顾问,不使用鞅。夜间剥头皮策略。 RSI 指标和 ATR 过滤器用作输入。顾问需要对冲账户类型。 可以在此处找到对实际工作以及我的其他发展的监控: https://www.mql5.com/en/users/mechanic/seller 一般建议 最低入金 100 美元,使用点差最小的 ECN 账户,默认设置为 eurusd M5 gmt + 3。 输入参数 EA 适用于四位数和五位数报价。在输入参数中,我们以点为单位表示5个字符的值,它会自动按4个字符重新计算所有内容。 NewCycle - 模式开启时,顾问工作不停止,模式关闭时,完成一系列交易后,顾问不会开新订单; 周期指标1 - 第一个指标的周期; Up level - 第一个指标的上限,顾问将在其上方打开卖出; Down Level - 第一个指标的较低水平,低于该水平 EA 将开始买入; Period indicator2 - 第二个指标的周期; From - 第二个指标值范围的下限,EA 允许在该范围内建仓; To - 第二个指标值范围的上限,EA 允
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
Direction Edge Pro is a fully automated Expert Advisor designed for Forex traders who want precision, simplicity, and consistent results on the EURUSD pair. Built around a proprietary directional detection algorithm, the EA identifies high-probability market moves and enters trades automatically — no manual intervention required. With a clean Take Profit target of 50 pips and an intelligent exit system, it is engineered to capture trend momentum efficiently. How It Works Direction Edge Pro conti
GoldPilot XAU is an Expert Advisor for MetaTrader 5 designed for the automated trading of XAUUSD, being perfect for small cent accounts. It employs a strategy based on Buy Stop and Sell Stop orders, featuring automated order management, an intelligent grid reset, and profit protection. The EA is optimized for 24/7 operation and allows for the configuration of risk parameters and strategy settings directly. 
Apex Gold Fusion
Dmitriq Evgenoeviz Ko
++ Apex Gold Fusion – The Intelligence and Energy of Gold Trading Apex Gold Fusion is more than just a trading robot; it's a synergy of advanced mathematical algorithms and in-depth gold (XAUUSD) volatility analysis. This advisor is designed for traders who value entry accuracy, capital security, and consistent results. ++ Why choose Apex Gold Fusion? ++ Specialization on XAUUSD: The algorithm is tailored exclusively to the nature of gold movements, taking into account its specific market impul
Apex Gold Dynamics 11
Nicola Biacca Notari
English Version Apex Gold Dynamics - Battalion 11 (XAUUSD / Gold) Attention: This Expert Advisor is a specialized tactical module. For optimal performance, risk management, and capital protection, it is highly recommended (and specifically engineered) to operate under the command of the Vanguard Sentinel Core master algorithm. ️ WHAT'S NEW (LATEST UPDATE) Broker-Agnostic Symbol Mapping: You can now dynamically edit and customize asset symbols directly from the input parameters. This essen
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
Panha Scalping EA MT5
Huy Phanna
2.75 (4)
PANHA SCALPING EA MT5 PANHA SCALPING EA MT5 is a professional automated scalping system designed to trade fast-moving forex markets using real-time market direction and advanced position control. The EA focuses on precise entries, controlled exposure, and intelligent basket-level profit and risk management, making it suitable for traders who want structured, automated scalping without complex configuration. Strategy Overview Market-direction based scalping Designed for fast-moving forex symbo
FREE
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
Nexus HFT Pro
Daniel Ivan Stadelmann
Nexus HFT PRO Nexus HFT PRO is an Expert Advisor for MetaTrader 5 designed to identify short-term trading opportunities by analyzing real-time price action and market dynamics. The system incorporates flexible management that allows it to adapt to different financial instruments and risk profiles. Multi-pair XAUUSD recommended Key Features Automatic trade opening. Configurable risk management. Support for fixed and automatic lot sizes. Spread control. Advanced Stop Loss and Take Profit mana
HMA Scalper Pro EA
Vladimir Shumikhin
5 (2)
HMA Scalper Pro EA — 基于 Hull Moving Average (HMA) 指标的 MetaTrader 5 自动交易顾问 概述 HMA Scalper Pro EA 是一款专业的 MetaTrader 5 交易机器人(Expert Advisor),根据 Hull Moving Average (HMA) 的方向进行交易。HMA 指标确定当前趋势方向,顾问据此开仓,并辅以 Smart Risk 资金管理、自适应网格交易、追踪止损、保本止损和时间过滤器。 该顾问支持 Netting 和 Hedging 账户,适用于黄金(XAU/USD)、外汇货币对、原油、指数和加密货币的交易。 为什么选择 HMA SCALPER PRO EA - Hull Moving Average 信号 — 基于 HMA 方向入场,该指标对趋势变化的反应快于经典移动平均线 - 多时间框架 HMA 计算 — 方向可在独立于图表时间框架的单独时间框架上计算 - Smart Risk 替代经典马丁格尔 — 每个后续网格订单的手数都比前一个小 - 自适应网格交易 — 固定步长、订单限制、
DualGrider EA DualGrider EA is an automated trading system designed to follow market direction using the Relative Strength Index (RSI) as its primary trade confirmation. The strategy opens Buy or Sell positions only when RSI conditions align with the prevailing market trend, helping to reduce entries against momentum. The EA applies a trend-following averaging method, meaning additional positions are added only in the direction of the existing trend. It does not intentionally average against the
MangoFX Tessa
Olisa Chigozie Ufondu
MangoFX Tessa is a sophisticated, rules-based trading robot for MetaTrader 5 that identifies high-probability entry points using a unique price-level analysis combined with trend-confirming EMAs. It is designed for traders who want a disciplined, automated system with flexible risk management and two distinct trading modes. The EA's core logic is built around proprietary X-number levels to determine precise entry, stop-loss, and take-profit levels. It then uses the relationship between two EMA
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
Gold Zone EA
Simon Reger
4.04 (46)
Gold Zone EA 是一款全自动交易系统,通过供需区(Supply & Demand)分析市场结构,并根据预定义的价格反应执行交易。 EA 集成了区间识别、动能分析、EMA 趋势过滤、多级止盈、保本机制、跟踪止损以及一个内置的手动交易面板,可直接在图表中操作。 EA 适用于多种交易品种,包括: XAUUSD、EURUSD、GBPUSD、USDJPY、BTCUSD 以及其他外汇、指数和差价合约产品。 不需要任何外部 DLL 或库。 交易逻辑 供需区识别 EA 通过以下元素识别结构性价格区域: 基础蜡烛(Base High / Base Low) 蜡烛形态过滤 可选 EMA 趋势强度 区间大小及重叠检查 自动移除无效区间 区间在多次被突破或达到无效计数时失效。 区间激活 当价格满足以下条件时,区间被激活(“armed”): 在供应区下沿上方收线 在需求区上沿下方收线 仅激活的区间会触发交易信号。 动能蜡烛入场 EA 在以下条件满足时开仓: 蜡烛向区间方向形成明显动能 蜡烛实体达到最小定义大小 蜡烛与区间的距离在允许范围内 不会开仓的情况包括: 高点差、已有同方向持仓、EMA 条件不满
FREE
该产品的买家也购买
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
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
GoldFlow Pro1
Minh Tu Nguyen
5 (2)
An order-flow Expert Advisor built for one market only: XAUUSD. GoldFlow Pro reads the live GOLD market tick by tick — price movement, momentum, and liquidity behavior — and acts only when its conditions are met. Precise entries. Defined risk. Disciplined management on every position. MQL5 Signal — Live Monitoring https://www.mql5.com/en/signals/2384830 Introducing GoldFlow Pro GoldFlow Pro was developed around a single idea: instead of reacting to lagging indicators, read what the market is act
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 遵循预先设定的逻辑,只能沿着开发者事先编写好的路径做
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
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
Golden Pickaxe MT5
Valeriia Mishchenko
3.56 (9)
EA has high-performance live track records of different set files: Live performance MT 4 version can be found here Golden Pickaxe is a mean-reversion grid trading system that uses machine learning technology to place high-profit potential trades on the Gold market. It uses real market inefficiencies to its advantage to have an edge over the market. The EA has 5 predefined set files, which are essentially 5 different trading systems on gold . You may choose the default option (XAU Risky) or have
Night Hunter Pro MT5
Valeriia Mishchenko
3.92 (37)
EA has a live track record with many months of stable trading with  low drawdown: All Pairs 9 Pairs Night Hunter Pro is the advanced scalping system which utilizes smart entry/exit algorithms with sophisticated filtering methods to identify only the safest entry points during calm periods of the market. This system is focused on a long-term stable growth. It is a professional tool developed by me years ago that is constantly updated, incorporating all the latest innovations in the trading area.
Foli Pivots MT5
John Folly Akwetey
Expert advisor trades by pivot levels, support and resistance levels based on pivot levels. Also expert advisor takes into account volatility filter, uses standard Martingale and anti-Martingale systems, drawdown protection, standard trailing stop, trading time and trading Trade Order   – direction of trading (only buy, only sell or buy and sell) Use Volatility Filter   – enabling/disabling of volatility filter using Volatility Filter   – value of volatility filter Count Of Days For Volatility F
Velora MT5
Ahmad Aan Isnain Shofwan
The Intelligent Grid EA — A Team of Smart Modules Following the 5-star success of its MT4 predecessor, Velora has been completely rebuilt for MT5 with a fundamental shift in design. Most grid EAs are one engine doing many jobs. Velora is different. Inside Velora, there is a team. Four smart modules, each with one specialty, working together so the system stays adaptive at every stage of a trade — from the moment of entry, to scaling decisions, to the exit. Meet the team: VSE — Velora Smart Entr
Scalp Master 专家顾问(EA)是一种完全自动化的交易系统,专为趋势市场中的剥头皮策略设计。它用于在高流动性市场中识别短期交易机会,同时重点关注交易质量和风险控制。该EA适合偏好系统化、规则化交易且不进行手动操作的交易者。 它在低点差和高流动性的品种上表现最佳,包括: XAUUSD(黄金) EURUSD GBPUSD USDJPY BTCUSD USTEC(美国科技指数) 其他主要和次要货币对(低点差且执行稳定) 该策略专为趋势市场设计,旨在避免震荡或不可预测行情等低质量交易环境。 主要特点: 完全自动化交易系统,无需手动操作 移动平均线与RSI过滤器,提高胜率并避免低概率交易 集成新闻过滤器,在重大经济事件期间降低风险 高级移动止损系统,动态管理持仓 专注风险控制与回撤降低 Scalp Master 会在交易前和交易过程中持续评估市场条件,确保交易符合系统逻辑。趋势、动量和波动率过滤器的结合有助于提升交易质量。 该EA适用于提供稳定执行、低点差和高流动性的经纪商。适合初学者和希望使用结构化剥头皮策略的专业交易者。 最低入金:$100 推荐入金:$1000 输入设置: 请不要
PivotStorm
Li Yin Fang
PivotStorm - 自适应 XAUUSD 市场结构突破交易 EA MetaTrader 5 专业自动交易系统 PivotStorm 是一款面向黄金(XAUUSD)市场的专业 MetaTrader 5 Expert Advisor。 该系统针对喜欢结构化突破交易的交易者设计,通过市场结构分析、智能挂单执行以及多层风险管理,实现纪律化的自动交易。 不同于简单的突破机器人,PivotStorm 不追逐每一次价格波动,而是等待经过确认的重要市场结构,并在风险可控的条件下执行交易。 为什么选择 PivotStorm? 黄金市场具有明显趋势行情,同时也存在大量假突破。PivotStorm 遵循核心理念:等待有意义的市场结构,然后进行受控风险执行。 EA 不尝试预测所有市场走势。系统通过识别关键价格区域,构建突破交易场景,并按照预设风险规则管理交易执行。 查看MQL5 信号: 点击这儿 核心技术 1. 市场结构突破引擎 PivotStorm 分析确认后的市场结构,并识别重要交易水平。 系统分析: 确认后的摆动高低点 突破区域 价格运动有效性 市场动量状态 帮助系统过滤短期噪声,关注更有意义
SPARTAN GOLD SNIPER AI - V7.2 ULTIMATE The All-In-One Gold Solution: Smart Scalping and Professional Swing Trading. Spartan Gold Sniper is not just an EA; it is a complete trading system designed specifically for XAUUSD (Gold). Version 7.2 introduces the Smart Adaptive Engine, making it the most flexible bot on the market for both small accounts and large Prop Firm capitals. Critical Requirements Latency: You must use a VPS with less than 20ms latency (Recommended: MQL5 Built-in VPS). Account:
CaicaiLS Pro - Advanced Pair Trading & Statistical Arbitrage (Version 9.0) The CaicaiLS Pro is a quantitative Expert Advisor designed for Long & Short operations (Pair Trading) using Statistical Arbitrage . Developed for traders seeking precision, it tracks correlation and cointegration anomalies across multiple asset pairs simultaneously, seeking performance in both mean reversion and momentum breakouts. Its advanced architecture features the introduction of Shadow Execution technology. The mat
Neurolite EA gbpusd
Aliaksandr Salauyou
The Neurolite Expert Advisor offers trade decisions based on a neural network trained using a 10-year history of real tick data. The trading is performed only on GBP/USD. Its main peculiarity is a small amount of input parameters so as to facilitate the working process of users. The Neurolite EA will fine-tune all the parameters for you. Trading Strategy The system does NOT use dangerous strategies such as averaging or martingale, but strictly adheres to the neural network instructions. Stop lo
Neurolite EA eurusd
Aliaksandr Salauyou
The Neurolite Expert Advisor offers trade decisions based on a neural network trained on 5-years of real tick data. Trading is performed only on the EUR/USD currency pair. Its main peculiarity is a small amount of input parameters so as to facilitate the working process of users. The Neurolite EA will fine-tune all the parameters for you. This Expert Advisor is based on the previously released Neurolite EA gbpusd , which was adjusted for successful trading on the EUR/USD currency pair. Trading
只在亚洲盘进行剥头皮交易 几个独特指标用于检测市场波动 根据市场情况动态止盈止损 保护性硬止损,使得账户风险降低 不需要配置文件,对每一个货币对使用相同的设置 此EA适用于以下货币对: EURAUD 推荐在 M15 周期上使用此EA 建议在一个真正的 低点差 ECN平台上使用该EA 推荐将Risk参数设置为10以下 推荐使用99.9%模型质量的历史回测 信号 : https://www.mql5.com/en/signals/author/oodd008 回测 : https://www.mql5.com/en/users/oodd008/blog 参数 Lots - 使用固定手数 Risk - 根据账户净值自动计算手数,只有当Lots是0时才有效 Auto_GMT_Offset - 实盘交易时,如果设置为true,GMT_Offset会由EA自动计算 GMT_Offset - 历史回测时输入你的经纪商的GMT时间,实盘交易时不用设置此参数,系统会自动计算GMT时间 EA_Comment - 设置自己的评论信息 MAGIC - Magic数字,无需更改 Max_Spread - 开
Snake EURUSD
Thurau Baerbel
Snake EURUSD Real EA is a fully automatic Forex Trading Expert Advisor. The robot can run on any pair, but the results are better on EURUSD M15. The system can run with any broker that also provides Floating Spread. Advantages The EA does not use systems like martingale, hedging, etc. The EA uses SL and Trailing Stop to make a profit. In addition, you can also set TP (EURUSD at 93 for me). Best test results with 99.0% in the backtest. It is not necessary to close the EA during the press release
BenefitEA Mt5
Vsevolod Merzlov
Benefit EA Uses only hedging accounts.     Benefit EA is a non-indicative flexible grid adviser with special entry points that provide a statistical advantage, revealed through the mathematical modeling of market patterns. The EA does not use stop loss. All trades are closed by take profit or trailing stop. It is possible to plan the lot increments. The "Time Filter" function is set according to the internal time of the terminal as per the displayed time of the instrument's server, not the oper
TS Trade
Carlos Reis Dos Santos
DESCRIÇÃO O TS Trade é um robô desenvolvido por profissionais com longa experiência no Mercado Financeiro. É baseado em algoritmos de negociação avançados. Tem como principal característica uma gestão de risco rigorosa. É perfeito para quem busca uma ferramenta eficaz para automatizar suas negociações. Instale o Robô e deixe que ele faça todo o trabalho por você. MÉTODO O TS Trade utiliza um algoritmo o qual possibilita identificar uma tendência do mercado a partir da movimentação de duas média
On Control EA MT5 V2 Game-Changing Software For The Forex Market  On Control EA was created to help traders like you maximize their income. How would you like to gain access to a world-class proprietary piece of software designed for one purpose, to improve your Forex strategy? Let’s be honest, it can be hard to understand which technical analysis & trading signals you should follow. With On Control EA, you now have a powerful tool that will enhance your Forex trading strategy & elevate your in
EA Rx Five MT5
Ruslan Pishun
The adviser uses a strategy based on the use of 7 Envelopes  indicators, on each timeframe (M5, M15, M30, H1, H4) there are 7 Envelopes indicators. Trading is based on the “Price Action” strategy, the adviser searches for a simultaneous signal on 5 time frames: M5, M15, M30, H1, H4 and then opens an order. The EA uses the built-in Martingale and Averaging algorithm. The adviser uses economic news to achieve more accurate signals. Hidden Take Profit, Break Even and Trailing Stop are used. Attenti
MoneyMaker 稳定提款机 Lite 版本,是一款针对外汇的自动智能交易系统!以下简称本 EA 智能交易系统。Lite版本仅支持MetaTrader 5! 本 EA 智能交易系统的目的是稳定盈利,而不是让你拥有一夜暴富的能力! 本 EA 智能交易系统的 Lite 版本仅作用于 EUR/USD 货币兑,不能用于其他货币兑交易、其他 CFD 产品交易以及大宗商品交易或期指商品交易! 本 EA 智能交易系统,只适合运行在允许进行对冲交易的的外汇交易商平台! 本 EA 智能交易系统,采用马丁格尔与网格交易系统为基础,通过大数据分析对 EUR/USD 货币兑的多年历史数据进行各项特征进行层层分析,得到了精准的分析结果! 本 EA 智能交易系统的代码融入数据模糊处理技术,使得本 EA 智能交易系统在进行下单和平仓操作时自动处理价位而并非依靠限价订单来完成下单和止盈平仓操作! 本 EA 智能交易系统的特点在于稳定盈利!根据市场的情况,平均每日盈利 $60~$180 ! 本 EA 智能交易系统没有资金回撤!常规时期最大动态亏损$ 400 以内!对于 COVID-19 时的市场熔断机制, 500
NorthEastWay MT5
PAVEL UDOVICHENKO
4.5 (8)
NorthEastWay MT5是一种完全自动化的“回撤”交易系统,在热门的“回撤”货币对交易中特别有效:AUDCAD、AUDNZD、NZDCAD。该系统在交易中使用了外汇市场的主要模式——价格在任何方向急剧波动后的回归。 时间框架:M15 基本货币对:AUDNZD、NZDCAD、AUDCAD 附加货币对:EURUSD、USDCAD、GBPUSD、EURCAD、EURGBP、GBPCAD 购买EA后,务必私信我,我会将您添加到私人群组,发送设置文件和详细说明。 我愿意帮助每位买家安装和配置顾问。 如果您以前从未使用过EA,我会向您展示并教您如何使用。 EA设置: 您可以使用OneChartSetup(仅限M15时间框架)从单个图表运行所有货币对 该EA对点差、滑点或任何其他与经纪商相关的变量不敏感。 仅使用推荐的货币对。 EA测试: 使用MT5测试器的多货币模式同时测试所有推荐的货币对上的EA。 观看示例视频 。 仅在M15时间框架上进行测试 推荐进行5-10年的长期测试,以显示EA在各种市场条件下的稳定性。 输入参数: OneChartSetup — 从一个图表同时启动多个货
Bonnitta EA MT5
Ugochukwu Mobi
3.38 (21)
Bonnitta EA 基于挂单策略 (PPS) 和非常先进的秘密交易算法。 Bonnitta EA 的策略是秘密自定义指标、趋势线、支撑和阻力位(价格行动)和上述最重要的秘密交易算法的组合。 不要在没有超过 3 个月的任何真实货币测试的情况下购买 EA,我花了超过 100 周(超过 2 年)在真实货币上测试 BONNITTA EA 并在下面的链接中查看结果。 BONNITTA EA 由爱和力量组成。 仅适用于少数买家,这是盗版算法的价格和实施的原因。 Bonnitta EA 在 22 年的时间内使用质量为 99.9% 的真实报价成功通过了压力测试,滑点和佣金接近真实市场条件。 Expert Advisor包含统计采集和滑点控制的算法,具有完整的统计控制; 此信息用于保护您免受经纪人的欺骗。 Bonnitta EA 在下订单之前控制经纪人执行的质量,它还成功地通过了历史数据和不同数据馈送的蒙特卡罗模拟方面的严格标准。 结果 策略测试器的 Expert Advisor 结果:初始存款为 1000 美元的 Bonnitta EA 在 2020 年 1 月 1 日至 2021 年
RSAS By Capitarc
Abdur Rafi Ahmad
CAPITARC`s RSAS Expert Advisor for MT5   RSAS MT5   -is a professional expert advisor used by our investment firm it is based on price action and Relative Strength Index (RSI) indicator.  This product is with dynamic overbought and oversold levels that automatically adapts to the ever changing markets, while the standard MT5 RSI maintains levels static levels and do not change. This allows the expert to adapt to the ever-changing market without the need to constantly optimize, just make sure yo
Expert. Automatic and manual trading. Ready-made trading system based on Elliott waves and Fibonacci retracement levels . It is simple and affordable. Display of the marking of Elliott waves (main or alternative option) on the chart. Construction of horizontal levels, support and resistance lines, a channel. Superposition of Fibonacci levels on waves 1, 3, 5, A Alert system (on-screen, E-Mail, Push notifications).    visual panel for opening orders in manual trading. visual panel for setting up
Shadow Legends MT5
Zarui Ogannisian
Shadow Legends MT5 EA.-it's a fully automated expert Advisor designed to trade EURUSD. It is based on machine learning analysis and genetic algorithms.  The Expert Advisor contains a self-adaptive market algorithm that uses price action patterns. The expert Advisor showed stable results for EURUSD in the period 2000-2021.  No dangerous money management techniques, no Martingale, no netting, scalping or hedging.  Suitable for any brokerage conditions.Test only on real accounts.Recommended broker
作者的更多信息
FJUNIVERSE | MT5 最小手数价格快照工具 一种简单有效的方法来了解每笔交易的风险。 此脚本旨在帮助初学者交易者清楚地了解在“市场观察”中列出的每个符号上进行最小手数交易的潜在风险。只需点击一下,脚本就会根据当前市场(卖方)价格和合约规模,计算以最小手数开仓的估计价值。然后,它会确定如果该工具的价格跌至零,将面临多少风险。 所有结果都保存在结构化的CSV文件中,并打印到MetaTrader终端日志中以便快速查看。 功能: 根据当前市场价格计算每个符号的最小货币敞口。 显示并导出基于100%价格下跌的潜在最大损失(针对最小允许手数)。 获取当前价格的快照,以确保数据的准确性和反映实时市场条件。 将结果保存在整洁的CSV格式中,包含四列:符号、快照价格、最小手数价格(以账户货币计)、最小手数规模。 适用于您的经纪商支持的所有类型的工具,包括外汇对、股票、指数和大宗商品。 易于使用:只需从任何图表运行脚本,无需配置或交易操作。 使用场景: 评估和比较交易各种符号的实际成本。 计算DCA、网格或其他交易策略的最小成本。 在进入交易之前了解每种工具的最大风险敞口。 适合初学者和中级交
FJ Universe DCA Investor
Frantisek Juris
5 (3)
DCA 投资机器人 | MetaTrader 5 交易机器人 一款专为简化并优化您在 MetaTrader 5 (MT5) 上的交易策略而设计的自动化交易解决方案。 此专家顾问 (EA) 采用纪律严明的美元成本平均法 (DCA) 策略来执行买入头寸并高效管理交易。它会评估开仓买入的条件,并在每根新K线开盘后更新止盈水平。如果没有活跃交易,将启动新交易。对于现有交易,EA 会将“totalInvestmentForBot”除以“numberOfOrders”计算,以在当前价格下方创建 DCA 网格,用于后续订单,确保战略性风险管理。 所有交易信号都会直接发送到 Discord 服务器进行实时监控,并可根据您的偏好进行定制。 功能特点: 在新的K线开盘时执行买入头寸,如果没有活跃交易,则触发新订单。 根据平均价格的百分比(输入“takeProfitInPercentage”)计算并更新止盈水平,不包括掉期费用。 通过将“totalInvestmentForBot”分配到指定的“numberOfOrders”中,实现 DCA 网格策略,用于价格下跌100%时的订单。 与 Discord 集成
DCA对冲机器人 | MetaTrader 5 做空交易机器人 通过DCA对冲机器人掌握熊市,这是一款专为优化MetaTrader 5 (MT5) 做空策略而设计的自动化交易解决方案。 此专家顾问(EA)采用纪律严明的美元成本平均法(DCA)策略,在波动或上涨的市场中执行卖单并高效管理交易。它评估开仓卖单的条件,并在每根新K线开盘后更新止盈水平。如果没有活跃交易,将启动新的卖单。对于现有交易,EA通过将“totalInvestmentForBot”除以“numberOfOrders”来计算,以在当前价格之上创建DCA网格,用于后续的卖单,通过在价格上涨时平均分配仓位来战略性地管理风险。当价格从初始入场点上涨+100%时,网格停止创建新订单,此时如果不加以管理,仓位可能面临清算风险。 实时交易信号直接发送到您的Discord服务器,可根据您的交易风格和偏好进行完全定制。 功能特点: 在新K线开盘时执行卖单,当没有活跃交易时启动新订单。 以平均价格下方的百分比(通过“takeProfitInPercentage”)计算并更新止盈水平,不包括掉期费用,以实现成本效益高的交易。 通过将“tot
HFT TURBO BOT | MetaTrader 5 交易机器人 用 HFT TURBO BOT 加速您的交易——一款专为 MetaTrader 5 (MT5) 设计的尖端自动化交易解决方案。此专家顾问(EA)采用高频交易(HFT)策略,以小额止盈目标和高杠杆执行闪电般的交易,最大限度地抓住波动市场的机会。 专为追求速度与精准的交易者打造:HFT TURBO BOT 在每根新K线开盘时开立买入或卖出仓位,并支持自定义止损和止盈水平。无论您更喜欢按手数交易还是固定货币金额,这个EA都能提供灵活性,完美适配您的风格。 策略: LONG:每个周期仅开立一个多头仓位,实现稳定盈利。 SHORT:每个周期仅开立一个空头仓位,实现针对性盈利。 TREND:每个周期根据上一根已关闭K线的方向开立一个多头或空头仓位。 REVERSE:每个周期根据上一根已关闭K线的相反方向开立一个多头或空头仓位。 COMBO:每个周期同时开立多头和空头仓位,实现多元化交易。 LONG_EXTREME:每根K线收盘时开立多头订单,适合激进的看涨策略。 SHORT_EXTREME:每根K线收盘时开立空头订单,完美适合看
AIX GROK FJU ASSISTANT | MetaTrader 5人工智能驱动的交易顾问 通过AIX GROK FJU ASSISTANT改变您的交易方式,这是一款先进的MetaTrader 5 (MT5) 专家顾问(EA),利用xAI开发的GROK尖端人工智能技术,提供实时技术分析和交易洞察。这款EA专为新手和经验丰富的交易者设计,将您的MT5图表连接到GROK AI,直接向您的Discord或Telegram发送数据驱动、无情绪干扰的交易信号。通过在每次K线收盘时分析图表数据,AIX GROK FJU ASSISTANT帮助您做出更明智、更快速的决策,以人工智能的精度增强您的手动交易策略。 无论您是进行超短线交易、波段交易还是管理长期头寸,这款EA提供无与伦比的灵活性和实时支持,帮助您在波动市场中保持领先。探索人工智能驱动的交易如何提升您的表现并在金融市场中开启新机遇。 为什么选择AIX GROK FJU ASSISTANT? 利用人工智能的力量,革新您的交易体验。以下是交易者信赖这款EA的原因: 实时人工智能分析:无缝连接MT5图表与GROK AI,在每次K线收盘时分析数
FJUNIVERSE | MT5 波动率与最小手数快照工具 一键强大扫描器,立即揭示您市场观察列表中每个品种的真实风险与波动率 —— 使用当前图表时间周期。 此脚本计算经纪商定义的最小手数对应的美元风险值,并基于所有已加载K线生成完整的波动率画像。结果保存为清晰的 CSV 文件,同时输出到 MetaTrader 日志,并附带分析的K线数量。 功能特性: 计算 MINPRICE:价格跌至零时的风险,使用公式 最小手数 × Ask价 × 合约规模 显示 SNAP:当前Ask价格,完整精度 展示 MINLOT:经纪商允许的最小交易手数 计算 波动率(始终为正值) 基于全部可用K线: AVGD 平均日波幅 % ( |H-L|/O ) AVGL 平均上涨幅度 % ( |H-O|/O ) AVGS 平均下跌幅度 % ( |L-O|/O ) MINL 最小非零上涨幅度 %(排除持平) MINS 最小非零下跌幅度 %(排除持平) MAXL 最大上涨幅度 % MAXS 最大下跌幅度 %(取绝对值) BARS 分析的K线数量 导出 11列CSV: PAIR,SNAP,MINPRICE,MINLOT,AVG
MetaTrader 5 智能交易系統(Expert Advisor),整合 Grok AI(xAI),提供實時圖表分析、可自訂訊號以及自動交易支援。 Grok AI Trader - FJU Assistant 是一款 MT5 智能交易系統(EA),可將您的 MetaTrader 5 平台直接連接到 xAI 的 Grok AI。透過預設或自訂提示詞,它會在每根K線收盤時分析圖表數據(OHLC、成交量等),提供技術洞察、交易建議,並可選擇自動執行訂單。訊號與報告可發送到 Discord 或 Telegram 進行監控。此 EA 適合希望將 AI 驅動分析與手動或半自動策略相結合的交易者,適用於外匯、股票、商品等多種資產。 主要功能: 利用 Grok AI 模型對 MT5 圖表數據進行實時 AI 分析。 可自訂提示詞、交易風格(剝頭皮、日內交易、波段交易)以及回應詳細程度。 可選擇自動開單(單筆交易、每根K線一單、或 DCA 模式),並帶有方向過濾。 透過 Discord webhook 或 Telegram 機器人實現即時通知與日誌記錄。 支援多時間框架K線數據查詢(最多 50 根K線
概述 FJUNIVERSE RSI MACDON EA 是一款适用于 MetaTrader 5 的全自动智能交易系统,以 RSI(相对强弱指数)和 MACD(移动平均收敛散度)作为核心信号引擎。在每笔交易开仓之前,EA 会同时评估多达十个可配置的 RSI 和 MACD 条件。所有条件必须同时满足。这种方法减少了虚假入场,提高了账户中每个持仓的质量。本 EA 是原版 FJ UNIVERSE HFTT Expert Advisor 的扩展版本... 该 EA 包含八种交易策略模式、动态成本平均(DCA)引擎、自动手数恢复系统,以及实时显示每个信号条件状态的图表过滤器面板。 信号引擎 — RSI 和 MACD 条件 每次入场均由 FJU EYE 过滤器控制。以下条件可供选择,每个条件均可独立启用或禁用: RSI 水平过滤器: 仅当 RSI 处于或低于阈值,或处于或高于阈值时入场 RSI 看涨背离: 价格创新低而 RSI 创更高低点 RSI 看跌背离: 价格创新高而 RSI 创更低高点 MACD 柱状图上升: 柱状图值高于前一根 K 线 MACD 柱状图下降: 柱状图值低于前一根 K 线 M
概述 FJUNIVERSE ADX REGIME EA 是一款适用于 MetaTrader 5 的全自动交易专家顾问,使用平均趋向指标 (ADX) 和方向运动指标 (+DI / -DI) 作为核心信号引擎。EA 检测当前市场状态——趋势、震荡或过渡——并相应调整交易逻辑。每次入场都需要在 bar[1] 和 bar[0] 之间确认 +DI / -DI 交叉,同时配合可配置的 ADX 强度和动量过滤器,所有条件必须同时满足。该方法消除了震荡市场中的虚假入场信号,确保仅在市场展现真实方向动能时开仓。 EA 包含七种交易策略模式:精确的动态(DYNAMIC)模式切换引擎、美元成本平均(DCA)系统、自动手数恢复计算器、实时图表监控面板,以及覆盖每个交易事件的 Discord 和 Telegram 实时通知。本版本引入了动态策略切换,通过 ADX 将市场分为三个阶段,自动在纯趋势交易、谨慎灰色区域交易和完全停止震荡交易之间切换。 信号引擎 — ADX 和 DI 交叉条件 每个交易决策的核心是 +DI 和 -DI 的交叉。当 +DI 上穿 -DI 时触发买入,当 -DI 上穿 +DI 时触发卖出。
FJUNIVERSE M. PRINTER EA - 面向 MT5 的高杠杆 DCA 恢复型 Expert Advisor(M1 剥头皮) FJUNIVERSE M. PRINTER 是一款面向 MetaTrader 5 的全自动 高杠杆、高频 DCA 恢复型 Expert Advisor ,专为 M1(1 分钟)时间框架下的强趋势市场 而设计。该 EA 将基于网格的加仓引擎与基于净值的恢复模块相结合,随市场运动推动已开仓位,并在账户净值超过预设安全水平的瞬间平掉所有未结订单。如果你交易过 XAUUSD(黄金)、BTCUSD、US30、NAS100、GER40 等高波动品种,或在 Prop 公司账户或实盘高杠杆账户上交易过高动量外汇对,那么这款 EA 正是为此类环境量身打造。 重要风险警告 - 购买前必读: 本 Expert Advisor 使用 马丁格尔式手数恢复、美元成本平均(DCA)和高杠杆 。这些技术本质上属于高风险。在长时间回撤、闪崩、新闻脉冲或趋势在保证金耗尽前未朝有利方向展开的行情中,该 EA 可能完全爆仓 。 过往回测结果、历史表现和模拟净值曲线并不预示未来结果。 始终
概述 FJU PROP RSI MACD 是一款专为 MetaTrader 5 设计的全自动智能交易系统 (EA),面向自营交易公司挑战、注资账户以及任何需要严格风险管理规则的账户。它是原版 FJUNIVERSE RSI MACDON 信号引擎的自营级演进版,在信号核心之上加入三层保护层:让机器人像有纪律的人类一样交易、自动执行规则手册,并在终端重启后保留每日计数器状态。 信号核心使用与标准版 FJUNIVERSE RSI MACDON 相同的 RSI 加 MACD 十条件组合。每次入场都通过 FJU EYE 过滤器。引擎之上:Human-AI Cloak 让下单时机人性化,Risk Management Guards 包含日、周、整体熔断开关,Trading Rules Guardian 自动应对新闻事件并防止隔夜持仓。适合需要遵守 5% 日亏损和 10% 最大亏损常见限制、不在重大新闻期间交易、在换日前平仓、限制每日交易数、并且在任何审核员看来都像一位谨慎的自由裁量交易者的 EA。 三层保护层 Human-AI Cloak。 可配置睡眠窗口、N 选一随机跳过信号、下单前 1 到 3
概述 FJ UNIVERSE Quantum Intelligence EA 是一款面向 MetaTrader 5 的全自动智能交易系统,以马尔可夫(Markov)状态转换模型作为其核心信号引擎。它基于可配置的回溯窗口,通过价格的滚动对数收益率将市场划分为三种状态——多头、空头或盘整,随后构建一个实时转换矩阵,学习当前状态之后出现上涨与下跌的概率,并将其凝练为单一的方向性信号。只有当该概率优势足够强、能够越出可配置的死区时,系统才会考虑开仓,从而在震荡行情中保持空仓,仅在真正具有统计学把握时建仓。 本 EA 构建于经过验证的 FJUNIVERSE 系列框架之上,该框架由 ADX REGIME、RSI MACDON 与 HFT TURBO 共享。它增加了八种策略模式、可选的平均成本法(Dollar Cost Averaging)、可选的自动手数恢复、严格的多层风控模块、过度杠杆保护的保证金管理器、实时图表面板,以及完整的 Discord 与 Telegram 通知系统。该模型具备因果性与向前推进(walk-forward)特性,仅从已完成的 K 线中学习(无未来函数偏差)。在测试中,它作
WEALE Price List | 适用于 MetaTrader 5 的 Wealth Engine 资金扫描工具 WEALE Price List 是一款 MetaTrader 5 (MT5) 实用脚本,它会显示在您的 Market Watch 中每个交易品种上填满完整 Wealth Engine DCA 阶梯所需的资金量。 这款工具是 FJ Universe Wealth Engine (WEALE) 智能交易系统的规划辅助工具。Wealth Engine 负责运行策略,而 WEALE Price List 帮助您决定在哪里运行它。该脚本会扫描您 Market Watch 中的每个交易品种,读取实时合约规格,并生成一份清晰的 CSV 报告。除了经典的最小手数成本之外,它还新增了一个数值,即 WEALE Price,然后将整个列表按所需资金从少到多进行排序。它仅是一款分析工具。它不会开立任何订单,也不会更改您账户上的任何内容。 WEALE Price 是指当某个交易品种上第一笔也是最小的一笔订单等于一个经纪商最小手数时,填满整个零和恢复阶梯所需的总资金。Wealth Engine
筛选:
无评论
回复评论