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

*** The EA respects the trader’s strategy: if the trader manually removes the Stop Loss or Take Profit, the system does not fight that decision. The initial SL is not automatically restored, and the TP remains removed unless the trader explicitly enables reapplication; profit-protection modules may act again only when the position returns to favorable conditions.


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.

おすすめのプロダクト
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 — 1つの端末内で動作するプロフェッショナルなポジション複製システム MetaTrader 5 ですでに開かれているポジションを自動で複製し、総ボリュームを拡張し、独自のロット設定を適用しながら、複製ポジションを明確なルールで管理したいトレーダーのための信頼性の高い Expert Advisor です。 手動売買、アルゴリズム売買、そして既存ポジションをより柔軟に管理したい場面に適した実用的なツールです。 Duplicator for MT5 は独自の売買戦略で新規ポジションを開くものではありません。役割は、MetaTrader 5 口座内にすでに存在しているポジションを監視し、指定した条件に従ってその複製を作成することです。複製回数、ロットサイズ、Stop Loss、Take Profit、コメント、追加の管理条件まで細かく設定できます。 異なるプラットフォーム間のコピーではなく、 同じ MetaTrader 5 端末内で ポジションを正確に複製したい場合、この MT5 版 Duplicator はその目的のために作られていま
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  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 は、単にリスク計算を行うだけでなく、チャート上で迅速かつ効率的に取引を管理したいトレーダーのために開発されました。 このツールは、ポジションサイズ計算、注文執行、トレード管理を1つのワークフローに統合し、手動計算やターミナルの複数ウィンドウを頻繁に切り替えることなく、トレードそのものに集中できるようにします。 Easy Trade Executor の主な機能: リスクに基づく自動ポジションサイズ計算; チャート上から直接 Market Order と Pending Order を発注; 自動的なポジション管理のための Trailing Stop; ワンクリックでの決
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
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、stops level、freeze level を確認。 市場の利用可否、銘柄の取引モード、スプレッド
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のデモ版は評価目的のみです。最適化なしのテスト結果はアルゴリズムの実際の動作を反映しません。完全な利用には、ブローカー、資金、選
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
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
私は連星の利用に対するその商用戦略をMT5で自動化しました、そして、我々のMt5BridgeBinaryで、私はそのBinary口座に命令を送りました、そして、私は以下をリストします:簡単なもののこの方法を操作し始めてください! 専門家のアドバイザーは、頑健さテストを最適化して、認識するために、作るのが簡単です;また、テストでは、その長期の収益性(我々がその最高の戦略をBinaryに接続するためにMt5BridgeBinaryをつくった理由です)を、我々は推定することができます。 特徴: - それは、私が望んだくらい多くの戦略を使用することができます。(専門家のアドバイザー)。 - 彼は、更なるプログラムを必要としません。 - 時間枠を輸入することなく、我々のEAを囲んでください。 - それは、すべての開いた活動を視覚化することができます。 - 彼だけは、すべての命令を受けるために1つのグラフだけの中で我々のEAを実行する必要があります。 - 我々のEAが働くように、それは複雑な構成を必要としません。 入場パラメータ: - メール:電子メールは、Binaryのその報告に関するも
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 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 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
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を許可する:"にチェックを入れてください。次のURLを追加してください(空白は削除します): https://  nfs.faireconomy.media 最新の設定アーカイブをダウンロードしてください: https://www.mql5.com/en/blogs/post/747929 シグナルモニタリング: https://www.mql5.com/en/signals/author/test-standart 当該エキスパート・アドバイザーのためのカスタマイズ設定セットを作る場合は、ブログの全パラメータの説明
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
フィルタ:
レビューなし
レビューに返信