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 Order 및 Pending Order 실행; 자동 거래 관리를 위한 T
RiskCopilot
Carlos Adrian Feged Zapata
한국어 RiskCopilot Utility - 당신의 지능형 거래 어시스턴트 "위험을 보고, 거래를 마스터하세요." RiskCopilot Utility는 MetaTrader 5를 위한 궁극적인 위험 관리 및 포지션 사이징 솔루션입니다. 이 포괄적인 거래 어시스턴트는 실시간 계산, 고급 위험 평가 도구, 전문적인 거래 분석을 제공하면서 귀하의 거래 결정을 통제하지 않습니다. 모든 자산 클래스에서 정확한 위험 관리를 추구하는 초보자와 전문 트레이더 모두에게 완벽합니다. 당신은 전략에 집중하고, 우리는 계산을 처리합니다. 주요 기능: 지능형 포지션 사이징 : 사용자 정의 가능한 위험 비율과 계좌 잔액을 기반으로 한 자동 계산 다중 통화 지원 : USD, EUR, GBP, JPY, AUD, CAD, CHF 및 기타 주요 통화 스프레드 모니터링 시스템 : 다양한 상품에 대한 적응형 한계를 가진 지능형 필터링 실시간 시장 정보 : 캔들 타이머, 시장 상태, 현지 시간 및 서버 시간
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 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 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는 차트에서 직접 리스크 관리, 로트 크기 계산, 거래 실행을 간편하게 할 수 있도록 설계된 강력한 올인원 트레이딩 도우미 입니다. 이 도구는 트레이더가 리스크를 관리하고, 정확한 로트 크기를 계산하며, 손익분기점(Break-even), 부분 청산, 일일 수익/손실 보호와 같은 스마트 기능을 통해 거래를 자동으로 관리하도록 도와줍니다. 특히 MetaTrader 5 환경에서 깔끔하고 효율적인 트레이딩 워크플로우 를 원하는 Forex 트레이더, Prop Firm 트레이더, 리스크 관리 중심 트레이더 에게 이상적입니다. 기본 설정: 일일 목표 수익: 시작 잔액의 2% 일일 최대 손실: 시작 잔액의 1% 주요 기능 LotCalculatorPro 다음 정보를 기반으로 자동으로 정확한 로트 크기 를 계산합니다. 진입 가격 (Entry Price) 손절 가격 (Stop Loss) USD 기준
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(감마 노출) 및 미결제약정(OI) 분석을 통해 주요 시장 조성자들의 포지셔닝을 파악하는 정량적 인텔리전스 도구입니다. 주요 시장 참여자들이 가격을 움직이는 방향을 파악하고, 일반 캔들 차트에서는 볼 수 없는 지지 및 저항 영역을 식별하세요! 주요 기능: 실시간 GEX 분석: 가격의 진정한 자석 또는 장벽 역할을 하는 콜월, 풋월, 감마 플립 레벨을 시각화합니다. 특수 0DTE 모듈: 당일 만기 옵션(0DTE)에 초점을 맞춰 높은 장중 변동성을 활용하는 데이 트레이더에게 적합합니다. 딜러 심리: 시장 조성자들이 롱 포지션인지 숏 포지션인지 파악하고, 가속 움직임(감마 스퀴즈)을 예측합니다. 프리미엄 미니멀리스트 대시보드: 화면 해상도에 맞춰 자동으로 조정되는 세련된 플로팅 대시보드로, 라이트 및
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
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)
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)
제가 몇 년 동안 사용하고 있는 유용한 로봇을 소개드립니다. 반자동뿐만 아니라 자동 모드로도 사용할 수 있습니다. >>> Chat <<< 본 프로그램에는 경제 캘린더의 뉴스별로 유연한 거래 설정이 포함되어 있습니다. 전략 테스터에서 확인할 수 없습니다. 진짜 작업뿐입니다. 터미널 설정에서 허용된 URL 목록에 뉴스 사이트를 추가해야 합니다. 서비스>설정 > 조언자>를 클릭합니다. "다음 URL에 대해 WebRequest 허용:" 확인란을 선택합니다. 다음을 추가합니다 (공백 삭제): https://  nfs.faireconomy.media 최신 설정 아카이브 다운로드: https://www.mql5.com/en/blogs/post/747929 신호 모니터링: https://www.mql5.com/en/signals/author/test-standart 이 전문가를 위해 고유 설정 세트를 만들 때 블로그의 모든 매개변수에 대한 설명을 참조하십시오: https://www.mql5.
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
필터:
리뷰 없음
리뷰 답변