Trade Manager MT5 MT4 – Complete User Manual

Ultimate Guide to Trade Manager MT5 MT4 Installation and Features

Trade Manager MT5 MT4

Welcome to the official documentation. Discover how Trade Manager MT5 MT4 revolutionizes your automated trading workflow with advanced risk management, precise lot calculation, and robust order splitting features designed for professional traders.

Whether you are managing multiple accounts or executing complex hedging strategies, mastering Trade Manager MT5 MT4 ensures maximum efficiency and strict risk control across all supported brokerage platforms.

Best Trade Manager MT5 MT4 – Complete User Manual & Setup Guide

Welcome to the official documentation for Trade Manager MT5 MT4. Discover installation, advanced risk management, trade automation, and protection features.

Trade Manager MT5 MT4 user interface and dashboard panel
Setup & Getting Started

Trade Manager MT5 MT4 Installation & WebRequest Guide Setup

Installing your Trade Manager MT5 MT4 expert advisor takes just a few minutes and works seamlessly across supported MetaTrader platforms developed by MetaQuotes.

Step 1: File Preparation

  • Download the compiled EA file (.ex4 for MT4 or .ex5 for MT5) from your account dashboard.
  • Extract files if downloaded inside a compressed ZIP package.

Step 2: Terminal Directory Placement

  • Open your MetaTrader terminal.
  • Click on File > Open Data Folder.
  • Navigate to MQL4 (for MT4) or MQL5 (for MT5) folder, then open the Experts directory.
  • Paste your expert advisor file into this folder.

Step 3: WebRequest & Permissions Setup

Configure terminal options to allow license verification and secure API communication. Note: WebRequest permission is required strictly for communication with our license server and does not execute trades directly via web requests.

  • Enable “Allow Live Trading” under the Common tab when launching the EA inputs dialog.
  • Go to Tools > Options > Expert Advisors tab in MetaTrader.
  • Check “Allow WebRequest for listed URL” and add our trusted domain:
    https://precisiontrademanager.com
Important Note: Ensure the global AutoTrading toolbar button at the top of MetaTrader is active (colored Green) to authorize automated execution.

MT4 vs MT5 – Which Version Should You Use? Compatibility

Understanding platform architecture differences to ensure optimal deployment of Trade Manager MT5 MT4.

Platform Guidelines

  • Trade Manager MT5 MT4 is fully available for both MetaTrader 4 and MetaTrader 5 platforms.
  • MT4 Users: Must install the .ex4 version into the MQL4/Experts folder.
  • MT5 Users: Must install the .ex5 version into the MQL5/Experts folder.
  • The user interface and core trade-management concepts are designed to provide a consistent workflow across both environments.
  • Some platform-specific execution behavior may slightly differ because MT4 and MT5 operate on different internal trading architectures and order handling models.

Before You Start Checklist Best Practices

Review this quick checklist before deploying your Trade Manager MT5 MT4 EA in live market conditions:

Verification Steps

  • Confirm you have installed the correct MT4 or MT5 file version for your terminal.
  • Verify the EA is attached to your intended trading chart and symbol.
  • Ensure global AutoTrading is enabled on your MetaTrader toolbar.
  • Check that Allow Live Trading is checked in the EA common properties.
  • Confirm WebRequest permission is configured for https://precisiontrademanager.com.
  • Review and tune all EA input parameters to fit your trading strategy.
  • Always test the EA on a demo account before risking real funds.
  • Make sure your stop-loss and risk settings align with your personal risk management plan.
Entry & Position Sizing

Risk Manager EA Two-Click Entry

A fully automated lot size calculator for your Trade Manager MT5 MT4 expert advisor. Set your risk percentage once, and every trade you take is sized correctly without manual math.

How It Works

  1. Click Buy or Sell once — a single stop-loss line appears on the chart.
  2. Drag the line to your desired stop-loss price level.
  3. Click the same button a second time — the Trade Manager MT5 MT4 calculates the exact lot size based on your configured risk % and stop-loss distance, then submits the order.
Risk Verification Warning: Always verify the calculated lot size, risk exposure, and stop-loss level before proceeding, especially in fast-moving markets or under unusual broker execution conditions.
Input Parameter Description
InpRisk Percent Percentage of account equity or balance risked per trade (Default: 6.0).
InpStopLossDistancePips Default distance in pips used for stop-loss calculations (Default: 500).
InpExtraPips Additional buffer pips applied to calculations (Default: 1.0).
MagicNumber Unique identifier tag assigned to EA orders (Default: 66666).
Slippage Maximum allowable price slippage in points (Default: 1000).

Split Order EA Automatic Slicing

Designed to handle situations where your calculated position size exceeds your broker’s maximum allowed volume per individual order.

How It Works

  1. Place your entry and stop-loss normally using the risk manager workflow.
  2. The EA calculates your full required position size from your risk parameters.
  3. If that size exceeds your broker’s per-order volume limit, the total intended exposure is automatically split into multiple orders according to configured limits and broker constraints.
  4. All split orders are sent into the market under a unified stop-loss.
Input Parameter Description
InpMaxLotPerOrder Maximum lot size allowed per individual split order (Default: 500.0).
InpMaxSplitOrders Maximum number of individual orders permitted when splitting volume (Default: 100).

Pending Order EA Visual Staging

Lets you visually stage a pending order — entry, stop-loss, take-profit, and partial-profit lines — before sending it to the market.

How It Works

  1. Click Set/Trade the first time — the order line and stop-loss line appear on the chart.
  2. If Take Profit and Partial Profit modules are enabled in settings, their respective lines appear on the chart as well.
  3. Adjust every line visually to your preferred price levels.
  4. Click Set/Trade a second time — the pending order is placed with all levels applied instantly.
Input Parameter Description
InpPendingOrderDistancePips Initial distance in pips from current market price when spawning pending order lines (Default: 100).
Stop-Loss & Take-Profit Management

SL Manager One-Line Control

A powerful Stop Loss Manager that handles stop-loss placement across all open orders in a specific direction simultaneously.

How It Works

  1. Click SL — a single draggable line appears on your chart, displaying live total risk calculations as you move it.
  2. Position the line at your target stop-loss level.
  3. Click SL again — every open position in that specific direction (buy or sell) instantly has its stop-loss updated to the line.
  4. The temporary management line is automatically removed once the update completes.
Note: SL Manager strictly affects open positions in the direction corresponding to where the line is placed; opposite-direction positions remain untouched.
Input Parameter Description
InpBreakEvenLineOffsetPips Offset distance in pips for management lines (Default: 1500.0).

TP Manager One-Line Control

The take-profit counterpart to SL Manager, allowing you to manage and adjust take-profit targets across all open orders instantly.

How It Works

  1. Click TP — a single draggable line appears, displaying live potential profit metrics as you move it.
  2. Position the line at your target take-profit level.
  3. Click TP again — every open position in that direction instantly updates its take-profit to match the line.
  4. The line disappears automatically upon completion.
Input Parameter Description
InpTakeProfitPips Default take-profit distance in pips (Default: 2000).
InpTPManagerLineDistancePips Initial line distance offset for TP Manager (Default: 600).
Use Take Profit Line Enable or disable the interactive Take Profit line module (Default: false).

Partial Manager One-Line Control

Locks in partial profits across open orders automatically the moment market price reaches your designated partial-profit line.

How It Works

  1. Click PL — a single draggable partial-profit line appears on your chart.
  2. Drag the line to the price level where you want partial closure to occur.
  3. When price touches the line, the configured portion of the position volume for every open order in that direction is closed automatically.
  4. The line is removed automatically once execution finishes.
Independent Operation: Works alongside SL and TP managers; specific orders can have partial closes set while others operate independently.
Input Parameter Description
InpPartialProfitPips Default target distance in pips for partial profit execution (Default: 750).
InpPartialManagerDistancePips Initial line distance offset for Partial Manager (Default: 500).
Use Partial Profit Line Enable or disable the interactive Partial Profit line module (Default: false).

Breakeven EA Module (BL & BE Modes) Risk Protection

The Trade Manager MT5 MT4 breakeven module automates stop-loss movement to entry price once a position moves into profit, factoring in broker commissions and swaps.

Core Modes & Features

  • Interactive BL Line: Drag a visual trigger line directly on your chart to activate automatic stop-loss updates when touched by price.
  • Instant One-Click BE: Instantly secure all running trades simultaneously with a single click from the panel during high volatility or news events.
  • Fee-Aware Calculations: Computes specific commission and swap costs for each trade order to ensure true zero-loss breakeven coverage when supported.
Input Parameter Description
BE_OnlyOnce Restricts breakeven adjustment to run only once per position when enabled (Default: false).
Automated Trend & Risk Protection

Trailing Stop 3 Modes & Structural Edge

Three independent ways to trail your stop-loss automatically as price moves in your favor. Use panel button TS to configure settings and the on-chart TR button to toggle the orange trail line.

Mode 1 — Pip-Based Trailing

  1. Enter your target pip distance in the panel field.
  2. Toggle the mode on, then click TR to display the orange trail line.
  3. Trailing initiates when price touches the line. Toggle TR off to deactivate.

Mode 2 — Swing Trail & Marketing Value

  1. Configure the exact number of desired structural swings away from the current price.
  2. The stop-loss automatically tracks and locks in profits dynamically based on the selected market structure (Swing Highs/Lows).
  3. Marketing Advantage: This capability is an exceptional selling point for traders looking for robust, price-action-driven automation that adapts intelligently to market volatility rather than relying solely on rigid pips.

Mode 3 — Moving Average (MA) Trail

  1. Configure timeframe, period, MA calculation method, and applied price in inputs.
  2. Specify candle intersection criteria in the panel.
  3. Click TR for the trail line — trailing activates based on MA values.
Trailing Mode Main Basis Best Use Case
Pip-Based Fixed distance in pips Simple, predictable distance tracking
Swing Custom number of structural swings from current price Technical structure-based trailing & price action adaptation
MA Moving Average indicator Trend-following indicator trailing
Input Parameter Description
Trailing Stop Calculation Timeframe Timeframe used for trailing calculations (Default: 1 Hour).
MA Trailing Period Period used for Moving Average trailing calculations (Default: 24).
MA Method (MODE_SMA, MODE_EM… Moving Average calculation method (Default: Simple).
MA Applied Price Price type applied for MA calculations (Default: Close price).
InpTrailingStopPips Pip-mode trail distance parameter (Default: 500).
InpTrailLineDistancePips Initial distance offset for the trail line (Default: 1000).

Loss Breakeven (TE) One-Click Exit

Designed to move the take-profit target of losing positions toward the calculated breakeven level, incorporating trading costs when supported.

How It Works

  1. If price moves against your entry, click TE on the panel.
  2. The EA instantly adjusts the take-profit target of open positions toward their precise breakeven threshold, accounting for commission and swap where applicable.
  3. If price retraces to that level, positions close automatically, mitigating the loss.

BETE Trendline Trend Break Automation

Automatically protects active trades the moment structural trend lines are broken, without requiring constant chart monitoring.

How It Works

  1. Draw a trendline on your chart and rename its object identifier to exactly: BETE
  2. Configure the target monitoring timeframe in the EA input settings.
  3. If a candle closes against your trade direction and breaches the BETE trendline, the EA acts automatically: profitable positions move to breakeven, and losing positions have Loss Breakeven applied.
  4. Any pending orders are cancelled automatically at the same moment.
Input Parameter Description
BETE Line Trigger Timeframe Timeframe used for monitoring BETE trendline breaks (Default: 30 Minutes).
Automatic Cleanup: If the Partial Manager line is touched while a BETE line is active, the BETE trendline is automatically deleted since the position’s risk profile has changed.

Dark Cloud Cover EA Reversal Detection

Monitors charts for Dark Cloud (bearish) and Gap Up (bullish) reversal patterns, reacting instantly at new candle openings.

How It Works

  1. Place a chart text object containing exactly the single uppercase letter D to activate the module. Delete the text object to deactivate.
  2. The EA scans for Dark Cloud patterns at swing highs or Gap Up patterns at swing lows on your selected timeframe.
  3. Execution triggers instantly at the Open of the new candle upon confirmation.
  4. On trigger: cancels opposing pending orders, moves stop-loss to breakeven on winners, and applies Loss Breakeven on losers. Sends terminal alerts and mobile push notifications.
Input Parameter Description
InpDarkCloud_Timeframe Timeframe used to scan for pattern formations (Default: 1 Hour).
InpDarkCloud_Distance Minimum pip gap requirement between candle open and previous close (Default: 1.0).

Equity Protection EA Account Safeguard

Trade Manager MT5 MT4 guards your account equity against sudden market gaps and extreme volatility that standard stop-losses cannot always prevent.

How It Works

  1. Enable Equity Protection in EA inputs and set your maximum acceptable drawdown percentage (e.g., 20%).
  2. The EA monitors account equity in the background without manual intervention.
  3. If equity drops to or beyond your specified threshold, only losing trades on the active symbol where the EA operates are closed instantly.
  4. Winning trades on that symbol and all trades on other symbols are left untouched.
Input Parameter Description
InpUseEquityProtection Toggle equity protection feature on or off (Default: false).
InpEquityDrop Percent Maximum allowable equity drop percentage before protection triggers (Default: 20.0).

Daily Loss Limit EA Circuit Breaker

Trade Manager MT5 MT4 provides a hard daily stop for challenging trading sessions that closes all open exposure automatically once your daily risk cap is breached.

How It Works

  1. Set your maximum daily risk percentage in the input parameters (e.g., 4%).
  2. Choose between Equity-based calculation (including floating P&L) or Balance-based calculation.
  3. Configure an early-warning distance to trigger on-screen audio-visual alerts before the cap is reached.
  4. If the threshold is breached, all open positions close automatically to protect remaining capital. Tracking resets automatically at broker-server midnight.
Input Parameter Description
Enable Daily Loss Protection Toggle daily loss protection feature (Default: false).
true = Equity Based, false = Balance B… Calculation mode toggle: true for Equity, false for Balance (Default: false).
Max Daily Loss Limit (%) Maximum daily loss percentage allowed before automated shutdown (Default: 4.0).
Pre-warning buffer before limit (%) Early warning buffer percentage prior to daily limit breach (Default: 0.5).
Emergency Controls

Close All & Reset EA Instant Exit

Emergency control buttons for fast exits and error correction, isolated exclusively to the current chart symbol.

CA — Close All Positions

  1. Click CA — the button label changes to OK as a safety confirmation.
  2. Click OK to confirm and close every open position on the active chart symbol instantly.

× — Delete All Pending Orders

  1. Click × to instantly delete every pending limit and stop order on the active symbol.

RE — Reset Chart Lines

  1. Click RE to instantly clear all drawn management lines from your chart without placing or modifying orders.
Input Parameter Description
ShowCloseAllButton Toggle visibility of Close All (CA) button (Default: true).
ShowSLManagerButton Toggle visibility of SL Manager button (Default: true).
ShowBuySellButtons Toggle visibility of Buy/Sell buttons (Default: true).
ShowInstantBEButton Toggle visibility of Instant Breakeven (BE) button (Default: true).
ShowPMButton Toggle visibility of Partial Manager (PM) button (Default: true).
ShowTEButton Toggle visibility of Loss Breakeven (TE) button (Default: true).
ShowTrailingStopButton Toggle visibility of Trailing Stop button (Default: true).
Symbol Isolation: All emergency actions apply strictly to the symbol of the chart where the EA is attached; positions on other symbols remain secure.
Workspace & Licensing

Self-Template & UI Styling Auto Chart Layout

Automatically applies professional chart styling, template layouts, and customized panel dimensions upon attachment.

How It Works

  1. Attach the EA to any chart in MT4 or MT5.
  2. The EA applies its built-in professional template and panel coordinate positioning automatically. Disable this in inputs if you prefer your own custom template.
Input Parameter Description
Use Expert Custom Template & Colors Toggle built-in custom chart styling and template application (Default: true).
ButtonX / ButtonY Panel X and Y screen coordinate placement offsets (Default: 20 / 20).
ButtonWidth / ButtonHeight Default pixel width and height dimensions for panel buttons (Default: 140 / 30).
Entry / Stop / TP / BE / PP Line Colors Visual color customization for chart management lines (CornflowerBlue, Red, Lime, Yellow, YellowGreen).
MainLineStyle / LineWidth Global visual style and thickness settings for management lines (Solid / 1).
Button Default Colors RGB color palettes governing standard, active, and text states for control buttons.

License Management Self-Service

Full self-service control over which trading account your license is active on, without needing support tickets.

How It Works

  1. Log into your dashboard and navigate to My Account → My License.
  2. Enter the new account number where you want the license linked.
  3. Click Update to activate the license on the new account instantly.
  4. You can switch between real and demo accounts once every 12 hours with no total lifetime limits.
Offline Resilience: If your connection to the license server is ever interrupted, Trade Manager MT5 MT4 continues operating offline for up to 2 months to keep your active trades protected.

Common Questions & Troubleshooting Support

Quick solutions to common configuration questions:

Troubleshooting Guide

  • Why is the EA not trading? Check that global AutoTrading is enabled (green), Allow Live Trading is checked, the EA is attached properly, and broker market conditions permit trading.
  • Why is WebRequest failing? Verify that WebRequest is enabled in terminal options and https://precisiontrademanager.com is added exactly as required.
  • Why can’t I switch my license? Check the My Account → My License portal and ensure the 12-hour switching cooldown period has passed.
  • Why does behavior differ on MT4 and MT5? MT4 and MT5 use different internal execution architectures and order structures.
  • Should I test on a demo account? Yes. Always verify settings and test the EA thoroughly on a demo account before risking real capital.

Risk Disclaimer Notice

Precision Trade Manager is a trade-management and automation tool designed to assist with risk calculations and order execution. It does not guarantee profits or prevent losses. Financial trading involves substantial risk. Users are fully responsible for their account settings, risk parameters, position sizing, broker execution conditions, slippage, and ultimate trading decisions.