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.


推荐产品
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 是一款用于 MT5 的快速仓位计算、交易执行和交易管理工具。 直接在图表上放置 Open Price、Stop Loss 和 Take Profit 水平,自动计算仓位大小,并通过几次点击即可在可控风险下开立交易。 为什么选择 Easy Trade Executor? Easy Trade Executor 专为不仅希望计算风险,而且希望直接在图表上快速高效管理交易的交易者而设计。 该工具将仓位计算、订单执行和交易管理整合到一个工作流程中,让您能够专注于交易,而无需进行手动计算或频繁切换终端窗口。 Easy Trade Executor 提供: 基于风险的自动仓位计算; 直接在图表上放置市价单(Market Orders)和挂单(Pending Orders); 用于自动管理交易的移动止损(Trailing Stop); 一键平仓; 50% 仓位部分平仓; 包含佣金和隔夜利息(Swap)的保本(Breakeven)功能; 简洁且极简的界面设计; 适合新手和资深交易者的高效操作体验。 直接在图表上开仓 Easy Trade Executor 允
RiskCopilot
Carlos Adrian Feged Zapata
RiskCopilot Utility - Your Intelligent Trading Assistant "See Your Risk. Master Your Trade." RiskCopilot Utility is the ultimate risk management and position sizing solution for MetaTrader 5. This comprehensive trading assistant provides real-time calculations, advanced risk assessment tools, and professional trade analytics without taking control of your trading decisions. Perfect for both novice and professional traders seeking precise risk management across all asset classes. You focus on yo
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 - 用于实盘交易和策略测试器的交易管理面板 Rhino Backtest Manager 是一个交易管理面板,可在实盘交易和 MetaTrader 5 策略测试器中运行。它允许您在测试器内手动下单和管理订单,界面与实盘账户完全相同,因此可以先用历史数据检验策略,再直接用同一工具进行交易。 面板会根据您设置的风险参数计算持仓量,在发送订单前显示每个止损和止盈的金额价值,并按日、周、月以及账户全部历史记录交易结果。 用户手册: 产品使用说明 免费演示版: 下载演示版 MetaTrader 4 版本: Rhino Backtest Manager MT4 版 首次运行前必须安装手册页面提供的字体。未安装字体时,面板无法正常显示。 功能 双模式。 同一个面板可在实盘交易和策略测试器模式下运行。 订单类型。 支持市价、限价和止损订单,发送前可调整入场价格。 风险设置。 止损、止盈和盈亏比可以分别启用或关闭。 手数计算。 持仓量可设为固定手数、账户货币的固定金额,或余额的百分比。 交易列表。 列出持仓和挂单的手数、方向、入场价格、止损、止盈和当前结果
## 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 交易更快速。管理更智能。平仓更自信。 BulkOp Trade Manager 是一款强大的 MT5 交易管理工具 EA,专为需要速度、控制力和清晰执行体验的交易者打造,可直接在图表上管理交易。 它适合活跃的手动交易者、剥头皮交易者、黄金交易者,以及希望用更少点击管理多个仓位的交易者。 为什么选择 BulkOp? 超快速 Buy 和 Sell 执行 一键批量平仓盈利订单 一键批量平仓亏损订单 支持键盘快捷键交易控制 批量开仓功能 快速关闭 Buy 或 Sell 仓位 支持管理 MT5 手动和手机端交易 智能风险工具:SL、TP、ATR、Break-even 或无 SL/TP 模式 使用可视化价格线管理挂单 网格订单工具 保存和加载常用设置 图表上的清晰下拉式控制面板 为速度而生 BulkOp 专为快速市场反应而设计。 通过一个专业面板,即可开仓、锁定利润、控制亏损、管理风险并控制多个仓位。 适合人群 XAUUSD / 黄金交易者 剥头皮交易者 日内交易者 手动交易者 需要快速执行的交易者 管理多个仓位的交易者 核心功能 Main Contro
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
专业的 MT5 模块化交易面板。集成了自动风控计算、分批止盈(PTP)、移动止损及独创的“订单焦点管理”功能。支持中英阿日四国语言。 让手动交易像量化一样精准。 KAB 操盘指挥中心 (V33) 专为日内交易者设计,彻底告别繁琐的手动计算和默认下单面板的局限性。 核心亮点: 可视化下单 (Ghost Lines):   下单前在图表上直接拖拽“幽灵线”设定入场、止损和止盈,所见即所得。 智能风控:   输入您愿意承担的金额风险(例如 $50),面板自动计算合适的手数,防止重仓。 独创“焦点管理 (Focus Mode)”:   多数面板只能全平或全改,我们允许您锁定一张特定的订单,对其进行独立的反手、部分平仓或保本操作。 分批止盈 (PTP):   设置多级隐形止盈位,价格触碰自动平仓部分手数,落袋为安。 界面模块化:   下单、风控、工具箱均为独立悬浮窗,可随意拖动或关闭,不遮挡K线。 多语言适配:   完美支持中文、英语、阿拉伯语(修正字体显示)和日语。 智能风控计算 (Smart Risk Calculation) – 在考虑止损距离的情况下,自动计算新订单的成交量(手数)。它允
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 是一款功能强大的多合一交易助手,旨在简化风险管理、手数计算以及直接在图表上执行交易。 该工具帮助交易者控制风险、计算精确的交易手数,并通过智能功能自动管理交易,例如 保本 (Break-Even)、部分平仓以及每日盈利/亏损保护 。 非常适合 外汇交易者、Prop Firm 交易者以及注重风险管理的交易者 ,让您在 MetaTrader 5 中拥有简洁高效的交易体验。 默认设置: 每日利润目标: 开始余额的 2% 每日最大亏损: 开始余额的 1% 主要功能 手数计算器 LotCalculatorPro 可根据以下参数自动计算正确的交易手数: 入场价格 (Entry Price) 止损 (Stop Loss) 风险金额(USD) 这确保每一笔交易都拥有 一致且严格的风险管理 。 图表交互式交易 通过 可拖动的图表线 可视化设置交易级别: 入场线 (Entry Line) 止损线 (Stop Loss Line) 止盈线 (Take Profit Line) 当您移动这些线时
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
该产品的买家也购买
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,将您的交易提升至机构级别。它并非仅仅是基于移动平均线或滞后震荡指标的又一技术指标,而是一款量化智能工具,通过实时 GEX(Gamma 敞口)和未平仓合约 (OI) 分析,解读主要做市商的仓位。 了解大玩家如何推动价格走势,并识别普通 K 线图无法显示的支撑位和阻力位! 主要功能: 实时 GEX 分析:可视化看涨期权墙、看跌期权墙和 Gamma 翻转位,这些水平线如同磁石或障碍,有效吸引或阻碍价格上涨。 专属 0DTE 模块:专注于当日到期期权 (0DTE),完美适用于日内波动性较高的日内交易者。 交易商情绪:了解做市商的多空关系,并预测加速行情(Gamma 挤压)。 高级极简仪表盘:优雅的悬浮式仪表盘,可根据您的屏幕分辨率自动调整,并提供浅色和深色主题。 高级量化指标:可访问最大痛点、净 GEX 和成交量集中度数据。 原生多语言:全面支持英语、俄语、西班牙语和中文。 为什么选择 GEX 进行交易?在现代市场中,期权市场决定着现货市场(股票和指数)的走势。通过监控 Gamma 敞口 (GEX),您无需根据过去的图表模式
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.   记录每一个Tick交易的价格数据。     数据文件内容:“Tick时间”、“ASK价格”、“BID价格”、“SPREAD价差”、“Tick报价数量”。 2.   同时,生成一个1分钟周期的报价数据文件。     1min数据文件内容:“ASK时间”、“ ASK OPEN价格 ”、“ASK HIGH 价格”、“ASK LOW 价格”、“ASK CLOSE 价格”、 “ BID 时间”、“BID OPEN价格 ”、“ BID HIGH 价格”、“ BID LOW 价格”、“ BID CLOSE 价格”、 “Tick报价数量”。 3. 每天将所有报价数据保存在一个文件中,方便使用者进行数据分析和数据整理。 4.这个EA程序,任何时刻加载到MT5图表中,就可以直接开始价格数据的记录。确保记录下市场中出现的每一个报价。 5.文件存储位置:MQL4/Files/
Mt5BridgeBinary
Leandro Sanchez Marino
我自动其商业策略的使用二进制 MT5 和我们 Mt5BridgeBinary 我发送的命令其二进制账户和我名单: 开始使用这种方式容易! 专家顾问也容易形成、优化和实现抗寒试验; 还在测试中我们可以预测其长期盈利能力,所以我们创造了 Mt5BridgeBinary 连接其最佳战略二进制文件。 特点: 它可以使用很多战略如我所愿。 (专家顾问)。 他不需要额外的程序。 随函附上我方- EA 没有导入的时限。 它可以想象所有的公开行动。 他只需要执行我们 EA 只在一个图形采取所有的订单。 -它不需要复杂的配置,以使我们的就业工作。 输入参数: 电子邮件: 有关其电子邮件帐户的二进制文件。 -标记: 代码访问它生成的二进制来操作。 -数量操作: 该合同价值。 位置警报: 会启用/禁用警报作业时开放。 -小组菲尔斯滕: 它显示所有打开的行动。 注: -期限的合同: 请参阅《资产指数来了解这笔总额中,最小和最大期限的合同。 - Volatile 性质指标不能在德国、法国、西班牙、新加坡、澳大利亚、意大利和卢森堡。
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
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
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)
請務必在 www.Robertsfx.com 加入我們的 Discord 社區,您也可以在 robertsfx.com 購買 EA 無論價格向哪個方向移動,都能贏得勝利 無論價格向哪個方向移動,該機器人都會根據價格的移動方向改變方向,從而獲勝。這是迄今為止最自由的交易方式。 因此,無論它向哪個方向移動,您都會贏(當價格移動到屏幕截圖中的任何一條紅線時,它會以您設置的利潤目標獲勝)。 您面臨的唯一風險是價格是否正在整合(停留在一個地方)。 對沖忍者是一種半自動交易工具,您可以使用下面的對沖設置進行設置。當您告訴它進行交易時,購買或出售它,然後為您處理一切。 每次機器人改變方向時,它都會彌補你之前的損失,所以當你到達任何一條紅線時,你的利潤將是你決定的。 一個好的經驗法則是使用相當高的風險來獲得回報,但是你在這個鏈接上知道如何交易這個機器人的交易秘密。你想要的是價格移動,一旦它開始移動,你就直接走向你的利潤資金:) 設置 ADR / 平均點差 ADR 是平均每日範圍,顯示該工具在一天內通常平均移動多少點。很高興知道這一點,因為您不希望該機器人在點差變得更高的市場展期中運行
News Trade EA MT5
Konstantin Kulikov
4.55 (11)
在此向大家介绍一款我本人使用多年的机器人。该产品支持半自动和全自动交易模式。 >>> Chat <<< 本程序包含基于经济日历新闻的灵活交易设置功能。不支持策略测试器检验。仅可进行实际操作。需在终端设置允许URL 列表中添加新闻网站。点击服务 > 设置 > 智能交易系统。选中“允许WebRequest对下列URL发出请求:”。添加下列(删除空格):https://  nfs.faireconomy.media 下載最新的設定檔: https://www.mql5.com/en/blogs/post/747929 訊號監控: https://www.mql5.com/en/signals/author/test-standart 请参考博客中各类参数说明自行实现个性化设置   : https://www.mql5.com/en/blogs/post/748545   。 主要默认设置说明 单一图表英镑/GBP(英镑美元/GBPUSD、欧元英镑/EURGBP、英镑日元/GBPJPY、英镑加拿大元/GBPCAD、英镑澳大利亚元/GBPAUD、英镑瑞士法郎/GBPCHF)货币对操作。英镑/
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  
作者的更多信息
## 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
筛选:
无评论
回复评论