Manual Order Manager PRO BTC

## 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 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 BTC 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.


*** The lot sizes used as strategy triggers can be customized by the trader: change RECOVERY_TRIGGER_LOT to define the lot size that activates the Recovery Basket — for example, setting it to 0.03 means a 0.03 order in the opposite direction can act as the trigger — and change BASKET_BE_TRIGGER_LOT to define the lot size that activates Basket Break Even — for example, setting it to 0.05 means a new 0.05 order in the same direction can act as the trigger, provided the other strategy conditions are also met.

---

To customize the EA parameters, open the EA properties in MetaTrader 5 by pressing F7 or Alt+X, go to the Inputs tab, adjust the desired values, and click OK.

# 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.

추천 제품
DR Trade and Risk Manager: The Foundational Algorithmic Risk Console for MT5 For the discretionary trader, the greatest adversary is not the market; it is the undisciplined self. You have a solid strategy, but in moments of high pressure, do you follow your rules with perfect consistency? Do you cut losses without hesitation? Do you let winners run without cutting them short out of fear? For most, the answer is no. This gap between strategy and execution is where profits are lost. DR Trade and R
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
Exp5 Duplicator
Vladislav Andruschenko
4.78 (9)
Duplicator for MetaTrader 5 — 하나의 터미널 안에서 동작하는 전문 포지션 복제 시스템 MetaTrader 5에서 이미 열려 있는 포지션을 자동으로 복제하고, 전체 거래 규모를 확장하며, 사용자 지정 로트 규칙을 적용하고, 복제 포지션을 정교한 로직으로 관리하려는 트레이더를 위한 신뢰성 높은 Expert Advisor입니다. 수동 매매, 알고리즘 매매, 그리고 이미 존재하는 포지션을 더 유연하게 관리하려는 사용자에게 적합한 실전형 도구입니다. Duplicator for MT5는 자체 매매 전략으로 새로운 포지션을 열지 않습니다. 이 제품의 역할은 MetaTrader 5 계정 안에 이미 존재하는 포지션을 감시하고, 사용자가 설정한 조건에 따라 복제 포지션을 생성하는 것입니다. 복제 횟수, 로트 크기, Stop Loss, Take Profit, 코멘트, 추가 관리 조건까지 세밀하게 설정할 수 있습니다. 서로 다른 플랫폼이나 다른 터미널 간 복사 기능이 아니라, 같
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
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
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
Like you when I first started trading, It was overwhelming...learning about indicators, about lotsize, leverage and many more things. Its been almost 3 years. I am more knowledgeable in trading. My trading continues to improve as I work on my strategy, technical analysis, trading psychology and trade management. One thing I am not worried about though is being able to close my trades quicky if a trade goes against me or if the trade has reached my take profit level with the help of my Close Trad
Breakevan Utility
Jose Luis Thenier Villa
BreakEvan Utility  Is a simple tool in a panel with this utilities: This utility will draw a Golden Line in the chart applied showing the breakeven price, considering all the positions opened for that specific symbol. Also the information panel shows: Balance Breakeven Price for that chart Force Breakeven (for that symbol) as ON/OFF Force Breakeven Global (takes into account all trades opened) as ON/OFF Total Lots opened for Symbol Total Lots opened Global And two buttons: Force Breakeven: Whe
Margin Call Shield – Defend Your Margin on Your Terms Margin Call Shield is a tool for MetaTrader 5 traders who want to decide for themselves which open positions are closed during margin call situations before the platform does so automatically based on its internal rules. By default, the broker or platform decides which positions to close, often using undisclosed algorithms. Margin Call Shield lets you set this order according to your own strategy. Why Was Margin Call Shield Created? In a mar
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
Easy Trade Executor는 MT5용 빠른 포지션 크기 계산, 주문 실행 및 거래 관리 도구입니다. Open Price, Stop Loss 및 Take Profit 레벨을 차트에 직접 배치하고, 포지션 크기를 자동으로 계산한 후 몇 번의 클릭만으로 리스크를 관리하면서 거래를 실행할 수 있습니다. 왜 Easy Trade Executor를 선택해야 할까요? Easy Trade Executor는 단순히 리스크를 계산하는 것을 넘어, 차트에서 직접 빠르고 효율적으로 거래를 관리하고자 하는 트레이더를 위해 설계되었습니다. 이 도구는 포지션 크기 계산, 주문 실행 및 거래 관리를 하나의 워크플로우로 통합하여 수동 계산이나 여러 터미널 창 사이를 오가는 대신 거래 자체에 집중할 수 있도록 도와줍니다. Easy Trade Executor의 주요 기능: 리스크 기반 자동 포지션 크기 계산; 차트에서 직접 Market Order 및 Pending Order 실행; 자동 거래 관리를 위한 T
CosmiCLab FIBO
Kirils Subins
CosmiCLab SMC FIBO CosmiCLab SMC FIBO is a professional trading indicator designed for traders who use Smart Money Concepts (SMC), market structure analysis and Fibonacci retracement levels. The indicator automatically detects market swings and builds Fibonacci levels based on the latest impulse movement. It also identifies market structure changes such as BOS (Break of Structure) and CHOCH (Change of Character), helping traders understand the current market direction. CosmiCLab SMC FIBO also pr
TradePilotmt5
Hossein Khalil Alishir
TradePilot Expert Advisor (EA) for MetaTrader 5 TradePilot is a professional and user-friendly Expert Advisor (EA) for MetaTrader 5 (MT5) . It simplifies automated trading , risk management , and trade execution with a smart trading panel . Perfect for beginners and experienced traders looking for a reliable trade manager EA with automated lot size calculation and smart position management. Key Advantages User-Friendly Trading Panel: Customizable panel with buttons and hotkeys for fast ex
Equity Master Stop v2 MT5
Frank William Jr Colbert
Trading tool combining a sophisticated equity stop-loss, dynamic take-profit management (Breakeven & Trailing), and symbol-group-based closing logic. It is a complete risk management and trade supervision tool. Features: All features of `Equity Master Stop v1` (floating profit/loss limits, exit protection, skip hours). Take-Profit Override: Can force a TP on any order to lock in a `MAX_FLOATING_PROFIT`. Step Breakeven: Locks in increasing amounts of profit as a trade moves favorably (e.g., aft
Lot2Risk Automator
Muhammad Shamsuddeen Muhammad
Lot2Risk Automator EA - Automated Position Management System     YOUR LOT SIZE = YOUR RISK. PERIOD. 1.00 lot = 1% risk 2.50 lots = 2.5% risk 50.00 lots = 50% risk That’s it. That’s the system. Lot2Risk Automator EA instantly converts your orders into perfectly risk-managed trades: Auto position sizing Auto TP by Risk:Reward Auto Break-Even protection Works on Forex, Metals   & Indices. You decide the trade. The EA enforces discipline. Completely intuitive. What Makes This Different?  
Bastion is a monitor-and-close-only risk manager for prop-firm traders. It watches your account against your firm's daily-loss and maximum-drawdown limits in real time and force-closes your open positions BEFORE you cross a line. It never opens a trade of its own, so it stays fully within the tools allowed by FTMO, FundedNext, The5ers, FTUK and FXIFY. Why traders fail challenges A large share of failed evaluations end on a single daily-loss breach: a moment of inattention, a news spike, one tra
Protect your funded accounts and personal capital with military-grade precision. This utility continuously monitors your floating equity against your daily starting balance. The moment your custom drawdown threshold is breached, it instantly liquidates all open positions, deletes pending orders, and completely unloads from the chart. Stop revenge trading and never fail a prop firm evaluation due to a margin breach again.
FREE
Inverted_Chart_EA Utility Expert Advisor Inverted_Chart_EA creates and maintains a mirror-inverted chart of any symbol and timeframe. It automatically generates a custom instrument (e.g. US30_INV ) and keeps its price history updated in real time, with bars mirrored around a chosen pivot. This utility gives traders a new way to analyze the market from a different perspective by flipping the chart upside down. Why use an inverted chart? Highlight hidden patterns – price formations that look ordin
Short Description: FTMO Protector PRO MT5 is an EA designed to protect your funded account by managing risk and ensuring compliance with the Prop Firm's trading rules. This EA automatically monitors equity levels, closes trades when profit targets or drawdown limits are reached, and provides a visual display of key account metrics.  EA w orks with all different Prop Firm service providers. Overview: FTMO Protector PRO MT5 is an Drawdown Safeguard Expert Advisor meticulously crafted for trade
HedgeSafe Trade Assistant 위험 관리를 우선하는 MetaTrader 5용 수동 매매 패널입니다. HedgeSafe는 BUY 또는 SELL을 누르기 전에 차트에서 거래를 준비하고 검증하며 관리할 수 있도록 돕습니다. HedgeSafe는 신호 서비스, 시장 예측 도구, AI 봇 또는 자동매매 전략이 아닙니다. 거래 방향을 선택하거나 수익을 보장하지 않습니다. 모든 거래 결정은 트레이더의 책임입니다. 주요 기능 계좌 잔액 비율 또는 계좌 통화의 고정 금액으로 랏 계산. Stop Loss를 포인트 또는 가격으로, Take Profit을 포인트, 가격 또는 R 배수로 설정. 금액 위험, 예상 보상, 거래량 및 위험/보상 비율 미리 보기. Entry, Stop Loss, Take Profit 차트 라인을 패널 값과 동기화. BUY와 SELL 준비 상태를 별도로 표시하고 실행 직전에 방향별 검증 수행. 최소/최대 거래량, 거래량 단계, tick size, tick value,
RRtoolBox
David Ruiz Moreno
RRtoolbox - Professional Tools: Risk:Reward Trading Tool (SL/TP Horizontals + Pending orders + Diagonals), Alerts set on trend lines (for alerts on diagonal levels), SelfManagement (BE, partials...), close/cancelling by time, Statistics, Info and trading on chart. One-Click Trading with Visual Risk:Reward Management RRtoolbox is a comprehensive trading panel that combines one-click order execution,  statistics and  powerful visual Risk:Reward tools, alerts set with trendlines, on chart butt
Candlestick Pattern Scanner is a multi-timeframe and multi-symbol dashboard and alert system that checks all timeframes and currency pairs for different candlestick patterns that are formed in them. Scanner is integrated   with support and resistance zones so you can check the candlestick patterns in most important areas of the chart to find breakout and reversal patterns in the price chart. Download demo version   (works on M4,M6,M12,H3,H8 timeframes and 20 symbols of Market Watch window) Read
Auto Orders Manager EA
Mohamed Abdulmohsen Mohamed Saeed Ali
Professional Trading Orders Manager for MT5 with Signal-Analyzer-Direction-Power-Orders control - Scalping tools - Risk management - all in one trade panel and dashboard  A sophisticated Expert Advisor that transforms your MT5 platform into a complete trading command center. This tool seamlessly blends automated trading logic with comprehensive manual controls through dual interactive dashboards. Key Features: Automated Trading : advanced scalping strategy on M3 timeframe as a signal sample can
Recovery Assistant Pro for MT5 Manual Recovery Trading Assistant Recovery Assistant Pro is an easy-to-use Manual Trading Assistant EA for Recovery trade calculations and management. Helps calculate the appropriate Lot Size. Designed to calculate Recovery trade parameters based on floating loss and the selected Target USD. Simplifies Recovery calculations that would otherwise require manual calculation. The trading panel provides direct access to the main Recovery functions from the chart. Inc
## 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.
NHK Local Time Scale NHK Local Time Scale displays your PC/local time directly on the MT5 chart , alongside the broker's native chart time. The trader can easily compare both time zones for any candle. Benefits for Traders: Quickly convert Broker Time ↔ Local/PC Time . Helps accurately set News Stop/News Filter times. Makes London, New York, Asian and other trading sessions easier to identify in your local time. Helps verify that EA session and news time settings are correct. Reduces mistakes ca
FREE
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
Exclusive Imperium MT5 — 자동화 거래 시스템 Exclusive Imperium MT5 는 MetaTrader 5용 전문가 어드바이저(EA)로, 시장 분석 알고리즘과 리스크 관리에 기반합니다. EA는 완전히 자동으로 작동하며 트레이더의 개입은 최소화됩니다. 주의! 구매 후 즉시 저에게 연락하세요 — 설정 지침을 받으실 수 있습니다! 중요: 모든 예시, 스크린샷 및 테스트는 데모 목적일 뿐입니다. 특정 통화쌍이 한 브로커에서 좋은 결과를 보여도 다른 브로커에서도 동일하다는 의미는 아닙니다. 각 브로커는 고유한 시세, 스프레드 및 거래 조건을 가지고 있습니다. 따라서 각 통화쌍은 사용자가 개별적으로 최적화해야 합니다 그리고 실제 계좌에서는 단일 통화 모드 로만 실행해야 합니다 — 각 쌍을 별도로 실행하세요. 다중 통화 모드 스크린샷은 단순히 예시입니다. 시장 상황은 변하기 때문에 최적화는 최소 연 1회 반복하는 것이 좋습니다. 중요 정보: EA의 데모 버전은 평가용으로
ChangePeriod MT5
Kazuya Yamaoka
You can change the time period of the chart at the touch of a button. You can also change multiple charts at the touch of a button. You can also change multiple charts at the touch of a button,   saving you the trouble of changing time periods. We are live-streaming the actual operation of the system. Please check for yourself if it is usable. Please check it out for yourself. https://www.youtube.com/@ganesha_forex We do not guarantee your investment results. Investments should be made at you
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
이 제품의 구매자들이 또한 구매함
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 XAU** is an Expert Advisor for MetaTrader 5 developed to **automatically manage orders opened manually by the trader**. The Expert Advisor (EA) doesn't choose when to buy or sell. The user analyzes the market, defines the direction and lot size, and opens the position. After that, the system monitors the operation and executes the configured protection rules. The goal is to help the trader maintain more disciplined management, reducing the need
필터:
리뷰 없음
리뷰 답변