Auto Risk Manager MT4

AutoRiskManage v2.3 — Documentation
Expert Advisor — MetaTrader 4 & 5
AutoRiskManage v2.3

Automated risk management EA with interactive graphical panel. Applies SL/TP, Break Even, Trailing Stop, and lot size calculation by risk percentage — for any instrument, any broker.

MT4 / MT5 v2.3.0 MQL4 · MQL5 C2C + B2C Time Space Technology

📋 Overview

AutoRiskManage is an Expert Advisor that acts as a risk management layer on top of any manually opened position. It does not generate trading signals — instead it protects and manages positions that are already open, applying the rules you configure through its graphical panel.

SL / TP Assignment
Automatically assigns Stop Loss and Take Profit to any new position that is opened without them.
Break Even
Moves the SL to breakeven (+ protection points) when the position reaches a configurable profit distance.
Trailing Stop
Follows the price dynamically, keeping the SL at a fixed distance once a profit threshold is reached.
Risk-Based Lot Calc
Calculates the exact lot size to risk a given % of the account balance, based on the SL distance and instrument tick value.
Graphical Panel
All parameters are editable directly on the chart — no need to reload the EA to change values.
Persistent Settings
Parameters survive timeframe changes, chart reloads, and MT4/MT5 restarts via GlobalVariables.
The EA only manages positions with Magic Number = 0 (manual trades). Positions opened by other EAs are automatically ignored.

Installation

MetaTrader 5

  1. Copy AutoRiskManage_v2.mq5 to MQL5/Experts/
  2. Open MetaEditor → compile the file (F7)
  3. In MT5, drag the EA from the Navigator onto any chart
  4. Set initial parameters in the Inputs tab → click OK
  5. Ensure AutoTrading is enabled in the toolbar

MetaTrader 4

  1. Copy AutoRiskManage_v2.mq4 to MQL4/Experts/
  2. Open MetaEditor → compile the file (F7)
  3. In MT4, drag the EA from the Navigator onto any chart
  4. Set initial parameters → click OK
  5. Ensure AutoTrading and Allow live trading are enabled
The EA automatically detects the symbol from the chart it is attached to — no need to configure the symbol manually.
To use BUY / SELL buttons on a live account, the broker must allow automated trading through EAs. Always test on a demo account first.

Input Parameters

These are the initial values set when attaching the EA. After the first load, all parameters can be changed from the panel without reloading.

General

Parameter Default Description
InpMagicNumber 1 Magic number used as a filter. The EA only manages positions with Magic Number = 0 (manual trades). This value identifies the EA's own orders (BUY/SELL from panel).
InpPrintLog false Enables verbose logging to the MT4/MT5 Journal. Useful for debugging. Keep disabled in production to avoid noise.

SL / TP

Parameter Default Description
InpLotSize 1.0 Fixed lot size used when Risk% = 0. Ignored when Risk% > 0.
InpRiskPct 0 Percentage of account balance to risk per trade. Set to 0 to use fixed lot size instead. Example: 1.0 = risk 1% of balance.
InpSLPoints 50 Stop Loss distance in real trader points. Enter intuitive values: 50 = 50 DAX points, 50 = 50 pips on Forex. The EA normalizes automatically per instrument.
InpTPPoints 30 Take Profit distance in real trader points. Same normalization as SL.

Break Even

Parameter Default Description
InpUseBreakEven true Enables the Break Even feature.
InpBEPoints 30 Price distance in points that must be reached to trigger Break Even. Measured from entry price.
InpBEPlusPoints 5 Points of protection added above (BUY) or below (SELL) the entry price when moving to breakeven. Ensures a small guaranteed profit.

Trailing Stop

Parameter Default Description
InpUseTrailing true Enables the Trailing Stop feature.
InpTSStartPoints 20 Minimum profit distance (in points) required to activate the trailing stop.
InpTSStepPoints 10 Distance (in points) the trailing SL maintains from the current price.

Panel

Parameter Default Description
InpPanelX 10 Horizontal position of the panel in pixels from the left edge of the chart.
InpPanelY 30 Vertical position of the panel in pixels from the top edge of the chart.

💰 Risk-Based Lot Calculation

When Risk% > 0, the EA calculates the exact lot size to risk a fixed percentage of the account balance on each trade, using the broker's tick value for the instrument.

The result is normalized to the broker's minimum lot step and clamped between the minimum and maximum allowed lot size.

Example

GER40.cash (DAX) — 1% risk
Account Balance $10,000
Risk % 1.0%
Risk Money $100
SL Points 50 pts
SL Price Distance 50 × 1.0 = 50.0
Tick Value (1 lot) ~$10.00
SL Ticks 50 / 0.01 = 5000
Lot Size $100 / (5000 × $10) = 0.20
After clicking Calculate Lot by Risk%, the button shows the calculated lot and the dollar amount at risk (e.g. Lot: 0.20 ($100.00)) for a few seconds before resetting.

📊 Instrument Compatibility

The EA uses GetPipSize() to normalize point values automatically. You always enter intuitive real-price points regardless of broker or instrument. The function detects the instrument type by its decimal digits:

Digits Instrument type Examples 1 pt = "50 pts" in price
5 Forex (standard) EURUSD, GBPUSD 0.00010 0.00500
3 Forex JPY USDJPY, EURJPY 0.010 0.500
4 Forex (legacy 4-digit) Some brokers 0.0001 0.0050
2 Indices & Metals DAX, Gold, SP500 1.00 50.00
1 Some indices NAS100 (some brokers) 1.0 50.0
0 Crypto / integers BTCUSD 1 50
The panel shows "1 pt = X.XX | digits: N" after clicking Apply — use this to confirm the EA has detected your instrument correctly.
AutoRiskManage v2.3  ·  Copyright 2025–2026 Time Space Technology  ·  MetaTrader 4 & 5
Recommended products
Scalping Day Trading Support Utility Scalping One MT4 free One position is displayed with one button. View P & L, Lot, and Point in real time. It is possible to switch the display of positions of only chart currencies and all currency pairs.  (The free version has only 3 positions) Supports automatic identification in Japanese and English   Account currency notation corresponds to dollar, euro, pound, yen (automatic identification) The timeline drawing function can be linked with the clock disp
FREE
OTRX Fimathe Backtest is a tool for the Trader or Enthusiast who uses the Fimathe technique created by Trader Marcelo Ferreira to carry out his training and validate if he can obtain profitability. In this tool you will be able to: 1. Define whether you are looking for a buy or sell entry. (Trend). 2. Define by clicking twice on the horizontal lines where your Reference Zone and your Neutral Zone will be. 3. Monitor the entry, subcycle and exit of the trade. 4. Trading Summary, Daily, Week
FREE
This is a DEMO version of the Smarter Trade Manager Smarter Trade Manager  is an advanced trade management tool that can monitor and manage your manual and EA trades according to the settings you choose. It works as an Expert Advisor (EA), it does not open any trades but it closes trades as per the auto closing settings or when manually pressing any of the close buttons. FEATURES: Three-dimensional  interactive  view of your trades Trade Summary, P/L, Alerts, Closure by  Currency Trade Summary,
FREE
Lot Calculate
Maksim Neimerik
This simple but useful script calculates the lot in % of the deposit. It is indispensable for risk management. There is only one customizable parameter: MaxRisk - risk in % for lot calculation. The product works as a standard script. Launch it once on an appropriate chart and start trading using the calculated lot value. Genious is simplicity! Happy trading!
FREE
ManageEquity
Hadj Ahmed Slimani
ManageEquity - A Powerful Trading Utility for Risk Management ManageEquity is a simple yet powerful trading utility designed to enhance risk management strategies. By attaching this utility to a single chart and specifying the maximum dollar amount for both profit and loss, traders can effectively manage their open orders. With ManageEquity, traders can easily set their desired profit target and maximum acceptable loss for all open trades. Once the profit target is reached or the maximum loss th
FREE
DG Equity Monitor
David Mugo Gathaga
DG Equity Monitor is a useful tool that keeps track of the daily transactions made on the account. The EA automatically and instantly closes all the trades running based on two conditions: 1. If the daily profit target is hit. 2. If the maximum drawdown is reached. An alert is sent immediately one of the above conditions are met. Parameters: Show Account Info -Choose whether or not to display the Account Info on the chart. Show Pop Up Alert -Show alert on chart when either condition 1 or 2 are
FREE
Grid Assistant Pro
Alessandro De Cristofaro
Grid Assistant Pro – Utility for Managing Grid Strategies on MetaTrader 4 Grid Assistant Pro is a professional utility that helps traders manage and monitor unidirectional grid strategies directly from the MT4 chart. It provides a visual dashboard , clear controls, and automated risk protection features for precise and efficient grid operation. Key Features Visual Dashboard Real-time metrics: Balance, Equity, Floating P/L, Drawdown %, Free Margin Grid status: active and pending or
FREE
PZ Trade Pad EA
PZ TRADING SLU
4.29 (31)
This simple visual expert advisor allows you to trade easily from the chart. It handles risk management for you and can perform several useful tasks with your existing trades, saving time and making risk-management for each individual trade easier.  [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products   |  Get Help ] Trade easily from the chart Trade with precise risk management, hassle free Trade pending order with drag and drop price selection Set SL and TP levels with
FREE
VR Color Levels MT4
Vladimir Pastushak
5 (2)
VR Color Levels is a handy tool for those who apply technical analysis using elements such as trendline, rectangle and text. It is possible to add text directly to the chart and take screenshots. You can find settings, set files, demo versions, instructions, problem solving, at [blog] You can read or write reviews at [link] Version for [MetaTrader 5] Working with the indicator is carried out in one click . To do this, click on the button with the line, after which a trend line will appear unde
FREE
Account Info EA It is a tool that presents on the graph all the positions of the account, and specific information concerning the positions, but also the account. It enables the user to have an image of his account at a glance. Use like any expert advisor. You can't attach it in the same chart with other expert advisor. It does not have the ability to open or manage positions. You can attach it on any chart and any timeframe.
FREE
Trading panel for manual trading. Has a fairly wide functionality. Allows you to automatically calculate the order size, open both market and pending orders. It has a wide range of options for closing orders, it is possible to partially close orders, close orders after reaching a certain profit or loss, separately close profitable and unprofitable, buy and sell, as well as pending orders. The panel also contains a simple implementation of a grid of pending orders, reverse and lock functions, tr
FREE
MQLTA Auto Close Demo
MQL4 Trading Automation
Auto Close is an expert advisor that can assist you with your money and risk management rules. The EA can monitor your Balance, Equity, Margin, Global Profit and Global Loss and alert you in case any of these reaches a specified threshold. This Demo Version has Notification and Close features disabled, full version can be found https://www.mql5.com/en/market/product/29141 How does it work? Load the Auto Close EA in the chart and set the parameters you want to keep monitored. If any of the risk
FREE
SL and TP Setter
Giacomo Barone
4 (1)
You can manually open a trade (one click), and this EA will take care of setting the SL and TP. SL and TP are set based on the number of pips you specify in the input screen. You can also choose monetary SL and TP. SL and TP are determined based on the weighted average price (WAP), so if you open a new trade, SL and TP will be updated according to the new WAP. The WAP is not unique but differentiated between buy and sell trades (this is useful only if you open opposite trades on the same chart)
FREE
Activation initiates the sequence from the initial symbol in the Market Watch roster, forming a perpetual loop that continues until deactivation. The system employs global terminal variables to sustain operational continuity amid symbol-induced reinitializations, thereby ensuring uninterrupted performance. This EA should not be checked off as 'Allowed live Trading' and is functional with that checkmark box, when uploading the EA. Principal advantages encompass augmented productivity in overseein
FREE
Trading Panel - Smart Stop Management A free professional trading panel for MT4, built to make manual execution faster, cleaner, and smarter. Trading Panel - Smart Stop Management helps you place Market, Limit, and Stop orders directly from the chart, manage position size, calculate TP/SL from volatility, and protect your execution from temporary spread widening during news, rollovers, or thin market conditions. The panel uses local smart stop logic based on the middle price, helping reduce
FREE
Levels and risk calculator for the Antimartingale (or Antimartingala) technique Totally visual, setup everything from control panel Decide your risk and margin, it will calculate and show trading lavels on the chart Free version of the orginal Antimartingale EA:  https://www.mql5.com/en/market/product/53653 Public Signals using the Antimartingale's technique: https://www.mql5.com/en/signals/1016250 https://www.mql5.com/en/signals/1018964 This EA does not open trades, it only shows the trading le
FREE
Simply clock. Local time as default. There are possible to Select: Local Time /Server Time /GMT Time as input. Please take into account that the local time is the most accurate. However ,this clock always uses local time seconds, even If GMT / Server Time Is selected.  I solved it this way to get more accuracy. Delays can occur when changing minutes or hours, if local time is not selected.
FREE
NAS100 Auto Sl And TP
Moustapha Boulouz
5 (2)
Introducing NAS100 Auto SL and TP Maker for MT4: Never miss setting StopLoss and TakeProfit again with our NAS100 Auto SL and TP Maker, an indispensable assistant for traders navigating the Nasdaq 100 market on MetaTrader 4. This tool is designed for those who seek a seamless solution to automate the management of StopLoss and TakeProfit levels. Key Features: Effortless Automation: Automatically monitors Nasdaq 100 trades without StopLoss and/or TakeProfit. Dynamically adjusts levels based on us
FREE
Symbol Switch Demo
ISO Financial Services
With Symbol Switch you can easily change the symbol of all open charts without losing your analysis or template. Easily monitor many symbols with only one monitor. Auto save\load analysis separately for each symbol (including all graphical analysis and attached indicators). The indicator shows the symbols which are visible in your MT4 "Market Watch" window. To add\remove a symbol just add\remove it from MT4 "Market Watch" window. Monitoring all symbols profit with the panel. Works with all broke
FREE
Tipu Trader
Kaleem Haider
3 (2)
Tipu Trader is a part of Tipu Panel ecosystem that was developed out of need for quick and simple trading. Tipu Trader is an easy to use trade panel for commonly used trade functions. Create you own signals with Tipu Panel and trade along with Tipu Trader, a simple and easy to use trade panel. Features An easy to use trade panel for most commonly used trade functions. Create your own personal trade signals with Tipu Panel , and trade with Tipu Trader. Customizable Panel. The panel can be moved
FREE
OneClick V1
Kusuma Nungki S
Simple button panel of trade on your chart with OneClick V1 Trial version. This trade panel will make it easier for you. Equipped with several functions that make it very easy for you. More tools on OneClick VZ version, see here. This version includes: Open Order Buy Open Order Sell Open Pending Order [Buy Limit - Buy Stop - Sell Limit-Sell Stop] Close ALL orders Close Order Buy Close Order Sell Delete Pending Order [Buy Limit - Buy Stop - Sell Limit-Sell Stop] ENJOY IT!!! ONE CLICK V1 [TRIAL
FREE
LT Round Numbers
Thiago Duarte
4.75 (4)
Round numbers (or key levels) is an amazing strategy. These numbers are strong support and resistance levels. So what this indicator does is draw horizontal lines on the chart to help you find these levels. Configurations: 1St level: Color - lines color. Style - lines style. Width -  lines width. 2Nd level: Second level lines? -  turn off second level lines. Color -  lines color. Style -  lines style. Width -  lines width. Space between lines in points -  I don't need explain :) Display at backg
FREE
Neonplox Trade Manager
Mr Roberto Carlos Ferreira Silva
n3oNpLoX Trade Manager Market Order. Stop Order. Limit Order. To help you Place trades based on the amount of Money in Dollars you want to risk. As it will show in the screenshots you can calculate the right Lot size for the money you want to risk. Calculates Lot Size based on the distance between Stop Loss and Entry Point. 5 Options for TP - (1RR,2RR,3RR,4RR,5RR) It will help you manage your risk and Place trades with the correct Lot Size. So you will not over expose yourself and your money
FREE
Exp4 Tester PAD for Strategy Tester
Vladislav Andruschenko
4.9 (20)
The utility allows you to manually test your strategies in the strategy tester. One-click trading on the visualization chart. The latest version of the utility offers advanced features for traders to manually test their trading strategies. With the strategy tester, you can now evaluate the effectiveness of your trading strategies in a simulated environment. This functionality allows you to analyze the performance of your trading techniques and refine them to improve your trading skills. Moreover
FREE
Symbol Cycler is a lightweight on-chart utility that lets you quickly switch between symbols in your Market Watch list using two simple arrow buttons (). With a single click, you can scroll forward or backward through your predefined symbols without leaving the chart. Key Features: One-click symbol switching from the chart Works with your Market Watch list order Buttons can be placed in any chart corner or even the center Timeframe remains locked while switching symbols Clean, responsive UI
FREE
Period Change Button
Rainer Albrecht
3 (1)
Fastest way to change the period. Suitable for traders who use many charts and timeframes. Size, shape and color can be customized. Inputs Parameters Corner — Choose corner placement Standart is "Right lower chart corner" Color — Background color of the button ColorText — Text color of the button ColorOn — Background color of the button for the current period ColorOnText — Text color of the button for the current period Font — Arial, Verdana... FontSize — Size of the font in pixels DistanceX —
FREE
Signalator Lot Size Evaluator MT4 is a free local MetaTrader 4 utility for manual traders. It helps calculate an estimated lot size before opening a trade manually. The calculation is based on account size, trade direction, entry price, stop loss, risk percentage or fixed money risk, and broker symbol settings. The main purpose is simple: Enter your setup → define your risk → get the suggested lot size. The panel also shows useful pre-trade information such as spread, risk amount, SL/TP distance
FREE
Profitstat free
Tonny Obare
4 (2)
Profitstat is a free indicator that scans your history and displays it on the chart. The free version shows the number of trades and profit made on the current and previous day. The data is updated instantly as soon as a trade closes. Simply attach it to any chart and it gives the account data irrespective of the chart currency nor timeframe.
FREE
InnovaDash Smart Sync is the official data connector designed to bridge your MetaTrader terminal directly to your InnovaDash Analytics dashboard. Built for professional traders, this lightweight utility runs silently in the background, automatically pushing your live equity updates, open positions, and historical trading data to InnovaDash. Why InnovaDash? InnovaDash is a premium, cloud-based quantitative analytics suite that transforms your raw trade data into actionable insights to improve
FREE
LineBreakeven
Andrea Fontanini
Good morning, The following indicator is very useful when managing multiple trades on the same instrument. It allows you to see the average entry price for BUY and SELL trades. If there is an imbalance (as shown in the example photo), the indicator will display the averages of the SELL/BUY trades and a GOLD line that marks the breakeven price (excluding swap and commissions).
FREE
Buyers of this product also purchase
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (110)
Experience exceptionally  fast trade copying with the Local Trade Copier EA MT4 . With its easy 1-minute setup, this trade copier allows you to copy trades between multiple MetaTrader terminals on the same Windows computer or Windows VPS with lightning-fast copying speeds of under 0.5 seconds. Whether you're a beginner or a professional trader, the Local Trade Copier EA MT4 offers a wide range of options to customize it to your specific needs. It's the ultimate solution for anyone looking to inc
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.69 (65)
Professional Trade Copier for MetaTrader 4 Fast, professional, and reliable trade copier for MetaTrader 4 . COPYLOT helps you copy Forex trades between MetaTrader 4 and MetaTrader 5 terminals with flexible synchronization for different account setups. COPYLOT MT4 version supports: MetaTrader 4 to MetaTrader 4 MetaTrader 5 Hedge to MetaTrader 4 MetaTrader 5 Netting to MetaTrader 4   MT5 version Full Description + DEMO + PDF How To Buy How To Install How to get Log Files How To Test and Optimize A
Forex Trade Manager MT4
InvestSoft
4.98 (443)
Trade Manager MT4 is an advanced position size calculator and trade management tool for MetaTrader 4, designed to help traders plan trades faster, control risk more precisely, and manage open positions directly from the chart. It combines order placement, risk based lot calculation, Stop Loss and Take Profit management, Break Even, Trailing Stop, Partial Close, Equity Protection, and external trade management in one panel. Whether you trade forex, indices, metals, commodities, or crypto, Trade M
Trade Assistant MT4
Evgeniy Kravchenko
4.43 (197)
It helps to calculate the risk per trade, the easy installation of a new order, order management with partial closing functions, trailing stop of 7 types and other useful functions. Additional materials and instructions Installation instructions   -   Application instructions   -   Trial version of the application for a demo account Line function -   shows on the chart the Opening line, Stop Loss, Take Profit. With this function it is easy to set a new order and see its additional characteris
Zone Trader MT4
Lee Samson
5 (1)
Trade support and resistance or supply and demand zones automatically once you have identified the key areas you want to trade from. This EA allows you to draw buy and sell zones with a single click and then place them exactly where you expect price to turn. The EA then monitors those zones and will automatically take trades based on price action you specify for the zones. Once the initial trade is taken, the EA will then get out in profit at the opposite zone you place, which becomes the target
News Filter EA MT4
Rashed Samir
5 (10)
News Filter EA: Advanced Algo Trading Assistant News Filter EA is an advanced algo trading assistant designed to enhance your trading experience. By using the   News Filter EA , you can integrate a Forex economic news filter into your existing expert advisor, even if you do not have access to its source code. In addition to the news filter, you can also specify   trading days   and   hours   for your expert. The News Filter EA also includes   risk management   and   equity protection   features
Trade copier MT4
Alfiya Fazylova
4.56 (32)
Trade Copier is a professional utility designed to copy and synchronize trades between trading accounts. Copying occurs from the account / terminal of the supplier to the account / terminal of the recipient, which are installed on the same computer or VPS . PROMOTION - If you have already purchased the "Trade Copier MT5," you can receive the "Trade Copier MT4" for free (for copying MT4 > MT5 and MT4 < MT5). For more detailed information about the conditions, please contact us via private message
Trade Copier Professional — Local Copy Solution Trade Copier Professional is a reliable local trade copying system for MetaTrader 4/5. It allows traders to replicate positions instantly across multiple accounts on the same computer, with built‑in safety controls and a professional dashboard. Overview The EA operates in both Master and Slave modes from a single file, with seamless switching. Trades can be copied between MT4 and MT5 terminals without internet dependency, using local file‑based
DrawDown Limiter MT4
Haidar Lionel Haj Ali
5 (8)
Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
Equity Protect Pro: Your Comprehensive Account Protection Expert for Worry-Free Trading If you're looking for features like account protection, equity protection, portfolio protection, multi-strategy protection, profit protection, profit harvesting, trading security, risk control programs, automatic risk control, automatic liquidation, conditional liquidation, scheduled liquidation, dynamic liquidation, trailing stop loss, one-click close, one-click liquidation, and one-click restore, Equity P
Support and Resistance Dashboard for MT4 is a multi-timeframe and multi-symbol scanner and alert system that finds S/R zones and pivot points for all timeframes and symbols and alerts when price has interaction with them. If you are using support and resistance (or supply and demand) zones in your trading strategy, this dashboard and its alert and filtering system is a big time saver for you. Download demo version   (works on M 1,M5,M30,W1   timeframes) Full description of scanner parameters ->
Working Trial Download Copy Cat More Trade Copier MT4 is not just a simple local trade copier; it is a complete risk management and execution framework designed for today’s trading challenges. From prop firm challenges to personal portfolio management, it adapts to every situation with its blend of robust execution, capital protection, flexible configuration, and advanced trade handling. The copier works in both   Master (sender) and Slave (receiver)   modes, with real-time synchronization of
Telegram to MT4 Multi-Channel Copier automatically copies trading signals from your Telegram channels directly into MetaTrader 4. No bots, no browser extensions, no manual copying. You receive a signal on Telegram and the EA opens the trade on your terminal in a few seconds. The product includes two components: a Windows application that listens to your Telegram channels, and this Expert Advisor that executes the signals on your MT4 terminal. An MT5 version is also available. Setup guide and app
Master Close via Telegram can help you perform some management tasks on MT4/MT5 remotely via your Telegram by one click, easy to set up & use. Demo here (see more Master Notify   Master Control  ) ************************************************************************************ LIST OF COMMANDS: info_acc -  Get account info info_pen -   Get pending orders details info_pos -   Get positions details info_pos_sum -   Get positions summary close_pen -   Delete all pending orders close_pos_all -
Strategy Builder offers an incredible amount of functionality. It combines a trade panel with configurable automation (covert indicators into an EA), real-time statistics (profit & draw down) plus automatic optimization of SL, TP/exit, trading hours, indicator inputs. Multiple indicators can be combined into an single alert/trade signal and can include custom indicators, even if just have ex4 file or purchased from Market. The system is easily configured via a CONFIG button and associated pop-up
PZ Trade Pad Pro MT4
PZ TRADING SLU
3.67 (3)
Effortlessly calculate lot sizes and manage trades to save time and avoid costly errors The Trade Pad Pro EA is a tool for the Metatrader Platform that aims to help traders manage their trades more efficiently and effectively. It has a user-friendly visual interface that allows users to easily place and manage an unlimited number of trades, helping to avoid human errors and enhance their trading activity. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] One of the k
The product will copy all telegram signal to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal, s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to
MT4 to Telegram Signal Provider   turns your trading account into a signal provider. Every trade action, whether manual, by EA or from your phone, is instantly sent as a message to Telegram. You can fully customize the format or use a ready-made template for quick setup. [ Demo ] [ Manual ] [ MT5 Version ] [ Discord Version ]  New: [ Telegram To MT5 ] Setup A step by step user guide is available. Key Features Ability to customize order details sent to subscribers You can create a tiered subs
A professional panel for manual trading that keeps the whole trade cycle in one window on the chart, from a precise entry to protecting your account. Size every position strictly to a defined risk, build the trade with lines directly on the chart using the RR Tool, and place market and pending orders, grids and OCO. The panel takes position management off your hands: partial closing across up to five levels, six types of trailing stop, breakeven and Virtual SL/TP. Daily, weekly and monthly limit
Dear valued clients, Have a good day! This application will support you to manage the risk of your account according to your settings such as automated set the stop loss, take profit, automated close the position of total loss or profit greater than the preset input. You also can set your target equity, it will close all positions when it meet the desired target. The followings are the input parameters: Equity Target To Close and Delete All Orders ($) Equity Limit To Protect (Close All) Appl
MT4 MT5 Trade Bridge for MetaTrader 4 is the MetaTrader 4 component of the MT4 MT5 Trade Bridge system. It allows a MetaTrader 4 terminal to work either as a Master or as a Slave in a local bridge connection with MetaTrader 5. When configured as Master , the MT4 component reads trading activity from the MetaTrader 4 terminal and writes structured trade data into a local bridge file. The connected MT5 component can then read this data and mirror the trading activity according to its selected set
Kali FX Trade Manager
Calvin Andile Mahlangu
Kalifx Trade Manager is a smart on-chart trading and risk-management panel for MetaTrader 4. It replaces manual order tickets and spreadsheet risk math with a compact, draggable panel that lets you place, size, and manage trades directly from the chart — including automatic breakeven, trailing stops, and a 3-level partial close (multi-TP) system with draggable on-chart lines. Built for discretionary traders who want the speed of a one-click panel with the discipline of automated risk rules runn
TradePanel MT4
Alfiya Fazylova
4.84 (95)
Trade Panel is a multi-functional trading assistant. The app contains over 50 trading functions for manual trading and allows you to automate most trading tasks. Before making a purchase, you can test the demo version on a demo account. Download the trial version of the application for a demonstration account: https://www.mql5.com/en/blogs/post/750865 . Full instructions here . Trade. Allows you to perform trading operations in one click: Open pending orders and positions with automatic risk cal
Trade Manager Ultimate (MT4/MT5) - Professional Risk & Trailing Management Welcome to   Trade Manager Ultimate   — the ultimate risk management and trailing solution designed to make your manual trading intuitive, precise, and highly controlled. This is not just a dashboard; it's a comprehensive engine for seamless position management and advanced capital protection. Whether you are a professional scalper or a long-term trend follower, Trade Manager Ultimate adapts to your strategy, offering ins
Trade Copier Global
Laszlo Tormasi
5 (15)
Trade Copier Global: The name speaks for itself. This copier allows you to copy orders between MT4 terminals even if they are not installed on the same computer. Features Copying trades between MT4 terminals around the world with a short delay. Automatically recognizes symbol prefixes. Can connect many Slaves to the same Master. Supports pending and market orders. Supports partial order close (with limitations, see below) Can send messages and notifications to the Slaves from the Master Several
Automatic profit locking when target profit is reached EquityTargetCloser   — is a utility expert advisor for MetaTrader 5 that automatically closes all market positions and deletes pending orders as soon as   equity exceeds the current balance by a specified profit amount . After all positions are closed, the target automatically increases: the new threshold = new balance + specified profit. The EA does not open trades, it only manages existing positions, helping to reliably lock in profit and
Copier->Convenient and fast interface interaction, users can use it right away   ->>>> Recommended to use on Windows computers or VPS Windows Features: Diversified and personalized copy trading settings: 1. Different lot modes can be set for different signal sources 2. Different signal sources can be set for forward and reverse copy trading 3. Signals can be set with comments 4. Whether to calibrate the lot according to the contract lot Diversified and personalized copy order settings 2: 1. Dif
CloseIfProfitorLoss with Trailing
Vladislav Andruschenko
4.87 (31)
Close If Profit or Loss with Trailing for MetaTrader 4 — automatic closing by total profit or loss A reliable trade-management utility for MetaTrader 4 that automatically closes positions when the total profit or total loss reaches the level you set. The Expert Advisor monitors open trades, calculates floating profit and loss, can trail profit, and helps close positions faster than manual reaction. MetaTrader 4 is still used by many manual traders, grid traders, scalpers, and Expert Advisor use
RSI Dashboard is a great tool for quickest possible analysis of multiple currency pairs  at the same time in terms of Oversold or Overbought . All displayed and used by indicator symbols are freely to choose and are specified using a space separated list in parameters you're able to analyze not only predetermined ones, but everything that your broker offers, also commodities, equities, indices, ones with prefixes, suffixes etc. There are 3 types of alerts: alert notifications in the MT4 termin
Auto Trade Copier
Vu Trung Kien
4.76 (85)
Auto Trade Copier is designed to copy trades to multiple MT4, MT5 and cTrader accounts/terminals with 100% accuracy. The provider and receiver accounts must be on the same PC/VPS. With this tool, you can copy trades to receiver accounts on the same PC/VPS. All trading actions will be copied from provider to receiver perfectly. This version can be used on MT4 accounts only. For MT5 accounts, you must use Auto Trade Copier for MT5 . Reference: - For MT4 receiver, please download Trade Receiver Fre
More from author
Auto Risk Manager Mt5
Mildry Yocasta Feliz Rodriguez
AutoRiskManage v2.3 — Documentation Expert Advisor — MetaTrader 4 & 5 AutoRisk Manage v2.3 Automated risk management EA with interactive graphical panel. Applies SL/TP, Break Even, Trailing Stop, and lot size calculation by risk percentage — for any instrument, any broker. MT4 / MT5 v2.3.0 MQL4 · MQL5 C2C + B2C Time Space Technology Overview AutoRiskManage is an Expert Advisor that acts as a risk management layer on top of any manually opened position. It does not generate trading signals — i
FREE
Asistente Manual MT4
Mildry Yocasta Feliz Rodriguez
Documentación 1. Objetivo General El EA fue diseñado como un asistente manual avanzado para MetaTrader 4. Su objetivo es permitir la apertura y gestión de operaciones manuales mediante un panel visual integrado en el gráfico, utilizando control porcentual de riesgo, SL/TP monetario y un sistema de protección global de pérdida flotante. 2. Características Principales - Panel gráfico interactivo. - Apertura manual BUY/SELL. - Cálculo automático de lotaje. - SL basado en porcentaje de cuenta. - TP
Filter:
No reviews
Reply to review