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!

おすすめのプロダクト
Average Directional Index(ADX) Strategy EA MT4を紹介します。これは、MetaTrader 4向けに特別に設計された革新的な自動取引ソリューションです。このエキスパートアドバイザーは、平均方向性指数を利用してトレンドを特定し、効果的に取引を管理します。これにより、取引パフォーマンスを向上させたい初心者と経験豊富なトレーダーの両方に最適です。 トレンドの強さに基づいて取引のエントリーとエグジットを自動化する能力を持つAverage Directional Index(ADX) Strategy EA MT4は、感情的な意思決定を減少させ、取引効率を高めるなどの重要な利点を提供します。トレーダーは、取引の実行における精度から利益を得ることができ、市場の動きに乗りながらも手間をかけずに取引を行うことができます。 MQL製品のインストールガイド | MT4で購入したMQL製品の更新 | 一般的なトラブルシューティングガイド | 一般設定 / 入力ガイド | インジケーター設定 | バックテストとセットファイル 主な機能 コア戦略:ADXを利用して強い
This is an automated Forex Expert Advisor. The system is based on trading in possible flat emergence zones. The EA has a built-in price movement predicting algorithm, which enables the EA to make a decision to open averaging orders or to scale an open position. Depending on parameters, it works with pending (Stop, Limit) or market orders. To diversify risks, the Expert Advisor works simultaneously with short and long positions. Their closure can be either an oppositely directed or unidirectional
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
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)
このEAは、各個別のトレードのエントリーポジションを計算するために洗練されたアルゴリズムを使用するパワフルなグリッドトレードツールです。過去のデータにフィットさせるのではなく、市場の変動性を利用して最適化を行います。市場の変動性を利用することで、アルゴリズムは市場の変化に素早くかつ効率的に適応することができます。これにより、市場の機会を活用すると同時に、事前に定義されたパラメータ内でリスクを最小限に抑えることができます。 ただし、このEAを使用する際には注意して、自分が快適な金額でリスクを取るようにしましょう。EAのバックテストを行い、設定を試して最適なものを見つけることをお勧めします。 対応シンボル:AUDCAD、AUDNZD、NZDCAD 推奨タイムフレーム:M15(15分足チャート) 特徴 類似のEAよりも安価 複数のシンボルで動作する 1つのチャート設定 ニュースフィルター ライブパフォーマンスモニタリング 過去のデータにフィットしすぎない 開発者サポート 要件 ヘッジングアカウント このEAはスプレッドに敏感ではありませんが、ECNアカウントが推奨されます
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
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 – 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,
長期投資家向けに開発されたこのエキスパートアドバイザーを安全にご利用いただけます。 このエキスパートアドバイザーをデフォルト設定で使用するには、少なくとも$ 1000の開始残高があることをお勧めします。 初期残高が$ 1000未満の場合は、CENT ACCOUNTを使用することをお勧めします。そうしないと、残高によっては特別な設定が必要になる場合があります。 デフォルト設定以外のカスタム設定を使用すると、より多くのリスクに遭遇する可能性があります。 デフォルト設定は、過去2年間のテストによって作成されています。 この専門コンサルタントは、M1期間に最適です。 あなたが長期的に最低のリスクで稼ぐことを探している投資家なら、このEAはあなたのために設計されています。 多くの利益を上げたい短期投資家にはさまざまな戦略を適用できますが、これにはリスクが伴います。 このEAを購入した後、EAのすべての側面を支援し、市場の状況に応じて適用する設定をアドバイスします。 以下の最適化された設定を使用すると、月平均16%から35%を獲得できます。 (過去2年間の平均) より多くの利
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
Confident trader
Abdallah Moustafa Hamdy Ahm Abdelrazek
Confident Trader は、マルチカレンシーの動向に対応するために綿密に設計された高度な自動取引システムであり、完全にお客様のニーズに適応可能です。高度なテクニカル分析を活用し、ロボットは過去およびリアルタイムのデータを評価し、潜在的なトレンド、主要なサポートおよびレジスタンスレベル、その他の市場シグナルを識別します。 このロボットは月曜日から金曜日まで毎日ポジションを開きます。すべてのポジションにはテイクプロフィット (Take Profit)、ストップロス (Stop Loss)、およびさまざまな設定が適用されており、アグレッシブまたはコンサバティブな取引スタイルに合わせて調整可能です。また、リカバリーシステムも搭載されています。 ロボットの起動プロセスを簡素化するため、すべての機能はデフォルト設定になっています。事前にテストされた設定を提供しており、ご希望の方にはDMで共有いたします。 特徴 すべてのブローカーに対応  人気のある資産: マルチカレンシー/株式/指数/貴金属  ロボットが毎日ポジションを開く  熟練したプログラマーが開発したテスト済み製品  クイックイン
Robin Hood EA は、GBPUSD ペア (期間 M5) 用の自動外国為替スキャルピング ロボットです。 このロボットは毎日平均 15 ~ 30 件の取引を開始します。 それは市場の活動次第です。 このロボットは、GBPUSD ペアにドットの後に 5 桁の引用符が付いているほぼすべての有名なブローカーと連携できます。 ロボットを通貨ペアのチャートに追加すると、市場を自動的に分析し、取引を自動的に開始および終了します。 取引は利食い、損切り、トレーリングストップを使用してサポートされています。 ロボットの利点: ロボットはマーチンゲールやグリッドを使用しません。 ロボットはほとんどの時間枠で取引します。 ロボットは GBPUSD ペアで取引します ロボットは1000ドルからの預金で取引します ロボットの設定では、ロボットが取引できる特定の時間を指定できます。 M5 の時間枠 ロボットの動作要件: 最小限のスプレッド。 ロボットは VPS にインストールするか、PC 上で 24 時間取引する必要があります。 ECNブローカーを使用することをお勧めします。 ロボットパラメータ
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 - 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
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
Resident
Aleksandr Shurgin
Resident Expert Advisor is a professional trading system designed for trading various currency pairs, metals, and indices. It takes into account the specific price behavior and volatility of the selected instrument. By adjusting the parameters, you can customize the advisor for any trading symbol. The advisor's input signals are calculated using specific data structures and proprietary algorithms. There is no artificial intelligence, machine learning, or quantum technology involved. We use excl
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   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 なら、それがすべて可能です! Bollinger Blitz を使用すると、プロのように外国為替市場で楽に取引することができます。 当社の完全に自動化された EA は、業界をリードする 2 つの指標、コモディティ チャネル インデックスとボリンジャー バンドで動作します。 統合されたストップロス機能とテイクプロフィット機能を使用して、これまで以上に迅速かつ安全にポジションを開きます。 Bollinger Blitz で間違いを犯すのをやめて、プロのように取引を始めましょう! エキスパートは、2022 年 1 月 1 日から 2023 年 1 月までの GBPUSD M5 履歴データでテストされました (MT4 での 1 年間のバックテスト)。 ダウンロードして自分でテストしてください。 GBPUSD M5 エントリーロット: 最小 0.1 ストップロス:
FREE
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
Alligator Trade X is an EA based on Alligator. Alligator parameters such as BuyJawsperiod1, BuyJawsshift1, BuyTeethsperiod1, BuyTeethsshift1,   BuyLipssperiod1, BuyLipssshift1, BuyShift1, BuyCandlestickShift1, BuyJawsperiod2, BuyJawsshift2, BuyTeethsperiod2, BuyTeethsshift2,   BuyLipssperiod2, BuyLipssshift2, BuyShift2, BuyCandlestickShift2, BuyJawsperiod3, BuyJawsshift3, BuyTeethsperiod3, BuyTeethsshift3,   BuyLipssperiod3, BuyLipssshift3, BuyShift3, BuyCandlestickShift3, SellJawsperiod1, Sell
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
EuroGeddon EA
Martin Alejandro Bamonte
EUROGEDDON EA – 卓越した安定性とリスク管理 EUROGEDDON EA は、 自動適応型インテリジェンス を搭載した全自動のトレーディングロボットで、小規模なアカウントでも安定的に成長できるよう設計されています。 資金の管理とリスクの制御に焦点を当て、あなたの口座をしっかりと守ります。 0.01ロットあたり200ドルという極めて低いリスク設定により、 低ドローダウンでの運用 を実現し、 試してみる価値のあるパフォーマンス を発揮します。 ぜひデモ版をダウンロードして、ご自身で体験してみてください。 バックテストだけに頼らず、私のチャンネルにあるデモアカウントで実際の動きをご確認ください。 経済指標発表中も安定稼働 高インパクトのファンダメンタル要因があっても、EAのロジックは動じません。 重要なニュース中でも、安定して稼働し続けます。 自動適応型インテリジェンス (これがニュース時にも強い理由です) あらかじめ設定されたエントリー間隔やTP(利確ポイント)は、通常時にはそのまま使用されますが、 ボラティリティの急変 を検知すると、リアルタイ
Endeavor EA does not use indicators. It trades the strategy based on trading by hours and the breakout of support and resistance levels. Logic of the EA: it trades during the active phases of the Asian, European and American sessions and allows you to capture almost all the daily trend. It analyzes the history and places pending orders to follow the market direction in case of a breakout. The EA provides the options to close orders by profit or by time. When the price moves in the favorable dire
このプロダクトを購入した人は以下も購入しています
Vortex Gold MT4
Stanislav Tomilov
4.93 (42)
Vortex - 未来への投資 Vortex Gold EAはメタトレーダープラットフォーム上で金(XAU/USD)を取引するために特別に作られたエキスパートアドバイザーです。独自の指標と作者の秘密のアルゴリズムを用いて構築されたこのEAは、金市場の有益な動きを捉えるように設計された包括的な取引戦略を採用しています。その戦略の主要な構成要素には、CCIやパラボリックインジケーターなどの古典的なインジケーターが含まれており、これらは理想的なエントリーポイントとエグジットポイントを正確に知らせるために連動します。Vortex Gold EAの核心は、高度なニューラルネットワークと機械学習テクノロジーです。これらのアルゴリズムは、過去のデータとリアルタイムのデータの両方を継続的に分析し、EAがより高い精度で進化する市場トレンドに適応し対応することを可能にします。ディープラーニングを活用することで、Vortex Gold EAはパターンを認識し、指標パラメーターを自動的に調整し、時間の経過とともにパフォーマンスを向上させます。Vortex Gold EAは、独自の指標、機械学習、適応可能な取
BB Return mt4
Leonid Arkhipov
5 (12)
BB Return — ゴールド(XAUUSD)取引のためのエキスパートアドバイザー(EA)です。このトレードアイデアは、以前に 裁量トレード で使用していたものを基にしています。戦略の中核は Bollinger Bands(ボリンジャーバンド) のレンジへの価格回帰ですが、機械的でも毎回のタッチでもありません。ゴールド市場ではバンドだけでは不十分なため、EA には弱い・機能しない相場状況を排除する追加フィルターが組み込まれています。回帰のロジックが本当に妥当な場合にのみ取引が行われます。   取引原則 — 本戦略ではグリッド、マーチンゲール、ナンピン(平均化)を使用しません。EA は 固定ロット または AutoRisk モードで動作します。BB Return はスプレッド、スリッページ、ブローカーの価格配信の違いに影響されにくく、 Standard、ECN、Pro、Raw、Razor など、あらゆるブローカー・口座タイプで使用できます。取引セッションに依存せず、 24時間稼働 します。   $ 359   は最終価格ではありません。 現在の価格で残りは5~7ライセンスのみです。
The Gold Reaper MT4
Profalgo Limited
4.61 (33)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポート
Gold Trade Pro
Profalgo Limited
4.61 (23)
プロモーションを開始します! 449ドルで残りわずかです! 次の価格: 599ドル 最終価格: 999ドル EA を 1 つ無料で入手 (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 の仲間入りですが、大きな違いが 1 つあります。それは、これが本物の取引戦略であるということです。 「実際の取引戦略」とは何を意味しますか?   おそらくお気づきかと思いますが、市場に出回っているほぼすべてのゴールド EA は単純なグリッド/マーチンゲール
Quantum King MT4
Bogdan Ion Puscasu
5 (4)
Quantum King 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     構造化グリッドの強さと適応型マーチンゲールのインテリジェンスを 1 つのシームレスなシステムに統合しました。M5 上の AUDCAD 用に設計されており、安定した制御された成長を望む初心者とプロフェッショナルの両
Live Signal:   https://www.mql5.com/en/users/varkotechnologies/seller MT5版:   https://www.mql5.com/en/market/product/164203 時間枠:       M1 通貨ペア:       XAUUSD Varko Technologiesは 企業ではなく、自由という哲学そのものです。 私は長期的な協力関係を築き、評判を高めることに興味があります。 私の目標は、変化する市場状況に対応するために、製品を継続的に改善・最適化することです。 ゴールドセーフEA     このアルゴリズムは複数の戦略を同時に使用しますが、主な理念は損失トレードとリスクの抑制に重点を置くことです。 取引の決済および管理には、複数の段階が用いられている。 Expertのインストール方法 EAからXAUUSD M1通貨ペアチャートにファイルを転送する必要があります。SETファイルは不要です。時間シフト値を設定するだけで済みます。 IC MarketsやRoboForexのようなブローカーを利用するなど
Indicement MT4
Profalgo Limited
5 (2)
Indicementへようこそ! プロップファーム準備完了! -> セットファイルを ここからダウンロード ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル NEW: Choose 1 EA for FREE! (limited to 2 trading account numbers) 究極のコンボディール   ->   こちらをクリック 公開グループに参加する: ここをクリック   VERSION 4.0 LIVE RESULTS OLD VERSION FINAL RESULTS INDICEMENT は、 専門的な取引アルゴリズムの作成における私の 15 年間の経験をインデックス市場にもたらします。 EA は、最適なエントリー価格を見つけるために非常によく考えられたアルゴリズムを使用し、取引のリスクを分散するために内部で複数の戦略を実行します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリング ストップロスとトレーリング テイクプロフィットも使用します。 このシス
AW Recovery EA
AW Trading Software Limited
4.35 (84)
Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
Saints Row Aggressive Scalperは、高速実行、精確なエントリー、そして変動の激しい市場での安定したパフォーマンスを求めるトレーダーのために構築された高頻度取引(HFT)エキスパートアドバイザーです。 XAUUSD(ゴールド)およびUSTEC(NASDAQ)に特化して設計されたこのEAは、精密かつアグレッシブなスキャルピングアプローチを使用して急速な価格変動を利用するように設計されています。流動性とボラティリティが最適な取引条件を生み出すニューヨーク取引セッション中に特に優れたパフォーマンスを発揮します。 重要:最高のパフォーマンスを得るために、このEAは低スプレッドと高速実行を備えたRAW / ECN口座で使用する必要があります。 Saints Row Aggressive Scalperが際立つ理由 機能 説明 高頻度スキャルピングエンジン 小さく安定した市場の動きを捉えるために高速取引を実行します。 最適化された取引商品 最大効率のためにXAUUSDとUSTECに特化して構築されています。 NYセッション最適化 流動性とボラティリティのピーク時に最高のパ
ORIX mt4
Leonid Arkhipov
4.75 (4)
ORIX System — GBPUSD 通貨ペアを対象に、 M5 タイムフレーム用として開発されたトレーディングロボットです。本EAは価格の動きと市場構造の要素を分析することに基づいており、標準的なテクニカル指標は使用しません。マーチンゲール、グリッド取引、逆張りによるナンピン、ヘッジ、ストップロスなしの取引、高頻度取引や無秩序な取引は一切行いません。 Live signals 主な要件および推奨事項 通貨ペア:GBPUSD タイムフレーム:M5 最低入金額:0.01 ロットでの取引時に 100 USD / EUR から ブローカー:高品質なレートを提供する信頼できる ECN ブローカー 口座タイプ:ECN / RAW / Razor(Netting および Hedging モード対応) VPS:EA を安定かつ継続的に稼働させるため推奨 推奨リスク:1 取引あたり 1%~5%(リスクは単一取引のストップロスに基づいて計算) 設定:デフォルト 取引ロジックとリスク管理 戦略タイプ:価格行動および市場構造の分析による重要な反転レベルの特定 標準的なテクニカル指標は使用しません すべ
GOLD Scalper PRO
Lachezar Krastev
4.48 (25)
ULTIMATE SALE! Get GOLD Scalper PRO with a huge –60% discount ! Special Ultimate Sale Price: $177 (Regular Price: $447 — You Save $270! Don't Miss!) Live Results:   https://www.mql5.com/en/signals/2353871 GOLD Scalper PRO is a fully automated trading system which takes much of the work out of trading, leaving you free to do other things! You should not be fooled by the low price – GOLD Scalper Pro is a very effective and profitable trading strategy, professionally developed especially for tra
Waka Waka EA
Valeriia Mishchenko
4.25 (48)
8+ years of live track record with +12,000% account growth: Live performance MT 5 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
Vortex Turbo EA MT4
Stanislav Tomilov
5 (10)
Vortex Turbo — 「嵐を操り、Vortexを制する」 Vortex Turboは、最先端のAIアーキテクチャ、適応型市場ロジック、そして精密なリスク管理を融合した独自の開発技術であり、インテリジェントトレーディングの新たな進化段階を体現しています。実績のあるアルゴリズム原理に基づき、複数の戦略を、新たなレベルの予測インテリジェンスを備えた統合型高速エコシステムに統合します。金(XAUUSD(GOLD))のスキャルピングエキスパートとして設計されたVortex Turboは、制御されたマーチンゲール法と平均化グリッドを採用し、各   ポジションは内蔵のストップロスによって完全に保護されています   。これにより、パワー、精度、安全性の完璧なバランスが確保されています。 非常に重要です!エキスパートをご購入後、プライベートメッセージをお送りください。必要な推奨事項をすべて記載した説明書をお送りします。 399ドルの価格は2月15日まで有効です。その後、価格は499ドルに引き上げられます。(最終価格は999ドルです) Vortex Turbo     Expert Adviso
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
One Gold MT4
Stanislav Tomilov
4.6 (15)
One Gold EA をご紹介します。これは、Meta Trader プラットフォーム上の洗練された金取引ロボットで、高度な市場分析でトレーダーを支援するために開発されました。当社の独自のテクノロジーは、ニューラル ネットワークとデータ駆動型アルゴリズムを活用して、過去およびリアルタイムの金市場データを分析し、意思決定に役立つ洞察を提供します。従来の手動戦略とは異なり、One Gold EA は最小限の介入で動作し、取引プロセスを合理化し、関連するリスクの削減を目指しています。高度なニューラル プラグインの使用によりロボットの分析機能が強化されますが、他の取引ツールと同様に、One Gold EA は利益を保証するものではないことに留意することが重要です。ただし、より情報に基づいたデータに裏打ちされた洞察を提供することで、取引パフォーマンスを向上させる可能性を考慮して設計されています。One Gold EA は、金市場を継続的に監視して、人間のトレーダーが見つけるのが難しいパターンや傾向を検出します。このシステムはさまざまな市場状況に適応できるため、特に金取引のような非常に不安定な環
The XG Gold Robot MT4 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
XGen Scalper MT4 - プロフェッショナル自動取引システム XGen Scalperは、高度なアルゴリズム構造と実証済みのテクニカル分析を組み合わせ、あらゆる市場で一貫した結果を提供する最先端のエキスパートアドバイザーです。この強力な取引システムは、外国為替ペア、金や銀などの貴金属、暗号通貨、商品指数で問題なく動作します。 高度なアルゴリズム技術 独自の波動スキャンアルゴリズムは、市場データをリアルタイムで処理し、手動の投資家が見逃しがちな、可能性の高い取引機会を特定します。このシステムは、変化する市場の状況に絶えず適応し、トレンド、レンジ、ボラティリティの高い環境でも効果的に機能します。 ユニバーサルな互換性 特定のペア向けに設計された従来の EA とは異なり、XGen はすべての商品で優れたパフォーマンスを発揮します。 プロフェッショナルなコントロールパネル リアルタイムの口座指標、詳細な取引統計、システムステータスを表示する洗練されたインターフェースで、取引パフォーマンスを監視します。統合された波形視覚化により、システムが市場の状況をどのように解釈し
Gold Hunter Pro is an automated trading system for XAUUSD designed for MetaTrader 4 and MetaTrader 5. The Expert Advisor uses a breakout-based execution model. It analyzes structural price levels and places pending orders only when predefined market conditions are met. The system is designed for intraday trading and does not use martingale, grid, averaging, progressive lot increase, or hidden recovery logic. Pricing Policy Base price: 299.99 USD (7/10 copies left) Final price: 999.99 USD The tot
SentinelAI
Valeriia Mishchenko
No losing months since August 2019, with a 2.04% monthly gain: Live performance MT 5 version can be found here Sentinel AI is fully automated trading system is built for major forex pairs such as EURUSD and GBPUSD on the M5 timeframe. By combining price action and mean reversion principles with advanced AI-driven analytics, it is designed to identify potential trend reversals and exploit market inefficiencies with greater accuracy and efficiency. Supported currency pairs: EURUSD, GBPUSD Timefram
Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
Forex GOLD Investor
Lachezar Krastev
4.47 (51)
ULTIMATE SALE! Get Forex GOLD Investor with a huge –60% discount ! Special Ultimate Price: $217 (Regular Price: $547 — You Save $330!) Forex GOLD Investor is one of the best expert advisors developed to trade on GOLD(XAUUSD) in the forex market. Forex GOLD Investor consists of 3 trading systems . The first one is based on scalping trading strategy, the second system has time based dependency which opens up to 2 trades at a time and the third system is based on breakout strategy. It has been t
AI Prop Firms - Intelligent Automation Built for   Prop Trading Firms . AI Prop Firms is an advanced fully automated Forex trading system powered by   Artificial Intelligence , developed specifically to operate within the strict rules and evaluation models of prop trading firms. The system is designed to trade under controlled risk conditions while   maintaining consistency , stability, and compliance with prop firm requirements. AI Prop Firms uses intelligent market analysis logic that continu
Pattie Opening Range Breakout (ORB) is a range of price variation, which for each session, it generates a combination of support and resistance levels, positioning itself in favor of breaking out of the bands, when it is exceeded on the upside is a signal to buy or enter long and when it is exceeded on the downside it is a signal to sell or enter short. Pattie Break Out  EA  is a specialized trading tool designed to automate  time session-based breakouts . The EA operates by drawing a price rang
ULTIMATE SALE! Get Infinity Trader EA with a huge –60% discount ! Special Ultimate Price: $217 (Regular Price: $547 — You Save $330! Don't Miss!) 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 fundamental analysis. It actively adapts to ever-changing market conditions, identifying statistically significant price patterns with remarkab
AW Breakout Catcher EA
AW Trading Software Limited
4.5 (6)
インジケーターシグナルAWBreakoutCatcherで取引するアドバイザーは、動的サポートとレジスタンスレベルの戦略ブレイクアウトに取り組んでいます。注文でStopLossとTakeProfitが修正されました。オプションで、平均化を使用できます。選択した期間と3種類の通知を処理する機能があります。 利点: あらゆる種類の取引商品と任意の時間枠で機能します それは時間通りに働き、滑りと最大の広がりを制限する機能を持っています 簡単なセットアップと直感的なパネルインターフェース 手動で開いた位置の追跡に適しています さまざまなカスタマイズオプションストップロスとテイクプロフィット オプションで平均化を使用できます 手順と説明->   ここ /MT5バージョン->   ここ 入力設定: 主な設定 成功率-注文を開くための成功率。インジケーターが指定した値よりも小さい場合、アドバイザーは注文を開始しません 注文ロット-開く注文量 自動ロット計算を有効にする-自動ロット計算を使用します。この機能を使用すると、預金を変更するときにリスク設定を保存できます 0.01ロットあたりのオートロット
Pattie US30 CrossOver EA is Easy to use and supervise Fully customizable moving average settings It implements two different trading behaviors Customizable break-even, SL, TP and trailing-stop Works for ECN/Non-ECN brokers Works for 2-3-4-5 digit symbols Trading can be NFA Compliant Trades can be closed on opposite signals Filter trading by weekdays and hours Built-in money management (Coming Soon) The EA implements four different behaviors: Regular: Buy on bullish crossovers and sell on bearis
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
Tom Scalper - The Trendline Breakout Expert Advisor Overview: Tom is an Expert Advisor designed for Gold (XAUUSD) trading. It uses a single trendline to determine the trend and incorporates pattern recognition to identify breakout conditions. Built for traders seeking a structured approach, Tom follows predefined criteria to execute trades based on market movements. Join My MQL5 Channel for the Latest Updates! Live Signal :   https://www.mql5.com/en/signals/2361938 Pricing Launch Price : $199
Dark Algo
Marco Solito
4.66 (67)
Last copy at 399$ -> next price 499$ Dark Algo  is a fully automatic Expert Advisor for Scalping Trading on Eurusd and Gbpusd . This Expert Advisor is based on the latest generation of algorithm and is highly customizable to suit your trading needs.  If you   Buy this Expert   Advisor you can   write a feedback   at market and   get   a second EA for   Free , for More info contact me The basic strategy of this EA is built on a sophisticated algorithm  that allows it to identify and follow market
Theranto v3
Hossein Davarynejad
5 (1)
//////  THEHRANTO V3  /////// ****  Important ****** This robot is equipped with a professional News Filter. During backtests, all important economic events are detected and trades are filtered before and after high-impact news. While backtests show reduced risk during news releases, the best way to verify real performance is through live signals       https://www.nxfx.ca/                                                                                                                         
作者のその他のプロダクト
Darvas Box Long/Short EA - Version 3.2 Overview The Darvas Box Long/Short EA is a robust, automated trading robot built for MetaTrader 4 (MT4), inspired by Nicolas Darvas' legendary breakout strategy from the 1950s. It scans for momentum-driven breakouts (long) and breakdowns (short) using dynamic "boxes" formed from recent price highs and lows, enhanced with an ATR-based buffer for volatility filtering. This EA is fully universal—compatible with any currency pair (e.g., EURUSD, GBPUSD, XAUUSD
Aurum Memory EA — Swing-Trading Intelligence for XAUUSD What it is A fully-automated MetaTrader 5 Expert Advisor engineered exclusively for gold (XAUUSD). Uses a proprietary “market-memory” algorithm to locate and trade the most respected Daily support-and-resistance zones. Designed for swing trades that can run from several hours to a few days—no scalping, no martingale, no grid. How it works Daily scan: Each new candle, the EA maps the last 6-12 weeks of price action to mark key highs, lows,
フィルタ:
レビューなし
レビューに返信