Darvas Box only Long

Overview

The Darvas Box Long-Only EA is a fully automated trading robot designed for MetaTrader 4 (MT4), based on the classic Darvas Box strategy developed by Nicolas Darvas in the 1950s. This strategy focuses on identifying strong breakout trends in stocks or forex by forming "boxes" around price ranges, signaling potential upward momentum when prices break above the box.

This EA is configured for long-only trades (buys only, no shorts), making it ideal for bullish or trending markets. It uses dynamic Average True Range (ATR) buffers to filter entries, ensuring trades are taken only in high-volatility breakouts. The EA adapts to any currency pair (e.g., EURUSD, GBPUSD, XAUUSD) and any timeframe (e.g., M1 to Daily) without hardcoded restrictions—simply attach it to a chart, and it will monitor and trade based on that symbol's data. It includes built-in risk controls, position limits, and visual aids for easy monitoring. No manual intervention is needed once set up.

The EA runs 24/7 on your MT4 platform, scanning for breakout signals and managing trades automatically. It's suitable for beginners and experienced traders seeking a simple, momentum-based system with low maintenance.

How It Works (Step-by-Step)

  1. Darvas Box Formation:

    • The EA analyzes the last InpDarvasLookback bars (default: 50 bars) to form a "box."

      • The upper edge is the highest high in those 50 bars.

      • The lower edge is the lowest low in those 50 bars.

    • This box represents a consolidation range. The EA requires at least 50+ bars of history on the chart to function (it skips if insufficient data).

    • Before entering a trade, it always considers these 50 bars to confirm a valid box—ensuring the breakout is from a well-established range, reducing false signals.

  2. Entry Signal (Long-Only):

    • A buy signal triggers when the current close price breaks above the box's upper edge plus a flexible buffer (calculated as ATR value × InpDarvasFlexATR, default 0.25).

    • ATR (Average True Range over InpATRPeriod bars, default 14) measures volatility, making the buffer adaptive—wider in volatile markets, tighter in calm ones.

    • No short signals are generated (disabled in this version).

  3. Trade Execution:

    • Once a breakout is confirmed, it opens a buy position.

    • Stop Loss (SL): Set at the box's lower edge (protects against false breakouts).

    • Take Profit (TP): Set at twice the distance from entry to SL (1:2 risk-reward ratio), aiming for higher rewards relative to risk.

    • Lot size is dynamically calculated (see Risk Management below).

    • It limits to one open position at a time—if a trade is open, no new ones are taken until it closes.

  4. Exit and Management:

    • Trades exit automatically on hitting TP or SL.

    • No trailing stops or manual exits—keeps it simple.

    • Visual box is drawn on the chart for you to see the active range.

  5. CSV Logging:

    • On EA removal (deinit), it exports trade history to "DarvasTradeLog.csv" (in MQL4\Files folder), including ticket, symbol, type, lots, open/close times, and profit for analysis.

Risk Management

Risk is strictly controlled to protect your capital:

  • Position Sizing: Lot size is calculated so each trade risks exactly InpRiskPercent (default 1%) of your current account balance. For example, if your balance is $10,000 and risk is 1%, it risks $100 per trade based on the SL distance.

  • 1:2 Risk-Reward: For every unit risked (entry to SL), TP aims for 2 units of profit, improving win-rate tolerance.

  • One Position Limit: Prevents multiple open trades, avoiding compounded risk.

  • No Leverage Assumptions: Works with your broker's settings (e.g., min/max lots).

  • Recommendation: Use on a demo account first. Set InpRiskPercent low (e.g., 0.5-2%) to match your risk tolerance. The EA doesn't use martingale or grid—it's conservative.

Key Advantages

  • Adaptable: No symbol/timeframe limits—great for multi-asset portfolios.

  • Volatility Filter: ATR buffer reduces whipsaws in choppy markets.

  • Hands-Free: Fully automated with visual feedback.

  • Balanced Strategy: Focuses on strong breakouts with positive expectancy (1:2 R:R).

  • Simple Setup: Few inputs; defaults work well for most pairs like majors or gold.

  • Backtesting Friendly: Test in MT4 Strategy Tester to optimize InpDarvasLookback for your assets.

Input Parameters

  • InpDarvasLookback (int): Bars considered for box formation (default 50)—higher values for longer-term trends, lower for shorter.

  • InpDarvasFlexATR (double): ATR multiplier for buffer (default 0.25)—increase for stricter entries.

  • InpATRPeriod (int): Bars for ATR volatility calc (default 14).

  • InpRiskPercent (double): % of balance risked per trade (default 1.0)—key for risk control.

  • InpMagicNumber (ulong): Unique trade ID (default 778899)—for multi-EA setups.

Installation and Usage

  1. Copy the .mq4 code to MT4 MetaEditor (Tools > MetaQuotes Language Editor).

  2. Compile (F7) to generate .ex4.

  3. Attach to a chart: Right-click > Expert Advisors > Attach > Select EA > OK.

  4. Customize inputs if needed.

  5. Enable AutoTrading in MT4 (Ctrl+E).

  6. For CSV logs: Remove EA from chart to export trades (view in MQL4\Files folder via Excel).

Notes: Past performance isn't indicative of future results. Use on a VPS for 24/7 operation. If issues (e.g., no trades), check sufficient chart history (at least 50+ bars) and broker settings. Happy trading!

推荐产品
ADX Strategy EA MT4
Biswarup Banerjee
介绍 Average Directional Index(ADX) Strategy EA MT4,一种专为 MetaTrader 4 设计的创新自动交易解决方案。该专家顾问利用平均方向指数来识别趋势并有效管理交易,使其成为希望提升交易表现的新手和经验丰富的交易者的理想选择。 凭借根据趋势强度自动化交易进出场的能力,Average Directional Index(ADX) Strategy EA MT4 提供了显著的优势,包括减少情绪决策和提高交易效率。交易者可以从其执行交易的精准度中受益,允许在不干预的情况下进行交易,同时仍能利用市场波动。 MQL 产品安装指南 | 在 MT4 上更新已购买的 MQL 产品 | 一般故障排除指南 | 一般设置 / 输入指南 | 指标设置 | 回测和设置文件 主要特点 核心策略:利用 ADX 识别强趋势,确保及时的交易进场。 多时间框架:支持多种时间框架,适用于不同市场条件下的多样化交易策略。 全面的风险管理:具有可自定义的止损和获利设置,以保护您的资本。 进场过滤器:包括 spread、交易时段和新闻事件的过滤器,以优化交易时机。 头寸管理:提供
EA G2 Trend following
Ida Bagus Putu Mahardika
EA G2 Trend Following by Ida Bagus Putu Mahardika PRODUCT OVERVIEW EA G2 Trend Following is a fully automated Expert Advisor that intelligently fuses the Arnaud Legoux Moving Average (ALMA) with Market Structure (SMC) logic—identifying Support/Resistance and Break of Structure (BOS) with surgical precision. Integrated with a real-time ForexFactory News Filter, it is engineered to protect capital during high-impact news while maximizing trending opportunities. PROVEN BACKTEST RESULTS (XAUUSD M1
Reiona
Ubaidillah
Reiona is an Expert Advisor (EA) that build based on martingale and hedging method. The main idea is place buy and sell in parallel, save the unprofitable positions with martingale, and keep the profit during trade with hedging. The RSI, iClose, iHighest and iLowest indicators are used for entries. The highest and lowest prices are to indicate the range of new orders, where the next order, with same type must be higher than 75% of difference between this lowest and highest prices. When the bu
Scalping Dong
Aleh Rabtsau
For the correct operation of this Expert Advisor, a minimum trading spread is required. 15 points on the 5th sign is optimal. The smaller your spread, the better the trading will be. The Expert Advisor opens a buy or sell order only after a strong activity has been formed in the market. The basis of the strategy is an indicator for scalping - Scalping Dong. The robot has more than 60 settings so that you can efficiently manage your trading strategy. Recommendations: Trading on any trading pairs
Ict Gold Scalper
Alex Amuyunzu Raymond
5 (1)
ICTVALID EA – Smart Money Concepts Automated Trading The ICTVALID EA is a professional trading system built on Smart Money Concepts (ICT methodology) . It automatically detects and trades institutional setups, allowing you to follow market structure with precision and consistency.  Key Features Dual Trading Modes – Choose between Scalping (short-term precision entries) or Swing Trading (longer-term trends). Smart Money Logic – Incorporates Change of Character (CHoCH), Break of Structure (BoS),
Harmonizer EA
Amir Hossein Moharreri
5 (1)
Harmonizer EA 一款强大的网格交易工具,采用先进的算法计算每笔交易的入场位置。它不是基于历史数据过度拟合,而是利用市场波动性来优化自身。通过利用市场波动性,算法能够快速高效地调整适应市场变化。这意味着它能够抓住市场机会,同时通过保持预设参数内降低风险。 然而,使用这款EA时需要谨慎,并只冒你舒适承受范围内的风险。我们鼓励你对EA进行回测并尝试不同的设置,找到最适合你的设置。 支持的交易品种:AUDCAD,AUDNZD,NZDCAD 推荐时间框架:M15(15分钟图表) 特点 比类似的EA更经济实惠 适用于多种交易品种 一个图表设置 新闻过滤器 实时性能监控 不过度拟合历史数据 开发者支持 要求 具备对冲账户 该EA对点差不敏感,但建议使用ECN账户 持续在VPS上运行(确保不间断交易) 杠杆比例为1:100或更高 推荐设置 将EA仅附加到一个AUDCAD图表上 使用15分钟图表(M15) 起始资金至少500美元 不需要.set文件。您可以使用默认设置或在回测中尝试不同的设置,找到最适合您的设置 如果您的经纪商使用后缀,请确保交易品种参数中的名称已更新(例如,
Profex EA
Edwin Wanyoike Mumbi
Profex is an advanced automated trading system designed by Edwin Wanyoike. It combines the power of technical indicators and candlestick patterns to generate reliable trading signals in the dynamic foreign exchange market. The system primarily focuses on identifying crossovers between short and long Simple Moving Averages (SMAs) and recognizing bullish or bearish engulfing candle patterns. Profex provides traders with a user-friendly interface that allows for extensive customization. Traders can
Flex Grid EA
Robots4Forex Ltd
The Flex Grid EA is a fully automated Expert Advisor that trades based on RSI. The EA trades using market orders with inivisible take profit and uses averaging to safely turn otherwise negative trades positive. This EA works best on EURUSD, USDJPY, EURUSD, USDCAD & GBPUSD using the M5 timeframe. A VPS is advisable when trading this system. Check the comments for back test results and optimized settings. Please note: I have made the decision to give this EA away and many more for free with limite
FREE
Patient Hunter EA GOLD (XAUUSD) Everything is already set up for GOLD H1 timeframe . Strategy is based on breakout of the HIGHEST channel after some period of consolidation. It uses Stop pending orders with  FIXED Stop Loss and Take Profit .  Strategy uses also  PROFIT TRAILING  function to lock as much profit as possible. For every candle the pending orders are modified to adapt the market behavior. You need to set only the lotsize depending on the amount of capital in relation to the expected
EA specially made for currency pair XAUUSD. It uses artificial intelligence and complex mathematical operations, all with the goal of as little risk as possible and constant profit. I am an electrical engineer and a professor of informatics, so everything with me is calculated to the maximum and there must be no mistakes. The EA will provide mathematically processed information with the aim of as little risk as possible, , and if you wish, you can increase the Lot in order to achieve the desired
Smart Grid FX
Natalya Sopina
Smart Grid FX – is counter-trend trade multicurrency EA for automated Forex trading. EA uses principle of Martingale. EA work algorithm: At cycle start the pair of opposite order opens with initial lots. Further grid of orders is being built with variable step and lot volume at the price movement direction. Wherein every time at the next order opening the all grid orders close level is being changed with regard to parameters of TakeProfit. The EA does not use such function as locking, trailing,
Darphane EA
Resul Caglayan
您可以安全地使用为长期投资者开发的专家顾问。 我们建议您至少有 1000 美元的起始余额才能使用默认设置的专家顾问。 如果您的初始余额低于 1000 美元,我们建议您使用 CENT ACCOUNT,否则可能需要根据您的余额进行特殊设置。 如果您使用默认设置以外的自定义设置,您可能会遇到更多风险。 默认设置是通过过去 2 年的测试创建的。 这个专家顾问在M1时期工作最好。 如果您是一位希望长期以最低风险赚取收益的投资者,那么这款 EA 就是为您设计的。 想要赚取大量利润的短期投资者可以采用不同的策略,但这可能存在风险。 购买此 EA 后,我们将协助您处理 EA 的所有方面,并根据市场情况建议您应用哪些设置。 使用下面的优化设置,您每月平均可以获得 16% 到 35% 的收益。 (过去 2 年的平均值) 有可能赚取更多利润,但我们不建议这样做,因为它涉及更多风险。 Best settings in the long run : Period = 1 Minute (M1) Symbol = EURUSD or other forex symbols Long Tra
Lucia
Dmitriy Antsiferov
§   Lot  - is initial lot of trade. §   Koef - coefficient of multiplication of lot. §   Dig-2  - average figure to the 100-th lot shares, "1" - average figure to the tenth lot shares, "2" - in the 100-th shares of the warrant. §   Maxlot -  is the maximum lot of volume in a series. §   Stoploss - is the number of points from the warrant. §   Lz is -  the volume of the warrant at which a series is closed in without a loss. §   Takeprofit -  is the number of points from the warrant. §   Pips - i
Kruger
Harry Gunadi Permana
4 (8)
Kruger is a night scalper trading system for trade on EURUSD and GBPUSD. It is based on   Moving Average and Candlestick Pattern   to open trade. Every trade using stop loss and take profit. Kruger does not use any dangerous money management such as martingale, or grid so it can be used with minimum deposit as low as $100. The backtest result from 2015-January,2021 is showing a stable performance. Please see the screenshot below or please do backtest the EA. (Note : Past performance does not gua
Project65 Scalp
Ryan Ferdyansyah Kurniawan
4.2 (5)
New version Project65 Scalp using a unique and simple trigger strategy. Simple setting : Lot calculation in multiples of starting balance. Can adjust trigger value for each pair. terms of using EA: - Only need balance minimum 100$. - Recomanded pair EU, GU, AU, UJ, XAUUSD. - Using any type account or recommendation is a standard account with no commission and swap. Description EA: Strategy scalp base strategy only calculate price with compare indicator Accumulation/Distribution.
The Long Term EA is a fully automated EA that is designed to trade on the Long Term using various strategies like trend trading and hedge at different timeframes. It may take some time to take a trade. SL and TP are always present. The Expert's strategy depends on the trend, where it takes positions along a cycle of price movements, either upward or downward. The stop loss is set to buy or sell orders as a security measure in case the price moves below or above a certain predetermined levels. In
Robin Hood EA 是针对 GBPUSD 货币对的自动外汇倒卖机器人,周期为 M5。 该机器人平均每天打开 15 至 30 笔交易。 这取决于市场活动。 该机器人可以与几乎所有英镑美元货币对报价点后有 5 位数字的知名经纪商合作。 将机器人添加到货币对图表后,它会自动分析市场,自动打开和关闭交易。 支持使用止盈、止损和追踪止损进行交易。 机器人的优点: 机器人不使用 Martingale 或网格。 机器人在大多数时间范围内进行交易。 机器人在 GBPUSD 货币对上进行交易 机器人交易存款从 1000 美元起 在机器人设置中,您可以指定机器人可以交易的具体时间。 M5 时间表 机器人操作要求: 最小点差。 机器人必须安装在 VPS 上或在 PC 上全天候进行交易。 建议使用 ECN 经纪商。 机器人参数: Volume_tics - 信号滤波器参数。 机器人收集有关价格变动突然变化的信息。 信息以刻度数收集。 如果价格急剧变化达该参数中指定的价格变动数量,机器人将开立订单。 根据价格变动的方向,机器人将向该方向开立订单。 Volume_increase - 价格变化值的
Advanced Rsi Grid Hedge
Cesar Napoleon Guio Martinez
4.67 (3)
Advanced RSI Grid Hedge is an Expert Advisor that identifies short-term price reversals within overbought and oversold zones, while aligning trades with the main market trend. The system applies a grid-based hedging mechanism and does not use martingale or averaging. It uses two RSI indicators combined with a built-in trend filter to determine entry conditions under specific technical setups. Main Features Grid hedging system without martingale Dual RSI confirmation (main and secondary) Optional
King Trend Whisper
Jose Daniel Stromberg Martinez
Current price: $49 Final price $199 This EA   is a professional built EA with fixed stoploss and takeprofit to minimize risk (1/4 ratio). It uses only tools that messures trend and oscillator. It has been a long work to find what tools to combine, to find best results. You can choose if you want to trade with fixed lots, or lots per amount in balance. No Martingale No Grid Broker and deposit Any broker with small spreads is suitable. Recommended deposit:   $300 or more. Minimum deposit:  
Stepping GBPUSD
Vitalii Zakharuk
Stepping-GBPUSD - works in fully automatic mode! No settings needed, you can use the default settings. The Expert Advisor works like a scalpel during sharp price movements. The bot was tested on real tick data with a real spread for a 19-year period from 2004 to 2023 (this is how much tick history is available on the servers of Swiss brokers). It also passed the Monte Carlo stability test using 5,000 cycles of simulation of random trade generation, as well as a simulated delay and slippage test
EA Samurai
Yury Zaikouski
5 (1)
EA Samurai is a strategy that is perfect for any market. The EA is optimized. This is a counter-trend scalping strategy Rebound levels to get an entry point The EA opens the first order on the signal of the expected price reversal and fixes the profit at the specified level, but if the price does not reach the profit and rolls back, an additional order is automatically opened averaging the level of the total profit, making it closer to the entry point. A series of orders is always closed with a
Blocking EA US30
Murodil Eminjonov
We present to your attention an innovative advisor "Blocking EA US30". This advisor is not a martingale. Our new advisor is developed on the basis of hedging instead of stop orders, it blocks a negative order and exits blocking using a smart algorithm. The advisor has a deposit protection trading system. The trading advisor "Blocking MEANS 30" was developed by a team of programmers over several months for trading on the US30 index on a minute timeframe. The advisor was optimized by the broker FP
This Expert Advisor (EA) is a comprehensive automation tool. Its primary function is to capture signals from any custom indicator (by reading Buy/Sell buffers) and convert them into automated trades. The EA is equipped with an advanced Grid/Martingale system, capital protection (Equity Stop), trailing options, and multiple filters (Time, Spread). BUGS or REQUESTS - Contact telegram: @forextown
FREE
PityuksEA
Budai Istvan
Hi All! I present my own EA. I use this EA on real cent account from 2019 november:  https://www.mql5.com/en/signals/660259  . I attached here a couple of backtests from last year. These tests were made with 99.9% modelling quality. Minimum required equity is 500€, but recommended initial deposit is 1000€ with 500:1 leverage. EA profitable only on EURUSD and GBPUSD currency. The expert does not care on which time frame we use it. The expert can be used with or without Martingale, the tests can
Maya MT4
Manpreet Singh
MAYA   is a smart trading system that uses a grid strategy and has been working well on real accounts for many years. Unlike other systems that are made to fit past data, Maya was built to take advantage of real, ongoing patterns in the market. So, it’s not just guessing and hoping to win. It actually understands how the market works and uses that to make money.  It just needs a onetime setup and then you can relax and see its working.     LIVE ACCOUNT STATS CAN BE CHECKED ON MYFXBOOK RUNNING FR
Bollinger Blitz
Ciprian Ghebanoaei
凭借其智能算法和专家订单,您可以确保自己始终处于领先地位。 从上涨和下跌的市场中获利,轻松预测趋势,并在您的投资组合中保持领先地位——有了 Bollinger Blitz,一切皆有可能! 通过 Bollinger Blitz,您将能够像专业人士一样毫不费力地在外汇市场上进行交易。 我们的全自动 EA 使用两个行业领先的指标:商品通道指数和布林带。 借助我们集成的止损和获利功能,开仓比以往任何时候都更快、更安全。 停止犯错,开始像专业人士一样使用 Bollinger Blitz 进行交易! EA 测试了从 2022 年 1 月 1 日到 2023 年 1 月的 GBPUSD M5 历史数据(在 MT4 上进行了 1 年回测)。 请自行下载测试。 英镑兑美元 M5 入场手数:最少 0.1 止损:41点 止盈:74 点 最低账户:1000 - 2000 $ 最大点差:30 点 账户杠杆 - 1:500。 终端 - MetaTrader4   推荐:   ü MaxLotSize - 最大允许交易手数。 仅当您真正了解自己在做什么时才更改此参数。 ü Take
FREE
Anniversary
Vitalii Zakharuk
An expert of a new type Anniversary - works using sharp tick movements, the algorithm that was created earlier is significantly improved. The uniqueness of the expert is that it can be launched on any hour period, any currency pair, and on the server of any broker. What makes the expert attractive enough to use for trading. It is recommended to work on liquid forex pairs with a low spread. The lower the commission and spread, the greater the profit. You can start using it with $ 100 and a lot o
10册149美元!下一个价格将是499美元。 悉尼贸易X采用BTN技术的最新智能技术,可帮助您为交易创造最佳结果。 特别是,完美模式可让您交易100%的胜利(但必须保证有足够的资金)。 如果“完美模式”适用于高级用户,则初学者或偏爱安全交易的用户可以使用“安全模式”。 安全模式每天在指定的时间进行结算,并自动在您设置的损失范围内进行结算。 所有这些功能都是基于收入的,因此按“保护钱”功能指定的金额不会造成任何损失。哇! 每次激活EA时,Protect Money都会自动更新,以保证本金并支持安全交易。 愿您的梦想通过SYDNEY TRADE X实现。 祝你好运。 BTN FX推出了一系列20个城市,以支持您最好的交易环境。 它使用20种不同的逻辑为每种贸易环境提供优化的结果。 特别是,BTN FX的独特功能,例如完美模式,安全模式,资金保护和交易条件功能 我们在最佳交易环境中为您提供支持。我们希望您不再担心失去本金,享受交易和获利。 ====功能说明==== 交易设置 您可以设置幻数,交易订单数量,最大订单编号,最大购买订单编号,最大出售
Golden Wings
Thi Tra Mi Duong
EA Golden Wings is a fully automated EA designed to trade GOLD. It is based on machine learning cluster analysis and genetic algorithms. EA contains self-adaptive market algorithm, which uses price action patterns and standard trading indicators. Expert showed stable results on XAUUSD in 2015-2021 period. No dangerous methods of money management used, no martingale, no grid, scalp or hedge. Feature:  + Fully automated trading 24/5 with time filter.  + No need in a large initial deposit.  + Alway
MiloBot PRO
Sergey Ermolov
5 (3)
MiloBot PRO 是一个先进的外汇专家顾问,基于一个独特的专有策略 它已经被开发、测试和优化了2年多的时间。该策略的可靠性在于,开发商的真实账户的存款总额超过10万美元。 独特的MiloBot PRO策略允许每个月获得稳定的利润,自定义指标允许EA在市场反转时刻尽可能精确地进入市场。 查看开发商当前的实时信号: 2019 年 11 月以来的账户(利润超过 +1520%):  myfxbook.com/members/Malik87/robot-advisor-launched-november-11/3623023 Mql5 Signal :  https://www.mql5.com/zh/signals/2379641 我們個人使用 MiloBot Pro 進行交易,因此我們不斷測試它,在 EA 中實施一些新的東西。 所有買家都將收到更新並使用最新和最可靠的顧問版本。 我叫 Sergey Ermolov ,是 MiloBot PRO 顧問開發團隊的負責人。 我只相信數字,而數字表明: 我们的MiloBot PRO专家顾问让你的年收益高达103%,包括资本重组 它平均每月完成
该产品的买家也购买
The Gold Reaper MT4
Profalgo Limited
4.62 (34)
道具準備就緒! ( 下載SETFILE ) 推出促銷活動: 目前價格只剩幾本! 最終價格:990$ 免費取得 1 個 EA(適用於 2 個交易帳號)-> 購買後聯絡我 Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal LATEST MANUAL 歡迎來到黃金收割者! 該 EA 以非常成功的 Goldtrade Pro 為基礎,設計為同時在多個時間框架上運行,並且可以選擇將交易頻率從非常保守到極端波動設定。 EA 使用多種確認演算法來找到最佳入場價格,並在內部運行多種策略來分散交易風險。 所有交易都有停損和止盈,但也使用追蹤停損和追蹤停盈來最小化風險並最大化每筆交易的潛力。 該系統建立在非常流行且經過驗證的策略之上:交易突破重要的支撐位和阻力位。   黃金非常適合這種策略,因為它是一種波動性很大的貨幣對。 系統根據您的帳戶規模和最大允許提款設定自動調整交易頻率和手數! 回測顯示出非常穩定的成長曲線,回撤非常可控且恢復很快。  該 EA 已針對黃金的最長可用期限進行了壓
Scalping Robot Pro MT4
MQL TOOLS SL
5 (13)
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 tra
Xyron Edge is a Professional breakout Expert Advisor (EA) designed to trade market structures by utilizing swing high and swing low levels. The EA places pending orders above resistance areas and below support areas to capture breakout movements while maintaining controlled risk management. --------- EA Setting & Preset :  EA Input Settings Guide Live Performance :  https://www.mql5.com/en/signals/2380162 Live Signal :  https://www.mql5.com/en/signals/2385451 --------- Key Features Fully a
AW Recovery EA
AW Trading Software Limited
4.35 (84)
智能交易系统是一个旨在恢复无利可图头寸的系统。 作者的算法锁定了一个亏损仓位,将其拆分为多个独立的部分,并分别平仓。简单的设置、在回撤的情况下延迟启动、锁定、禁用其他 EA 交易、使用趋势过滤进行平均以及部分关闭亏损头寸都内置在一个工具中。 与仅在整个组中关闭订单的网格策略相比,使用部分关闭损失可以让您以较低的存款负载减少损失,从而确保更安全地处理损失。 如何恢复订单: 1 EA 关闭所选工具的其他窗口以关闭无利可图的 EA(可选)。 2 EA 重置所有已处理订单的止盈和止损水平,并删除具有相应标识符的挂单。 3 EA 关闭所有已处理的盈利订单,以便使用其利润来弥补部分非盈利订单并减少总头寸量(可选)。 4 EA 通过打开锁定订单来锁定亏损头寸。 5 然后,通过打开恢复订单,它开始通过部分关闭不盈利的订单来减少损失。 6 当部分关闭时,算法首先恢复定位最不成功的订单,或者最接近盈利的无利润订单。每个无利可图的订单都分为许多部分,顾问分别关闭每个部分。恢复订单以小量开仓,以免大幅增加入金负担 包含注释、设置和测试说明的完整输入设置列表  ->   这里  MT5 版本 ->   这里
Boring Pips MT4
Thi Thu Ha Hoang
4.6 (15)
你是否曾 经想过为什么大多数专家顾问在实盘交易中并不有效,尽管它们在回测中表现完美? 最有可能的答案是过拟合。许多专家顾问被创建为对现有的历史数据进行“学习”和完美适应,但由于构建模型的泛化能力不足,它们无法预测未来。 一些开 发者可能根本不知道过拟合的存在,或者他们知道但没有办法防止它。其他人则将其作为美化回测结果的工具,他们添加了数十个输入参数,而不考虑统计学意义,使交易策略过度依赖历史数据,并试图说服他人他们的专家顾问未来能够实现类似的表现。 如果你 对这个迷人的主题感兴趣,并想更深入地了解过拟合,请参考我的这些文章: Avoiding Over-fitting in Trading Strategy (Part 1): Identifying the Signs and Causes Avoiding Over-fitting in Trading Strategy (Part 2): A Guide to Building Optimization Processes 有几种方法可以避免在 仅仅依赖读取过去数据的专家顾问上亏钱。而最简单的方法是,在没有至少 5 个月或 30
XGen Scalper MT4
Burak Baltaci
3 (2)
XGen Scalper MT4 - 专业自动交易系统 XGen Scalper 是一款尖端专家顾问,通过将先进算法结构与成熟技术分析相结合,在所有市场中提供稳定可靠的交易结果。该强大交易系统可无缝运行于外汇货币对、黄金白银等贵金属、加密货币及大宗商品指数等多种市场。 先进算法技术 其专利波浪扫描算法通过实时处理市场数据,识别手动交易者可能忽略的高概率交易机会。该系统能持续适应变化的市场环境,在趋势、区间及波动市场中均能高效运作。 全局兼容性 不同于针对特定货币对设计的传统EA,XGen在所有交易品种中均表现卓越。 专业控制面板 通过精美的界面实时监控账户指标、详细交易统计数据及系统状态。集成波浪可视化功能清晰展示系统对市场状况的解读。 企业级风险管理 基于账户余额和风险承受能力的自适应仓位规模 根据市场波动动态调整的跟踪止损 点差过滤机制避免不利交易条件 多时间周期确认实现更高精度交易 精准交易 闪电般快速的订单处理,以最小滑点实现最优价格。兼容所有MT5经纪商和交易类型。智能订单管理自动处理从入场到离场的全流程。 完全可定制 根据您的策略调整头寸规
Gold Trade Pro
Profalgo Limited
4.61 (23)
推出促銷活動! 僅剩幾本,449 美元! 下一個價格: 599$ 最終售價:999$ 免費取得 1 個 EA(適用於 2 個交易帳號)-> 購買後聯絡我 Ultimate Combo Deal   ->   click here New live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro 加入了黃金交易 EA 俱樂部,但有一個很大的區別:這是一種真正的交易策略。 “真實交易策略”是什麼意思? 您可能已經註意到,市場上幾乎所有黃金 EA 都是簡單的網格/鞅系統,當市場與初始倉位相反時,該系統會添加交易。  它們通常偽裝成“神經網絡/人工智能/機器學習”,但如果您對外彙和 EA 有一點經驗,您可以輕鬆地將
Fortune MT4
Shane Lee
5 (3)
Real Trading Account  LIVE SIGNAL VT MARKETS:  https://www.mql5.com/en/signals/2363526 Join SmiteFX Algos MQL5 Public Chat :   https://www.mql5.com/en/messages/03e4dab0b20bdd01 Fortune is an automated breakout Expert Advisor for MetaTrader 4 & 5, developed primarily for XAUUSD. The EA identifies potential breakout and breakdown zones based on recent market structure, then manages each trade according to the risk percentage set by the user. Every position is opened with predefined Stop Loss and
Luna AI PRO
Profalgo Limited
4.67 (3)
推出促销活动: 仅售 1 份,售价 399 美元 最终售价:2000$ 该 EA 的销售数量有限 借助市场上最先进的“均值反向”交易机器人 Luna AI Pro EA   ,释放人工智能的力量,将您的交易提升到前所未有的高度。 这个尖端的人工智能驱动系统旨在满足经验丰富的交易者和初学者的需求,配备了广泛的功能来优化您的交易策略并最大化您的利润。 使用 Luna AI Pro 释放您交易策略的全部潜力。 拥抱交易的未来,让先进的人工智能彻底改变您的投资之旅。 体验当今人工智能的力量,加入全球成功交易者的行列。 为什么这个 EA 与众不同: OneChartSetup -> 运行 1 个图表中的所有货币对 个人表现监控:如果表现不佳,每对货币对的风险将自动降低,如果再次盈利,风险将再次增加。 不使用有风险的交易技术,如鞅、网格或具有非常宽止损的交易等 严格的贸易和风险管理 经过验证的真实账户跟踪记录:已经运行一年多 没有虚假/操纵的回测 实时结果(低风险):    https ://www.mql5.com/en/signals/1502590 设置 EA:    https:
Quantum King MT4
Bogdan Ion Puscasu
5 (6)
量子之王EA——智能力量,专为每位交易者打造 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 特价上市 实时信号:       点击这里 MT5版本:   点击此处 量子之王频道:       点击这里 ***购买 Quantum King MT4,即可免费获得 Quantum StarMan!*** 详情请私信咨询! 规则   你的交易精准而自律。 量子之王 EA     将结构化网格的优势和自适应马丁格尔策略的智能性融合到一个无缝系统中——专为 M5 上的 AUDCAD 而设计,适合希望实现稳定、可控增长的初学者和专业人士。 量子之王 EA     是一个为澳元/加元货币对在 M5 时间框架上开发的全自动交易系统。 它将网格策略的结构与马丁格尔策略的自适应恢复逻辑相结合,形成了一个能够智能管理所有市场阶段交易的系统。 专为易用性和一致性而设计   量子王
Multi Sniper mq
DMITRII GRIDASOV
5 (4)
MULTI SNIPER EA 是一款精准的自动交易系统,在 MT4 平台上的准确率高达 90% 左右。 这款盈利丰厚的剥头皮 EA 无疑是目前市场上最稳定的系统之一。   No grid! No martingale! 它是独家产品,仅在本 MQL5 网站提供。 下载用于测试和交易的EA设置文件:   GBPAUD Set_file   GBPCAD Set_file - 实现了复利方法和剥头皮交易技术。 - 系统会根据市场波动自动设置动态止损。 - EA 默认具有自动(手数计算)风险管理功能,并提供固定手数选项。 - 可调整交易入场敏感度参数。 - 周末无交易缺口。 - 精确的操作时间过滤器,精度可达 1 分钟。 - 内置点差显示。 - 机器人具有盈亏平衡功能。 - 账户杠杆:1:30 至 1:2000 范围内任意选择。 - 最推荐的货币对是 GBPCAD 和 GBPAUD - 相应的 Set_files 可在“评论”部分找到。 - 不存在任何危险的马丁格尔/网格策略。每笔订单都有自己的止损位,以保护账户安全。 - 运行时间:EA 会根据设置中的时间过滤器,从美国交易时段结束
Gold Hunter Pro MT4
Farell Edson Mazarin
Gold Hunter Pro 是一款面向 XAUUSD 的自动化交易系统,专为 MetaTrader 4 和 MetaTrader 5 设计。 该智能交易系统采用基于突破的执行模型。它分析结构性价格水平,并仅在满足预设市场条件时放置挂单。 该系统专为日内交易设计,不使用马丁格尔、网格、加仓摊平、递增手数或隐藏恢复逻辑。 定价政策 每完成 10 次购买,价格将上涨 50 USD。 当前价格下,10 份中仍有 2 份可用。 最终价格:1999.99 USD 风险与资金管理 该 EA 支持两种仓位规模计算模式: 固定手数 — 使用固定的交易量。 基于风险的手数 — 根据账户余额和止损距离计算仓位大小。 在标准配置下,仅使用一个方向性仓位。如果启用 hedge mode,则可根据所选设置独立管理多头和空头仓位。 推荐交易条件 交易品种:XAUUSD 平台:MetaTrader 4 和 MetaTrader 5 账户类型:建议使用 ECN 账户或低点差账户 建议使用稳定的执行环境 建议低滑点 建议使用 VPS 托管 最低杠杆:1:10 推荐杠杆:1:100 或更高 输入参数 VOLUM
Big Forex Players MT4
MQL TOOLS SL
4.72 (43)
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
Aura Neuron MT4
Stanislav Tomilov
4.67 (15)
Aura Neuron 是一款独特的 EA 交易系统,延续了 Aura 系列交易系统。通过利用先进的神经网络和尖端的经典交易策略,Aura Neuron 提供了一种具有出色潜在性能的创新方法。这款 EA 交易系统完全自动化,旨在交易 XAUUSD (GOLD) 等货币对。从 1999 年到 2023 年,它在这些货币对中表现出了一致的稳定性。该系统避免了危险的资金管理技术,例如马丁格尔、网格或剥头皮,使其适用于任何经纪商条件。Aura Neuron 由多层感知器 (MLP) 神经网络驱动,利用它来预测市场趋势和走势。MLP 是一种前馈人工神经网络 (ANN),通常被称为“原始”神经网络,尤其是当它们由单个隐藏层组成时。MLP 包括三个基本层:输入层、隐藏层和输出层。除输入节点外,每个神经元都使用非线性激活函数。该网络使用称为反向传播的监督学习技术进行训练。 MLP 的多层结构和非线性激活使其有别于线性感知器,使其能够识别数据中非线性可分的模式。通过其复杂的 NN 智能,Aura Neuron 能够识别模式并适应不断变化的市场条件,例如汇率或交易者行为的变化。其处理复杂数据的能力使其能够
ToTheMoon MT4
Daniel Moraes Da Silva
5 (1)
ONE OF THE FEW ROBOTS WITH A SIGNAL HISTORY OF MORE THAN 3 YEARS AND AMONG THE TOP 10.   LINK TO MY ROBOTS AND SIGNAL PRESETS: In my profile there is a link to download the PRESETS that I use in my SIGNALS, you can download and Backtest for free, there are explanations in the my WebSite. https://www.mql5.com/en/users/tec_daniel   LINK TO OTHER ROBOT VERSIONS: MT4:  https://www.mql5.com/en/market/product/97963 MT5:  https://www.mql5.com/en/market/product/97962   SOME EXAMPLES OF SIGNALS ON “mql5.
Vortex Gold MT4
Stanislav Tomilov
4.93 (43)
Vortex - 您对未来的投资 Vortex Gold EA 专家顾问专门用于在 Metatrader 平台上交易黄金(XAU/USD)。该 EA 使用专有指标和作者的秘密算法构建,采用全面的交易策略,旨在捕捉黄金市场中的盈利走势。其策略的关键组成部分包括 CCI 和抛物线指标等经典指标,这些指标共同作用,准确地发出理想的进入和退出点信号。Vortex Gold EA 的核心是先进的神经网络和机器学习技术。这些算法持续分析历史和实时数据,使 EA 能够更准确地适应和应对不断变化的市场趋势。通过利用深度学习,Vortex Gold EA 可以识别模式,自动调整指标参数,并随着时间的推移不断提高性能。Vortex Gold EA 是专有指标、机器学习和适应性交易算法的强大组合。使用 Vortex Gold EA 为您的未来投资。 售价 675 美元(还剩 2/10),下一个价格 795 美元 Live Monitoring  https://www.mql5.com/en/signals/2366351 Check out the live results in Profile >>
HFT Prop EA
Manpreet Singh
4.93 (257)
HFT PROP EA is the High Frequency Trading Expert Advisor (EA/bot) designed to pass proprietary trading firms (prop firms) challenges which use stop orders to enter the trades when market is trending, It is basically designed for US30 just at opening of US30 in New York Session till it remain in its trending nature for 15-30 minutes, and using HFT PROP EA you can pass the challenge within few minutes for prop firms who doesn't have any lot size cap. To see its Live working you may check by signin
Vortex Turbo EA MT4
Stanislav Tomilov
5 (10)
Vortex Turbo——“驾驭风暴——掌控漩涡” Vortex Turbo代表了智能交易的下一个进化阶段——它融合了尖端人工智能架构、自适应市场逻辑和精准的风险控制,是一项独特的创新。Vortex Turbo基于成熟的算法原理,将多种策略整合到一个统一的高速生态系统中,并以全新的预测智能为驱动。Vortex Turbo专为黄金XAUUSD(GOLD)的超短线交易而设计,采用受控马丁格尔和均价网格,同时每个   仓位都受到内置止损的全面保护   ——确保了力量、精准度和安全性之间的完美平衡。 非常重要!购买专家服务后请给我发私信。我会把所有必要的建议和操作指南发给你。 399 美元的价格有效期至 2 月 15 日,之后价格将上涨至 499 美元。(最终价格为 999 美元) 购买   Vortex Turbo   智能交易系统后,您将有机会获得   我的其他任何一款智能交易系统的免费授权   ,该系统可关联到您选择的   三个交易账户    (赠送的智能交易系统将以 .ex 格式的文件直接发送)。  请私信询问具体条件   https://www.mql5.com/en/users
Fortress MT4
Shane Lee
5 (1)
Real Trading Account  LIVE SIGNAL VT MARKETS:  https://www.mql5.com/en/signals/2378166 Join SmiteFX Algos MQL5 Public Chat :   https://www.mql5.com/en/messages/03e4dab0b20bdd01 Fortress is an automated breakout Expert Advisor for MetaTrader 4 & 5, developed primarily for XAUUSD. The EA utilizes multiple confirmation algorithms and internal strategies to identify optimal breakout points at key support and resistance levels. Position sizing and trade frequency automatically adjust to the user's
Infinity Trader EA
Lachezar Krastev
5 (18)
BUY 1 and GET 1 FREE - Promotion! Buy Infinity Trader EA with a huge –60% discount and GET 1 FREE EA by your choice! Promo Price: $217 (Regular Price: $547 — You Save $330!) After purchase contact me to get your GIFT EA! You can also contact me to get the list of available GIFT EAs! Infinity Trader EA Live Results:  https://www.mql5.com/en/signals/2290275 Infinity Trader EA seamlessly integrates the strengths of Chat GPT and Gemini AI, providing unparalleled market insights and in-depth funda
PRO ADVANCED MULTI SCALPING EA - 是一款全自动多货币对交易系统,安全稳定,收益稳步增长。 这款盈利的剥头皮EA是目前市场上最稳定的系统之一,每月大约执行60-90笔交易。 下载用于测试和交易的EA设置文件: USDCHF Set_file GBPCHF Set_file GBPCAD Set_file GBPAUD Set_file EURCHF Set_file EURCAD Set_file EURAUD Set_file AUDCAD Set_file EA功能: - 可调节波动率的自适应止损。 - 固定止损选项。 - 系统安全,不使用网格交易或马丁格尔策略等任何危险方法。每笔订单都有独立的止损,以保护您的账户。 - 该EA非常易于使用,外汇专业人士和新手均可轻松上手。 - 机器人会自动执行所有操作 - 您只需将其安装到MT4平台,并设置相应的风险等级(默认2.5%),应用相应的Set_files,然后让电脑保持运行(或者使用VPS)。 - 精确到分钟的运行时间过滤器。 - 实现了复利计算,用于自动计算手数。 - 运行机器人所需的最低账户余
Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience.   With proper brokerage conditions and sufficient running time, this fully automated scalp
BB Return mt4
Leonid Arkhipov
4.89 (18)
BB Return — 一款用于黄金交易(XAUUSD)的智能交易系统(EA)。该交易思路最初来自我的 手动交易 经验。策略核心是价格回归 Bollinger Bands(布林通道) 区间,但并非机械式或每次触及即入场。针对黄金市场的特性,系统加入了额外过滤条件,用于剔除无效和低质量的市场环境,仅在回归逻辑真正成立时才开仓。   Global   update   on   June   14th   交易原则 — 系统不使用网格、马丁或加仓平均成本等风险策略。EA 可使用 固定手数 或 AutoRisk 自动风险 模式运行。BB Return 对点差、滑点及不同经纪商的报价方式不敏感,可在任何经纪商及多种账户类型下运行,包括 Standard、ECN、Pro、Raw、Razor 。系统不受交易时段限制,可 24 小时运行 。   $ 359   不是最终价格。 当前价格仅剩 5–7 个名额。 之后将上涨。 该EA限量提供,以保证策略的稳定性。 设置与交易频率 — 启动系统无需复杂设置,策略设计即基于 默认参数 运行,通常只需调整手数或 AutoRisk 模式。系统平均每年约执行
Aurum AI mt4
Leonid Arkhipov
4.94 (34)
更新 — 2025年12月 Aurum 交易系统于 2024 年 11 月底正式发布。 在这一整年里,它在真实市场环境中稳定运行,没有新闻过滤器,没有额外的防护限制,也没有复杂的交易约束 —— 依然保持了稳定与可靠的表现。 Live Signal (launch April 14, 2026) 这一年的真实交易充分证明了该交易系统本身的可靠性。 正是在真实数据与实际经验的基础上,我们于 2025 年 12 月发布了本次重大更新: 全面升级高级交易面板,并适配所有屏幕分辨率 新增扩展交易保护系统 新增基于 Forex Factory 的强力新闻过滤系统 新增两个额外过滤器,用于更精准的信号判断 全面优化执行速度与系统稳定性 新增安全的 Recovery 回本功能 图表主题升级为高级风格 关于 Aurum Aurum — 黄金交易高级 EA(XAU/USD) Aurum 是一款专为黄金市场打造的专业级交易 EA,核心目标是稳定性与安全性。系统基于趋势分析,并采用严格的风险控制机制。 本系统不使用任何危险交易方式 —— 不加仓、不网格、不马丁、不激进加仓。 每一笔交易都严格设置止损
Quantum Nexus MT4
Farell Edson Mazarin
Quantum Nexus 是一款创新型Expert Advisor,将定量分析、多层级验证、趋势跟踪算法、持仓跟踪机制和统计监控整合在一个统一的自动交易系统中。 为了将这一产品变为现实,开发团队投入了数十年的开发经验和一年的准备时间,打造出Quant v5——一款对冲基金级别的定量分析工具,通过持续滚动OOS测试,从数学上证明策略的统计优势。 定价政策 首批客户可在2026年7月31日至8月5日期间享受限时30%折扣。 每完成10次购买,价格将上涨100 USD。价格上涨为永久性调整。 最终价格:30 000 USD。 结果 在真实交易中,采用高风险和ULTRA模式时,Quantum Nexus目前显示的利润超过250%。 在另一个真实账户中,采用中等风险和MEDIUM模式时,目前的结果超过30%。 在历史测试中,自2021年以来,该Expert Advisor显示的利润超过100亿USD,同时始终保持较低且受控的回撤。 有效性证明 Quantum Nexus使用多种通过测试发现的趋势跟踪策略,以在长期运行中提供优势。 策略搜索分为两个阶段: 一个独立脚本包含用于收集价格统计数据
NEURALIS CORTOID GOLD   The Adaptive Intelligence Built Exclusively for XAUUSD ://www.mql5.com/en/signals/2385985  nb: mt5 is a mirror EA; Early days the brain started learning  Gold does not forgive the ordinary.   It hunts stops. It shifts character overnight. It rewards only those who can think faster than the market itself. Neuralis Cortoid Gold was engineered for one purpose only: to survive and thrive where most Expert Advisors eventually fail — in the brutal, high-volatility world of
Bitcoin Scalp Pro
Profalgo Limited
5 (4)
當前促銷: 僅剩 1 件,549 美元 最終價格:999$ NEW: Choose 1 EA for free! (for 2 trade account numbers) 請務必在我們的促銷博客中 查看我們的“   Ultimate EA 組合包 ”   !   LIVE SIGNAL Bitcoin Scalp Pro 是市場上獨一無二的交易系統。  它完全專注於通過交易支撐位和阻力位的突破來利用比特幣市場的波動性。 EA 的重點在於安全性,這轉化為極低的回撤和非常好的交易風險/回報率。 EA 在內部使用“智能自適應參數係統”,它將根據比特幣的實際價格計算止損、止盈、尾隨止損以及入場和手數。 這意味著如果比特幣以 6000 或 30000 的價格交易,所有參數的值都會不同。 自 2022 年 6 月以來,該 EA 已在真實真實賬戶上進行了前瞻性測試,到目前為止,結果非常有希望。 還進行了 99.90% tickquality 的回溯測試,並且在過去幾年中顯示出非常穩定的增長。 該 EA 需要提供低比特幣點差的經紀商。 私信聯繫我,獲取推薦經紀商名單。 主要特徵: 自適
Limited-time 30-day promotion: Get Kenni Trades Gold Breakout for only $499.99 —regularly $799.99 —and receive Kenni Daily Scalp Breakout Gold FREE with your purchase. This exclusive offer is available for 30 days only. Kenni Trades Gold Breakout  now includes three selectable trading modes:   Kenni Gold Breakout ,   Kenni Daily Scalp Breakout Gold , and   Kenni Prop Firms . Kenni Trades Gold Breakout  is an automated trading system developed specifically for Gold on MetaTrader 4 hedging account
Forex Diamond EA
Lachezar Krastev
5 (6)
BUY 1 and GET 1 FREE - Promotion! Buy Forex Diamond EA with a huge –60% discount and GET 1 FREE EA by your choice! Promo Price: $217 (Regular Price: $547 — You Save $330!) After purchase contact me to get your GIFT EA! You can also contact me to get the list of available GIFT EAs! Live Results:   https://www.mql5.com/en/signals/2379493 Forex Diamond EA – Reliable Automated Trading Powered by Smart Algorithms Forex Diamond EA is a proven expert advisor designed to deliver consistent results us
Wall Street Robot MT4
MQL TOOLS SL
5 (1)
Wall Street Robot is a   professional trading system   developed exclusively for US stock indices, focused on S&P500 and Dow Jones. These markets are known for their high liquidity, structured movements and strong reaction to global economic flows, making them ideal for algorithmic trading strategies based on precision and discipline. By concentrating only on these indices, the system is able to adapt closely to their behavior, volatility patterns and intraday dynamics, instead of trying to oper
作者的更多信息
Darwas box long short HHT
Husain Huzefa Tarwala
Darvas Box Long/Short EA - 版本 3.2  这个EA是MT4的简单交易机器人,基于老的Darvas Box想法。它找价格向上突破(买)或向下突破(卖)从最近高低价形成的“盒子”。加ATR缓冲来处理市场波动。适用于任何货币对,如EURUSD或黄金,和任何时间,如1分钟或一天。只需加到图表 — 它自己调整。有风险规则、一单限制,并在图上画盒子。保存交易到文件检查。 主要优点和功能 适用于所有对和时间 — 无限制。 向上突破买,向下突破卖,覆盖市场方向。 用ATR做安全入口,根据市场运动。 利润设为止损的两倍 (1:2) 好赢利。 交易大小风险只小部分钱 (如1%)。 只允许一单开着,安全。 在图上显示盒子,看清发生什么。 保存交易info (利润,时间) 到CSV文件。 24小时运行,不用看 — 简单可靠。 输入参数 InpDarvasLookback (int): 盒子检查的条数 (默认50)。 InpDarvasFlexATR (double): ATR缓冲大小 (默认0.25)。 InpATRPeriod (int): ATR条数 (默认14)。 InpRi
Aurum memory EA
Husain Huzefa Tarwala
Aurum Memory EA — XAUUSD 的波段交易智能系统 这是什么 一个完全自动化的 MetaTrader 5 专家顾问(EA),专为黄金(XAUUSD)设计。 使用专有的“市场记忆”算法来定位和交易最受尊重的每日支撑和阻力区域。 专为波段交易设计,交易可能持续数小时到几天——无剥头皮、无马丁格尔、无网格。 工作原理 每日扫描:每个新蜡烛,EA 都会映射过去 6-12 周的价格行动,以标记关键高点、低点和整合区域。 区域验证:价格刺穿并收盘超过的水平会立即被移除;添加新水平,保持地图更新。 入场逻辑:当价格重新测试有效区域时,更低时间框架(H1 → M5)的过滤器会在发送订单前确认动量。 风险管理: – 止损:始终放置在区域之外的安全距离。 – 止盈:默认 1:1 风险回报比;可调整为 1:1.5 或 1:2 以适应更长的波段。 – 动态手数大小:根据您选择的百分比风险和账户权益计算手数,因此在任何经纪商上都不会出现保证金错误。 关键功能 为 XAUUSD 的每日图表优化;无需针对不同经纪商重新调整。 基于 ATR 的自适应缓冲区,减少新闻或低流动性时期虚假突破。 停滞保护
筛选:
无评论
回复评论