Manual Order Manager PRO XAU

Operating Principle

Manual Order Manager PRO XAU is an Expert Advisor for MetaTrader 5 designed to automatically manage trades opened manually by the trader.

The EA does not decide when to buy or sell. The user analyzes the market, chooses the direction, sets the lot size, and opens the position manually. From that point on, the system monitors the trade and applies the configured protection and management rules.

The goal is to help the trader maintain a more disciplined approach to trade management, reducing the need to manually adjust Stop Loss, Break Even, and other protections throughout the trade.

Main features include:

  • automatic initial Stop Loss and Take Profit;
  • Break Even with a small positive lock;
  • additional protection for trading costs;
  • volatility-based trailing stop;
  • MFE and MAE monitoring;
  • progressive profit protection;
  • partial position closing;
  • management of multiple open positions;
  • optional Recovery Basket;
  • optional Basket Break Even;
  • visual panel with trade information;
  • detailed logs for later analysis.

The EA manages only the symbol of the chart where it is installed. The XAU version is specifically calibrated for gold trading.

Main Advantages

  • The trader remains in control: the EA does not generate signals and does not decide BUY or SELL.
  • Automatic management after entry: reduces the need to manually monitor every price movement.
  • Progressive protection: as the trade develops, the EA can improve the protection level.
  • Volatility-based trailing: uses ATR to adapt Stop Loss distance to current market conditions.
  • Multiple-position management: can monitor several positions on the same symbol.
  • Manual intervention is respected: the trader can modify or remove protections when required by the trading strategy.
  • Optional recovery strategies: Recovery Basket and Basket Break Even can be enabled or completely disabled.
  • Detailed records: logs help identify what the EA did and why each action was executed.
  • Internal timeframes: the management logic does not depend on the chart timeframe selected by the user.
  • Designed for assisted manual trading: the EA supports the trader instead of replacing market analysis.


###Recovery Safety Triggers

The EA uses two dedicated manual lot-size triggers to activate its basket protection mechanisms.

0.02 lot — Recovery Basket: when there is an existing losing basket with at least two eligible positions, a new manual 0.02 lot position opened in the opposite direction can activate Recovery Basket mode. Once armed, the EA monitors all basket members together, including eligible existing and new positions. The basket is only closed when the estimated consolidated net result is positive and reaches the configured target, after considering estimated exit costs, commission, slippage reserve and an additional safety buffer. The system does not intentionally close the Recovery Basket at zero or negative net result.

0.01 lot — Basket Break Even: a new manual 0.01 lot position opened in the same direction as an existing eligible position can activate Basket Break Even mode. This mode is designed to recover a stressed same-direction basket as a single unit. While active, individual profit-management actions are suspended for basket members and the EA prioritizes consolidated basket protection, including fixed break-even protection when its conditions are reached. Automatic basket closure also requires a positive net result after estimated costs and the configured safety buffer.

The two protection modes are mutually exclusive: only one basket strategy can remain active at a time. Both trigger lot sizes and their protection parameters can be adjusted in the EA inputs.




Input Parameters

General Management

  • MANAGE_ONLY_CHART_SYMBOL — when enabled, the EA manages only the symbol of the chart where it is attached.
  • MANAGE_MODE — defines which positions may be managed by the EA.
  • MANUAL_MAGIC — Magic Number used to identify manual positions or specific groups.
  • MANAGED_MAGIC_LIST — optional list of authorized Magic Numbers.

Initial Stop Loss and Take Profit

  • APPLY_INITIAL_SL_IF_MISSING — enables or disables automatic initial Stop Loss placement.
  • INITIAL_SL_PCT — percentage distance of the initial Stop Loss.
  • APPLY_INITIAL_TP — enables or disables the initial Take Profit.
  • INITIAL_TP_PCT — percentage distance of the initial Take Profit.
  • ALLOW_INITIAL_SL_BROKER_ADJUST — allows small adjustments required to comply with broker trading rules.

Break Even

  • BE_TRIGGER_PCT — profit percentage required to activate Break Even.
  • BE_LOCK_PCT — positive percentage the EA attempts to lock after Break Even activation.

Trading Cost Protection

  • COST_BUFFER_TRIGGER_PCT — profit level required to activate additional cost protection.
  • COST_BUFFER_PCT — protection margin used to help cover spread, commission, and other trading costs.

Time-Based Protection

  • LOCK_AFTER_MIN — minimum time, in minutes, before the additional time-based protection may be applied.
  • LOCK_30M_PCT — protection percentage used by the time-lock module.

Trailing Stop

  • TRAIL_START_PCT — minimum profit required to start trailing.
  • TRAIL_MIN_PCT — minimum percentage trailing distance.
  • TRAIL_ATR_PERIOD — ATR calculation period.
  • TRAIL_ATR_K — ATR multiplier used to calculate the dynamic trailing distance.

MFE Profit Guard

  • MFE_START_PCT — minimum favorable movement required before MFE protection begins.
  • MFE_LEVEL_2_PCT — second position development level.
  • MFE_LEVEL_3_PCT — third level.
  • MFE_LEVEL_4_PCT — fourth level.
  • MFE_LOCK_RATIO_1 to MFE_LOCK_RATIO_4 — defines how much of the best favorable movement may be converted into protection at each stage.

Regression and Partial Closing

  • REGRESSION_TRIGGER_COUNT — number of valid regressions required before a partial close.
  • PARTIAL_CLOSE_PCT — percentage of the position to be closed.
  • REGRESSION_NEAR_LEVEL_PCT — distance used to determine whether price has returned close to the protection area.
  • REGRESSION_REARM_DISTANCE_PCT — distance required before another regression can be counted.
  • REGRESSION_MIN_SECONDS_BETWEEN — minimum time between two valid regression events.
  • POST_PARTIAL_REARM_PCT — distance required to rearm the logic after a partial close.
  • POST_PARTIAL_EXIT_NEAR_PCT — distance from the protection area used in the management of the remaining position.

Time Stop and Failsafe

  • TIME_STOP_MIN — time used by the prolonged-position management module.
  • TIME_STOP_CLOSE_ON_WEAKNESS — enables or disables automatic closing due to weakness after the defined time.
  • DURATION_FAILSAFE_MIN — time threshold for the additional safety module.
  • FAILSAFE_CLOSE_IF_PROFIT — defines whether the failsafe module may automatically close a profitable position.

Recovery Basket

  • RECOVERY_BASKET_MODE — controls the Recovery Basket module:
    • RBM_OFF — disabled;
    • RBM_MONITOR_ONLY — monitors and logs only;
    • RBM_ACTIVE — active management.
  • RECOVERY_TRIGGER_LOT — lot size used as the strategy trigger.
  • RECOVERY_TARGET_BALANCE_PCT — positive basket target based on account balance percentage.
  • RECOVERY_MIN_NET_PROFIT_MONEY — minimum net profit required.
  • RECOVERY_CLOSE_SAFETY_BUFFER_MONEY — additional safety buffer before basket closing.
  • RECOVERY_EXIT_SLIPPAGE_RESERVE_PCT — reserve used to account for possible slippage during basket closing.

When Recovery Basket is set to RBM_OFF , the configured trigger lot can be used as a normal lot size.

Basket Break Even

  • BASKET_BE_MODE — controls the Basket Break Even module:
    • BBE_OFF — disabled;
    • BBE_MONITOR_ONLY — monitoring only;
    • BBE_ACTIVE — active management.
  • BASKET_BE_TRIGGER_BY_LOT_ENABLED — enables or disables activation by lot size.
  • BASKET_BE_TRIGGER_LOT — lot size used as the Basket Break Even trigger.
  • BASKET_BE_POSITION_BE_TRIGGER_PCT — profit required before a fixed Break Even can be applied to a basket position.
  • BASKET_BE_TARGET_MONEY — basket target when monetary mode is selected.
  • BASKET_BE_TARGET_BALANCE_PCT — alternative target based on account balance percentage.
  • BASKET_BE_MIN_POSITIVE_MONEY — minimum positive amount required.
  • BASKET_BE_CLOSE_SAFETY_BUFFER_MONEY — additional safety buffer before closing.
  • BASKET_BE_EXIT_SLIPPAGE_RESERVE_PCT — reserve used to account for possible execution differences.

When BASKET_BE_MODE = BBE_OFF , the configured trigger lot is treated as a normal lot size.

Logs and Panel

  • ENABLE_EXPERT_PRINT — enables messages in the MetaTrader 5 Experts/Journal tabs.
  • ENABLE_TEXT_LOG — enables text log files.
  • ENABLE_CSV_AUDIT — enables CSV audit files.
  • TIMER_SECONDS — interval used by the main management routine.

Important Notice

This Expert Advisor is a trade management tool.

It does not provide BUY or SELL signals and does not guarantee financial results.

The decision to enter a trade, the direction, position size, and risk level remain entirely under the trader's responsibility.


Prodotti consigliati
Veron Link Slave – Synchronized Grid, Martingale & Breakout Management Short Description Advanced synchronization tool designed to manage Grid, Martingale, and Breakout EAs. Automatically sends close-basket signals to the Master account upon profit target completion, minimizing slippage across different brokers. Full Description Veron Link Slave is a specialized utility developed to enhance the execution efficiency and risk management of multi-account or multi-broker trading setups. It is desig
## Operating Principle **Manual Order Manager PRO BTC** is an Expert Advisor for MetaTrader 5 designed to **automatically manage trades opened manually by the trader**. The EA does not decide when to buy or sell. The user analyzes the market, chooses the direction, sets the lot size, and opens the position manually. From that point on, the system monitors the trade and applies the configured protection and management rules. The goal is to help the trader maintain a more disciplined approach
INTRODUCTORY LAUNCH OFFER: $139 • Exclusive introductory price for the first 10 copies only. • Price will be permanently adjusted to $279 after the first 10 activations. • Next price step: $199 -> Final price: $279. Fortress Risk Manager is an institutional-grade, all-in-one Capital Protection and Risk Management Cockpit built natively for MetaTrader 5. Engineered specifically for prop firm challenge accounts, funded trader programs, and discipl
DDKiller Pro
Njaratahiry Michael Randrianiaina
Stop Blowing Your Account. Once and For All. DDKiller Pro is the MT5 risk guardian that runs silently on your chart and shuts down trading the moment you hit a limit — whether you're grinding a prop firm challenge or managing your own CFD account. The problem every trader knows: You set your rules. You break them anyway. One revenge trade. One overleveraged position. One session that erases a month of gains. DDKiller Pro removes that decision from your hands entirely. What it does: The second yo
Easy Trade Executor è uno strumento per il calcolo rapido della dimensione della posizione, l'esecuzione degli ordini e la gestione delle operazioni in MT5. Posiziona i livelli di Open Price, Stop Loss e Take Profit direttamente sul grafico, ottieni il calcolo automatico della dimensione della posizione e apri operazioni con un rischio controllato in pochi clic. Perché scegliere Easy Trade Executor? Easy Trade Executor è stato progettato per i trader che desiderano qualcosa di più del semplice
RiskCopilot
Carlos Adrian Feged Zapata
ITALIANO RiskCopilot Utility - Il Tuo Assistente di Trading Intelligente "Vedi il Tuo Rischio. Padroneggia il Tuo Trading." RiskCopilot Utility è la soluzione definitiva per la gestione del rischio e il dimensionamento delle posizioni per MetaTrader 5. Questo assistente di trading completo fornisce calcoli in tempo reale, strumenti avanzati di valutazione del rischio e analisi professionali senza controllare le tue decisioni di trading. Perfetto sia per trader principianti che professional
Trade Manager G2 MT5
Ida Bagus Putu Mahardika
TRADE MANAGER G2 – PRODUCT DESCRIPTION By Ida Bagus Putu Mahardika Trade Manager G2 – All-in-One Trading Panel for Professional Execution & Risk Management Trade Manager G2 is a next-generation trading panel designed to give you full control over order execution, position management, and profit optimization in real time on MetaTrader 5. With a modern card-based user interface and individual TP actions per level, this panel elevates your trading experience to the next level. KEY ADVANTAGES OF
Talents ATR Scalper Utility (MT5) The Talents ATR Scalper Utility is a professional-grade trade execution and management tool built for MetaTrader 5. Inspired by the Biblical Parable of the Talents , this utility is designed to help traders multiply their potential with precision risk control, one-click simplicity, and advanced automation. Whether you’re scalping forex, gold, or indices, this tool delivers speed, consistency, and confidence. Key Features One-Click Trade Preview Click below price
Short Description A professional MT5 trade management dashboard for managing open trades, risk, trailing stop, break-even, partial close, daily loss guard and trade history directly from the chart. Full Description Smart Trade Manager Dashboard MT5 is a professional trade management panel built for traders who want faster control, clearer account visibility and stronger risk discipline directly from the chart. It is not a signal system and it does not open trades automatically. The dashboard foc
Rhino Backtest Manager - pannello di gestione delle operazioni per il trading reale e lo strategy tester Rhino Backtest Manager è un pannello di gestione delle operazioni che funziona sia nel trading reale sia nello strategy tester di MetaTrader 5. Consente di inviare e seguire gli ordini manualmente all'interno del tester con la stessa interfaccia usata su un conto reale, così una strategia può essere verificata sui dati storici e poi operata senza cambiare strumento. Il pannello calcola il vo
## Product Title ``` SuperDOM — Advanced Depth of Market Trading Panel ``` --- ## Short Description  ``` Professional SuperDOM panel for MT5. Interactive price grid with one-click BUY/SELL/FLAT, pending orders on any level, Trailing Stop (ATR or fixed), and 5 draggable info panels. Works with US Stocks, CFDs, Metals, Indices and B3. Auto-detects resolution (4K/2K/FHD/HD). ``` --- ## Full Description  ### Overview SuperDOM is a professional Depth of Market trading panel for MetaTrader 5.
The Gold Space
Ayush V Jain
5 (6)
LIVE SIGNAL REACHED NEW HIGH Live Signal on Vantage https: // www.mql5.com/en/signals/2378090 https: // www.mql5.com/en/signals/2378091 live signal is running mode/option 1 with autolot 2 % risk. Join telegram group   https://t.me/+UaALtDiYMb4xYTk1 Overview:  The Gold Space is a fully automated, professional-grade Expert Advisor specifically engineered for the XAUUSD (Gold) market. Designed natively for MetaTrader 5, this EA capitalizes on high-probability volatility expansions using a precise,
Aathmaa Algo
Deivanayagam Deivanayagam Arumugam
Aathmaa Algo — Fixed-Risk Multi-Symbol Expert Advisor     Check the live signal   ·   Read the setup guide   ·    Trade what the market gives you. Risk only what you decide in advance. AATHMAA is a multi-symbol EA built on one rule: every position opens with a fixed, known stop-loss, and every winning position is managed forward for as long as the market agrees with it. No averaging down, no martingale, no widening stops to "wait out" a loss. Runs on  USDJPY, GBPUSD, EURUSD, and XAUUSD  simul
This EA is there to take your trade closing stress away. Quickly close as many trades as you have opened at the click of a button, INCLUDING PENDING ORDERS. This works on the MT5 platform whether it be currencies, Indices, stocks or Deriv synthetic indices. I have saved it under utilities as it is a utility, however, to install this, you have to save the file in you "EA" folder. That is; Go to "File", then "Open Data Folder", "MQL5" and then "Experts". Paste this file there. Restart MT5 and you'
BulkOp Trade Manager
Ahmed Jumaa Saif Ali Almheiri
BulkOp Trade Manager Trade faster. Manage smarter. Close with confidence. BulkOp Trade Manager is a powerful MT5 utility EA built for traders who need speed, control, and clean execution directly from the chart. It is designed for active manual traders, scalpers, gold traders, and anyone who wants to manage multiple positions with less delay and fewer clicks. Why BulkOp? Ultra-fast Buy and Sell execution One-click Bulk Close Profit One-click Bulk Close Loss Keyboard trading control Bulk order e
Capital Manager
Pham Cong Chinh
Capital Management EA – Smart Risk Management & Profit Optimization for MT5 Take control of your trading capital with smart, automated strategies — fully optimized for MetaTrader 5 (MT5). Looking to protect your capital and maximize profits through automated money management strategies ? Capital Management EA is the all-in-one Expert Advisor for MetaTrader 5 (MT5) that helps you trade smarter, not harder. Core Features: 5-in-1 Capital Management Strategies – Built-in versatility Gr
Bneu News Filter Pro
Marvinson Salavia Caballero
Bneu News Filter is a trading utility for MetaTrader 5 that monitors economic calendar events and manages trading activity during high-impact news releases. The utility provides automatic position protection, real-time spread monitoring, and optional news trading functionality through a visual panel interface. Main Functionality Economic Calendar Integration Automatic retrieval of economic calendar events from the MetaTrader 5 built-in calendar. Monitors 8 major currencies: USD, EUR, GBP, JP
Trading Utility for Forex Currency Pairs Only not for Gold  Functions Auto Lot Calculation based on Risk Auto stoploss  Auto TakeProfit Breakeven Auto Close Half % Close in percentage with respect to the PIPs Pending Orders BuyLimit Sell Limit with distances BuyStop Sell Stop    with distances Trading Informations Risk in percentage For Multiple trades Combine Takeprofit and Combine Stoplosses
Pattern Recognition EA
Claudiu-georgian Zavera
Pattern Recognition EA - From Learn to Earn. The market repeats itself. This EA finds every past repeat of the current candle sequence - and lets history vote the direction. ONE SHAPE. EVERY REPEAT IN HISTORY VOTES. The last N candles on your signal timeframe form a shape. The EA scans the history you choose - a fixed number of bars or everything your broker provides - for the SAME shape, and checks what happened next, every single time. Only when enough repeats exist AND a clear majority of t
The Ultimate All-In-One Trade Manager & Prop Firm Guardian for MT5. Nexus Pro Trade Manager is the most advanced, all-in-one trading assistant designed for both manual traders and Prop Firm challengers. Featuring a stunning, lag-free UI (Dark/Light mode), it completely transforms your MT5 into a professional trading terminal. Whether you are trading a personal account or trying to pass evaluations for FTMO, FundedNext, or other prop firms, Nexus Pro protects your capital, automates your risk cal
Trading panel for manual trading. Has a fairly wide functionality. Allows you to automatically calculate the order size, open both market and pending orders. It has a wide range of options for closing orders, it is possible to partially close orders, close orders after reaching a certain profit or loss, separately close profitable and unprofitable, buy and sell, as well as pending orders. The panel also contains a simple implementation of a grid of pending orders, reverse and lock functions, tr
Risk Trade Management Panel
Yim Chung Eric Liong Wee Kwong
Risk Panel is an on-chart position sizing, order execution and trade management utility for MetaTrader 5. Additional materials and instructions Instructions It is built for discretionary traders who choose their own entries but want to calculate volume, prepare orders and manage positions directly from the chart. The panel does not provide trading signals and does not choose when to trade. How it works Enter the amount you want to risk, in money or as a percentage of your balance or equity. Pos
Fast execution utility for manual traders. Drag-and-drop visual trading, split take-profits, and single-ticket management system. Speed, Precision, and Risk Control. KAB Trade Manager is built for traders who need to execute fast but keep risk tight. It integrates all essential tools into floating, collapsible windows. Core Functions: Instant Order Execution:   Market and Pending orders with automatic Lot sizing based on SL distance. Focus Ticket Manager:   A dedicated window to monitor and mana
Risk-o-meter is a Risk calculator Panel designed to help people who are new to trading, better understand how much they are risking for potential profit or loss. Inputs: 1. Enter your Risk in % or currency 2. Enter your Return Ratio 3. Enter your Lot Size Results: 1. SL line 2. TP Line Features: 1. By moving the SL line, lot size will adjust to keep Risk fixed. 2. By moving the TP line, Risk Ration will adjust to keep Risk fixed.  
Orphira Gold
Mohammad Reza Rezaei
Orphira Gold is an automated trading system developed specifically for gold trading in MetaTrader 5. It combines adaptive trade management, equity-based position sizing and several layers of portfolio protection in one straightforward Expert Advisor. The system continuously evaluates market conditions and opens trades only when its internal requirements are met. When a position moves against the expected direction, Orphira Gold may use carefully spaced recovery positions. Every additional order
LotCalculatorPro
Reynaldo Jr Audencial Pascual
LotCalculatorPro + Smart Trading Panel LotCalculatorPro è un potente assistente di trading all-in-one progettato per semplificare la gestione del rischio, il calcolo della dimensione del lotto e l’esecuzione delle operazioni direttamente dal grafico. Questo strumento aiuta i trader a controllare il rischio, calcolare dimensioni di lotto precise e gestire automaticamente le operazioni grazie a funzionalità intelligenti come Break-Even, chiusura parziale e protezione del profitto/perdita giornalie
This tool will perform Trailing stop loss and Break even management for orders. Helps you limit or reduce the time spend watching orders on the screen, especially when you need to go to sleep. Just add this EA to 1 chart, you can manage all pairs. You can filter orders by comment, magic number, symbol and order ticket number. When Breakeven it can add shift/offset pips (to cover the commission...). You can try in strategy tester before purchase. The EA will add Buy and Sell alternately, so you
CYGNIX RISK GLADIATOR — Professional Trade Manager & Risk Guardian for MT5 Guard every position. Manage every trade. Sleep at night. Cygnix Risk Gladiator is a professional-grade position management Expert Advisor that watches every open trade on your account and automatically applies institutional-level risk controls in real time. It does not generate signals — it protects, manages, and exits trades opened by you, your strategies, or any other EA. Built for IC Markets and fully compatible w
Manus Pro
Itumeleng Mohlouwa Kgotso Tladi
MANUS PRO EA The Trading Revolution You've Been Waiting For Are you TIRED of watching other traders make consistent profits while your account bleeds red?   The financial markets don't wait for anyone – and neither should you. MANUS PRO isn't just another Expert Advisor... it's your   TICKET TO FINANCIAL FREEDOM . Why MANUS PRO is Different (And Why Everyone's Talking About It) FOR BEGINNERS: Your Trading Mentor That Never Sleeps Zero Learning Curve   – Install, activate, and watch it wo
Ultimate Pro Trading Panel — All-In-One Manual & Grid Trading Dashboard Pro Trading Panel   is an all-in-one on-chart control panel that gives discretionary and semi-automated traders a complete toolkit for entries, exits, risk management, and grid trading — without leaving the chart. Every function is visual, draggable, and updates in real time. If you want to test this utility feel free to download the basic preview version of this tool here:  https://www.mql5.com/en/market/product/181435 Who
Gli utenti di questo prodotto hanno anche acquistato
FarmedHedge Pair Trading Dashboard
Tanapisit Tepawarapruek
5 (5)
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https://www.mql5.com/en/signals/2356404 - Farmed Hedge Yield V Copy:  https://www.mql5.com/en/signals/2357156 IMPORTANT NOTICE: FarmedHedge is a MANUAL-FOCUSED TRADING UTILITY ,not a fully automated EA. Results shown on this Signal include manual trades and overall strategic management.
YuClusters
Yury Kulikov
4.93 (43)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
HINN Lazy Trader
ALGOFLOW OÜ
5 (1)
The core idea: using the user interface, you configure the parameters the chart must meet before entering a position (or positions), choose which entry models to use, and set the rules for when trading and planning should end. Lazy Trader  handles the rest: it  takes over all the routine chart watching and execution! full description  :: 3 key videos [1] ->  [2]   ->  [3] What can it do? - Understands Larry Williams market structure - Understands swing market structure by Michael Huddleston
Adam FTMO MT5
Vyacheslav Izvarin
5 (2)
ADAM EA Special Version for FTMO Please use ShowInfo= false for backtesting ! Our 1st EA created using ChatGPT technology Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Tested on EURUSD and GBPUSD only  Use 15MIN Time Frame Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94362 --------------------------------------------------------------------------------
Check EA performance  https://www.mql5.com/en/signals/2376164?source=Site +Profile+Seller Spot vs Future Arbitrage EA for MT5 Spot vs Future Arbitrage EA is an automated Expert Advisor designed for MetaTrader 5 that operates using price differences between Gold spot and Gold futures instruments. The strategy opens positions on both instruments simultaneously to take advantage of temporary differences between spot and futures prices. Requirements The trading account must provide both Gold spot
FRATO Smart GEX Gamma Exposure 0DTE Dashboard
Francisco Felipe Alves Da Silva Rocha
Porta il tuo trading a un livello istituzionale con FRATO Smart GEX. Non si tratta di un semplice indicatore tecnico basato su medie mobili o oscillatori ritardati. È uno strumento di intelligence quantitativa che analizza il posizionamento dei principali market maker attraverso l'analisi in tempo reale di GEX (Gamma Exposure) e Open Interest (OI). Scopri dove i grandi operatori stanno spingendo il prezzo e identifica le zone di supporto e resistenza invisibili al classico grafico a candele!
Mirror EA for MT5
Eugenio Bravetti
The new version of  MirrorSoftware 2021  has been completely rewriten and optimized.  This version requires to be loaded only on a single chart because  it can detect all actions on every symbol and not only the actions of symbol where it is loaded. Even the  graphics and the configuration mode  have been completely redesigned. The MirrorSoftware is composed of two components (all components are required to work):  MirrorController  (free indicator): This component must be loaded into the MASTER
1. Record the price data for each Tick transaction. Data file contents: "Tick time", "ASK price", "BID price", "SPREAD SPREAD", "Tick quoted quantity". 2. Meanwhile, generate a quotation data file with a 1-minute period. Content of 1min data file: "ASK time", "ASK OPEN price", "ASK HIGH price", "ASK LOW price", "ASK CLOSE price", "BID time", "BID OPEN price", "BID HIGH price", "BID LOW price", "BID CLOSE price", "Tick quoted quantity". 3. Save all quotation data in one file every day, which is c
Mt5BridgeBinary
Leandro Sanchez Marino
I automated its commercial strategies for use of binary in MT5 and with our Mt5BridgeBinary I sent the orders to its Binary account and I list: begin to operate this way of easy! The expert advisers are easy to form, to optimize and to realize hardiness tests; also in the test we can project its long-term profitability, that's why we have created Mt5BridgeBinary to connect its best strategies to Binary. Characteristics: - It can use so many strategies as I wished. (Expert Advisor). - He does
FiboPlusWaves MT5
Sergey Malysh
5 (1)
FiboPlusWave Series products 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).    Features: without delving into the Elliott wave theory, you can immediately open one of
Xrade EA
Yao Maxime Kayi
Xrade EA is an expert advisor as technical indicator. For short period trade it's the best for next previsions of the trend of the market. +--------------------------------------------------------------------------------------- Very Important Our robot(data anylizer) does'nt take a trade procedure. If using only our robot you must take positions by yoursels +--------------------------------------------------------------------------------------- The technical indiator provide for a given sma
News: IDEA 2.0 is out with lot of features, like telegram bot notifications and Limits order! Check the changelog at bottom of page (*). Hi all, here you can find my Expert Advisor, called IDEA  (Intelligent Detection & managEr Algorithm) . In short, with this software you can: Have   a clear view of market status , with an indication of current trend. Simply add symbols you want to monitor to your market watch, and IDEA will notify you if some of them are in trend; Have an   automatic lots ca
Binance Full Trader
Arash Rezaeian
2 (1)
Binance Full Trader is developed for connection to your Binance account and get data, draw price charts and trade easily with any strategy by an indicator. A user-friendly interface has developed for it and has tried to give access to the necessary information such as open orders and wallet balances. ·        There are two sample indicators (one for trade signal and another for price) that you can download it from these links: https://drive.google.com/file/d/1w2CGuu3rArWKMhS9LkepT9zhVkGR1AO7/vie
PROMOTION!! $499 until 1 Mar. After that, EA will be $1,050 Developed and tested for over 3 years, this is one of the safest EAs on the planet for trading the New York Open. Trading could never be easier.  Trade On NASDAQ US30 (Dow Jones Industrial Average) S&P 500  What Does The EA do? The EA will open a Buy Stop Order and a Sell Stop Order(With SL and TP) on either side of the market just a few seconds before the NY Open.  As soon as 1 of the 2 trades is triggered, the EA automatically delete
Market book saver
Aliaksandr Hryshyn
Saving data from the order book. Data replay utility: https://www.mql5.com/en/market/product/71640 Library for use in the strategy tester: https://www.mql5.com/en/market/product/81409 Perhaps, then a library will appear for using the saved data in the strategy tester, depending on the interest in this development. Now there are developments of this kind using shared memory, when only one copy of the data is in RAM. This not only solves the memory issue, but gives faster initialization on each
All in one Keylevel
Trinh Minh Tung
5 (1)
Instead of sticking to the Charts,let's use ALL IN ONE KEYLEVEL Announcement: We are pleased to announce the latest version 14.02 of the One In One Keylevel product. This is a reliable product that has been upgraded with many new features and improvements to make your work easier and more efficient. Currently, we have a special promotion for this new version. The current discounted price is $500, and there are only 32 units left. After that, the price will increase to $1000, and will continue to
GerFX EA Protection Filter MT5
Exler Consulting GmbH
5 (1)
The EA Protection Filter ( MT4 version here ) provides a news filter as well as a stock market crash filter, which can be used in combination with other EAs. Therefore, it serves as an additional protective layer for other EAs that do provide such filters.  During backtest analysis of my own night scalpers, which already use a stock market crash filter, I noticed that the historic drawdown,  especially during stock market crash phases like 2007-2008, was reduced significantly by using such a fil
Hedge Ninja
Robert Mathias Bernt Larsson
3 (2)
Make sure to join our Discord community over at www.Robertsfx.com , you can also buy the EA at robertsfx.com WIN NO MATTER IN WHICH DIRECTION THE PRICE MOVES This robot wins no matter in which direction the price moves by following changing direction depending on in which direction price moves. This is the most free way of trading to this date. So you win no matter which direction it moves (when price moves to either of the red lines as seen on the screenshot, it wins with the profit target you
News Trade EA MT5
Konstantin Kulikov
4.55 (11)
Presento un utile robot che io stesso utilizzo da diversi anni. Questo robot può essere utilizzato sia in modalità semiautomatica che completamente automatica. >>> Chat <<< Il programma contiene le impostazioni flessibili per fare trading sulle notizie del calendario economico. Non può essere verificato nel tester delle strategie. Soltanto il vero lavoro. Nelle impostazioni del terminale è necessario aggiungere il sito delle notizie all’elenco degli URL consentiti. Fare clic su Strumenti > Opz
Shortcuts
Rouge Mouta
Best for Technical Analysis You can set from one key shortcut for graphical tool or chart control for technical analysis. Graphic design software / CAD-like smooth drawing experience. Best for price action traders. Sync Drawing Objects You don’t need to repeat drawing the same trend line on the other charts. Shortcuts do that for you automatically. Of course, any additional modifications of the object immediately apply to the other charts too. Colors depend on Timeframe Organize drawings with
Gold instrument scanner is the chart pattern scanner to detect the triangle pattern, falling wedge pattern, rising wedge pattern, channel pattern and so on. Gold instrument scanner uses highly sophisticated pattern detection algorithm. However, we have designed it in the easy to use and intuitive manner. Advanced Price Pattern Scanner will show all the patterns in your chart in the most efficient format for your trading. You do not have to do tedious manual pattern detection any more. Plus you
Gold Wire Trader MT5 trades using the RSI Indicator. It offers many customizable RSI trading scenarios and flexible position management settings, plus many useful features like customizable trading sessions, a martingale and inverse martingale mode. The EA implements the following entry strategies, that can be enabled or disabled at will: Trade when the RSI Indicator is oversold or overbought Trade when the RSI comes back from an oversold or overbought condition Four different trading behavio
Gold trend scanner MT5 a multi symbol multi timeframe dashboard that monitors and analyzes Average True Range indicator value in up to 28 symbols and 9 timeframes  in 3 modes :  It shows the ATR indicator value in all pairs and timeframes and signals when the ATR value reaches a maximum or minimum in a given duration. Short term ATR/Long term ATR ratio: It shows ratio of 2 ATRs with different periods. It's useful in detecting short term volatility and explosive moves. ATR Value/Spread ratio: S
Attention: this is a multicurrency EA, which trades by several pairs from one chart!  Therefore, in order to avoid duplicate trades, it is necessary to attach EA only to one chart, ---> all trading in all pairs is conducted only from one chart! we can trade simultaneously in three different pairs, as by default (EURUSD + GBPUSD + AUDUSD), which take into account the correlation when entering the market for all three; we can trade only EURUSD (or any currency pair) and at the same time take into
A triangular arbitrage strategy exploits inefficiencies between three related currency pairs, placing offsetting transactions which cancel each other for a net profit when the inefficiency is resolved. A deal involves three trades, exchanging the initial currency for a second, the second currency for a third, and the third currency for the initial. With the third trade, the arbitrageur locks in a zero-risk profit from the discrepancy that exists when the market cross exchange rate is not aligned
Gold index expert MT5 Wizard uses Multi-timeframe analysis. In simpler terms, the indicator monitors 2 timeframes. A higher timeframe and a lower timeframe. The indicator determines the trend by analyzing order flow and structure on the higher timeframe(4 hour for instance). Once the trend and order flow have been determined the indicator then uses previous market structure and price action to accurately determine high probability reversal zones. Once the high probability reversal zone has bee
Golden Route home MT5 calculates the average prices of BUY (LONG) and SELL (SHORT) open positions, taking into account the size of open positions, commissions and swaps. The indicator builds the average line of LONG open positions, after crossing which, from the bottom up, the total profit for all LONG positions for the current instrument becomes greater than 0. The indicator builds the average line of SHORT open positions, after crossing which, from top to bottom, the total profit for all SH
Do you want an EA with small stoploss? Do you want an EA that is just in and out of market? Gold looks at several MT5 It is ONLY buying when the market opens and with a window of 10 minutes or less. It uses pre-market price so be sure your broker has that.   This strategies (yes, it is 2 different strategies that can be used with 3 different charts) have tight stoplosses and a takeprofit that often will be reached within seconds! The strategies are well proven. I have used them manually for
Bionic Forex
Pablo Maruk Jaguanharo Carvalho Pinheiro
Bionic Forex - Humans and Robots for profit. Patience is the key. The strategies are based on: - Tendency - Momentum + High Volatility - Dawn Scalper + Support Resistence. Again, patience is the key. No bot is flawless, sometimes it will work seamlessly, sometimes it simply won't.  it's up to you manage its risk and make it a great friend to trade automatically with fantastic strategies. Best regards, Good luck., Pablo Maruk.
Reward Multiplier is a semi-automatic trade manager based on pyramid trading that opens additional orders with the running profit of your trades to maximize return exponentially without increasing the risk. Unlike other similar EAs, this tool shows potential profit/loss and reward to risk ratio before even entering the first trade! Download Demo here  (starting lot is fixed at 0.01) Contact me to get a 7 days trial version of the product with full functionality. Guide + tips here MT4 version  
Altri dall’autore
## Operating Principle **Manual Order Manager PRO BTC** is an Expert Advisor for MetaTrader 5 designed to **automatically manage trades opened manually by the trader**. The EA does not decide when to buy or sell. The user analyzes the market, chooses the direction, sets the lot size, and opens the position manually. From that point on, the system monitors the trade and applies the configured protection and management rules. The goal is to help the trader maintain a more disciplined approach
Filtro:
Nessuna recensione
Rispondi alla recensione