• Overview
  • Reviews
  • Comments

TradeMngr

TradeManager 1.0 is an Expert Advisor for MetaTrader 4 y 5 that streamlines real-time trade management. Through a graphical control panel, you can send market and pending orders, move stop losses to breakeven, and automatically calculate position size based on your risk settings. Below is a comprehensive overview of its features and input parameters.


Key Features

  1. Market Orders & Pending Orders

    • BUY/SELL Buttons: Instantly open long or short positions at market.

    • BUY STOP / SELL STOP / BUY LIMIT / SELL LIMIT Buttons: Draw interactive horizontal lines on the chart for entry, stop loss, and take profit. Adjust visually, then confirm with “PLACE PENDING ORDER” to submit the pending order.

  2. Risk Management and Auto Lot Sizing

    • RiskType: Choose how the lot size is determined:

      • Lots: Use a fixed lot size ( FixedLots ).

      • Percentage: Calculate lot size as a percentage of account equity or a base amount.

    • AmountForCalculation: Select the base used for risk calculations:

      • CurrentBalance (live account balance)

      • BaseAmount (a fixed value entered in TotalAmountInMoney )

    • RiskPercent: When RiskType=Percentage , specify the percentage of the account to risk per trade (e.g., 1.0 for 1 %).

    • RiskReward: Defines the Risk:Reward ratio. For example, if RiskReward=3.0 and SL is 50 pips, TP will be 150 pips.

    • CalculateAdjustedLotSize: Computes the optimal lot size to risk the specified amount (fixed or percentage), respecting the broker’s minimum/maximum volume rules.

  3. Configurable Stop Loss and Take Profit

    • StopLoss (in points): If > 0, the EA calculates the SL price as EntryPrice ± StopLoss * _Point .

    • When both StopLoss > 0 and RiskReward > 0 , the TP is computed as EntryPrice ± (StopLoss × RiskReward) × _Point .

    • The EA automatically enforces minimum distance requirements ( SYMBOL_TRADE_STOPS_LEVEL and SYMBOL_TRADE_FREEZE_LEVEL ) before sending any order to satisfy broker constraints.

  4. “BREAKEVEN” Button

    • Clicking “BREAKEVEN” loops through all open positions for the current symbol with the specified MagicNumber , then moves each SL to OpenPrice ± 1 pip (depending on BUY or SELL), provided the trade is in profit and meets the broker’s minimum distance.

  5. Quick-Close Buttons

    • CLOSE THIS: Closes all open positions for the current chart’s symbol (filtered by MagicNumber ).

    • CLOSE ALL: Closes all open positions on all symbols (filtered by MagicNumber or closes everything if MagicNumber=0 ).

    • CloseDeletePendingOrders: When set to true , both “CLOSE THIS” and “CLOSE ALL” also delete any pending orders that share the same MagicNumber .

  6. Adjustable Magic Number

    • MagicNumber: Uniquely identifies orders and positions belonging to this EA. Allows running multiple instances of TradeManager on different charts or symbols without interference.

  7. Intuitive Graphical Interface

    • A pop-up panel titled “TradeManager 1.0” appears on the chart with color-coded buttons (red for closes, blue for market orders, fuchsia/blue for pending orders, yellow for breakeven).

    • Pending order setup objects (horizontal lines and labels) are drawn live on the chart; simply drag to adjust prices before confirming the order.


Variable Description Example Value
RiskType    Lot sizing method. Lots = fixed lot; Percentage = percentage of account. Percentage
AmountForCalculation    Base for risk calculation. CurrentBalance = real-time account balance; BaseAmount = fixed amount ( TotalAmountInMoney ). BaseAmount
TotalAmountInMoney    The fixed base amount (in account currency) used for risk calculations when AmountForCalculation=BaseAmount . 100000.0
FixedLots    Fixed lot size (if RiskType=Lots ). 0.05
StopLoss    Stop loss in points for automatic SL and TP calculation (0 = disabled). 200
CloseDeletePendingOrders    If true , the close-buttons will also delete any pending orders; if false , they close only active positions. true
MagicNumber    Unique identifier to tag orders/positions created by this EA. 777665
RiskPercent    Percentage of the account to risk per trade when RiskType=Percentage (1.0 = 1 %). 1.0
RiskReward    Risk:Reward ratio. E.g. 3.0 to target a 1:3 reward. 3.0
PendingOrderOffsetPoints    Initial distance (in points) from the current price for placing BUY/SELL STOP/LIMIT orders. 200


How to Get Started

  1. Installation & Attaching

    • Copy the compiled file TradeManager.ex4  into ...\MQL4\Experts\ .

    • In MetaTrader 4, drag “TradeManager 1.0” onto a chart or right-click → “Expert Advisors” → “Add to Chart”.

  2. Configure Inputs

    • In the Inputs tab of the Properties window, set:

      • RiskType (Lots or Percentage) depending on whether you want fixed lots or percentage-based sizing.

      • AmountForCalculation to choose between using live equity or a fixed base amount ( TotalAmountInMoney ).

      • Adjust RiskPercent , RiskReward , StopLoss , FixedLots , and MagicNumber as needed.

  3. Use the Control Panel

    • BUY/SELL: Open immediate market orders with SL and TP calculated per your settings.

    • BUY STOP / SELL STOP / BUY LIMIT / SELL LIMIT: Initiate pending order setup, drag the lines on the chart to your desired price levels, and then click “PLACE PENDING ORDER” to send the order.

    • BREAKEVEN: Move the SL of all open positions on this symbol to breakeven (+1 pip) once they are in profit.

    • CLOSE THIS: Close all open positions for the current symbol and (optionally) delete pending orders if CloseDeletePendingOrders=true .

    • CLOSE ALL: Close all open positions on all symbols and (optionally) delete all pending orders.

Benefits of TradeManager 1.0

  • Speed & Precision: Open or close trades with a single click—no need to manually type orders.

  • Integrated Risk Management: Auto-compute position size based on your capital and specified risk.

  • Visual & Interactive: Configure pending orders by dragging lines directly on the chart, viewing SL, TP, and risk information in real time.

  • Multi-Instance Friendly: Use different MagicNumber values to run independent instances of TradeManager on multiple charts or symbols.

  • Broker-Compliant: Automatically respects minimum stop and freeze-level requirements, avoiding order rejections.


Recommended products
This tool will perform Trailing stop loss and Break even management for orders. Helps you limit or reduce the time spend watching orders on the screen, especially when you need to go to sleep. Just add this EA to 1 chart, you can manage all pairs. You can filter orders by comment, magic number, symbol, and order ticket number. When Breakeven it can add shift/offset pips (to cover the commission...). You can try in strategy tester before purchase. The EA will add Buy and Sell alternately, so yo
Trade Auto Close
Makarii Gubaydullin
Automatic Trade Closure: at time, or Profit / Loss trigger With this utility, you can automate the trade closure under a given condition. Multifunctional tility : 66+ features, including this tool  |   Contact me  if you have any questions  |   MT5 version To activate the Auto-Close, you need to set the following parameters (on the panel): 1. Symbol   for which the function will be applied: for a specific   [Symbol]   / or for   [ALL]   symbols. 2.   Condition,   when to close: [if total] / [if
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. https://www.youtube.com/@ganesha_forex We do not guarantee your investment results. Investments should be made at your own risk. We sharll not be liable for any disadvantage or damage caused by th
It is so very disappointing when the price does not have enough points to achieve Take Profit and makes a reversal. This EA sets virtual levels near the TakeProfit levels. This EA sets virtual levels next to TakeProfit orders. If these levels are reached by price, breakeven or trailing stop is applied for an order. Features This EA does not set new orders. The aim of this EA is to manage stop losses of existing orders that are set by another EA or manually (magic number equals 0). For correct w
Trade Assistant Pro 36 in 1
Makarii Gubaydullin
4.75 (20)
Multifunctional tool: Lot Calculator, Grid Orders, R/R ratio, Trade Manager, Supply and Demand zones, Price Action and much more Demo version   |   User manual Trade Assistant   doesn't work in the strategy tester: you can download the Demo Version HERE  to test the utility . Contact me for any questions  / ideas for improvement / in case of a bug found If you need a MT5 version, it is available   here Simplify, speed up and automate your trading process . Expand the standard terminal capabilit
Trade panel manual is a multifunctional trading assistant. It allows you to open market and pending orders in one click. Value is set via button menu edit or deleted by specific buttons pending orders and the value of take profit and stop loss in one click. Through the edit menu of the button, a value is set that can be easily changed by simply moving level_tp lines for take profit or stop loss levels and for pending orders. It is possible to select orders and determine for them and set the leve
Have you ever struggled to calculate the correct position size when trading on MT4 or MT5 from your mobile device? Often, while using clunky external calculators, you miss crucial trading opportunities or end up making costly mistakes. Our app is specifically designed to solve this problem and revolutionize your mobile trading experience. With this innovative solution, you can: Save Time: Forget about frustrating calculators. Our script integrates seamlessly with your MT4 account to automaticall
The indicator shows the operating time of the world exchanges. Help you to see which markets are currently most active Check out my  #1 Pro  Utility : 66+ features, including this tool  |   Contact me  if you have any questions Helps to select the most volatile instruments at the moment; Especially useful for an intraday traders; 1) When using on time frames 1H and below: the lines will correspond to the actual location of the bars on the chart, and when moving the chart, the lines of the tradi
Now, you have your very own   PROP FIRM AUTO-CLOSER   program! Once your account target or drawdown hits, all open orders will close automatically. ========================================== INPUTS: Account target (exact amount):   Put the exact account target. Once the equity hits your specied account balance target, all open orders will close. Make sure to add some buffer to consider slippage. Use fixed value or dynamic value:   Choose whether you will need a fixed value or dynamic value for
Symbol Manager
Taras Slobodyanik
5 (4)
Symbol Manager or Grid Manager, designed to group orders into one position (by Symbol or by Magic Number). This utility will be useful to multi-currency traders (many EAs), who can have multiple orders on several pairs. You will be able to see the total number of lots, the total profit, and set virtual stop loss and virtual take profit. To set a real TP (or SL), you must first set the virtual value, and then enter the command in this cell: "set". If you want to set real TP/SL for all orders at
TP SL Bot
Ruslan Brezovskiy
TP SL Bot is a utility that automatically sets Stop Loss and Take Profit for newly opened orders in several ways. There is also a function for calculating the volume that you need to open the trade to get the desired amount with the specified Stop Loss / Take Profit size in points. There are several options for calculating the size and setting parameters TP and SL: 1. Setting based on the amount specified by the user as a percentage of the current deposit balance. 2. Setting as the amount entere
Verdure Lot Calculator
Olawale Adenagbe
5 (1)
Overview Money management is an all-important aspect of trading that many traders often overlook. It is very possible that even with a winning strategy, bad money management can often result in huge loses. Verdure Lot Calculator aims to help traders minimize risk and exposure in the Forex market. Verdure Forex Calculators implements Lot (Trade or Contract Size) Calculator as an indicator on MT4 platform. Lot Calculator (trade or contract size) A lot refers to a bundle of units in trade. In Fore
Auto tactic trade with two Lines:  They are (Top Line) and (Bottom Line), for tactic trade. Big Features:  Line will be auto created and detect the Top of shape, and Bottom of shape.  Display  how far the Line from market price.  When Market Price *Touch (Top Line), will create a new order : **Sell**.  When Market Price *Touch (Bottom Line),will create a new order:**BUY**. Moving the Lines:  Double Clicks on Line,it will be movable by User's Mouse. You can let a Line longer by Double Clicks on
King ElChart Manual Trade Panel MT4
Mohammed Maher Al-sayed Mohammed Ahmed Saleh
King Chart – Manual Trading Panel for MetaTrader 4 A powerful and easy-to-use tool designed to simplify manual trading on the MT4 platform. This panel helps traders execute orders quickly, manage risk efficiently, and monitor account performance in real time. Key Features Multiple Entry Buttons 3 Buy and 3 Sell buttons for instant trade execution. Each button is linked to a customizable lot size input, allowing fast scaling into or out of trades using different entry sizes. Includes dedicated bu
Prop Trade Assistant – Trading Panel for MT4 Prop Trade Assistant is a trading panel for the MetaTrader 4 platform designed to help traders efficiently manage their manual trades. This tool calculates potential profit and loss, allows users to set daily profit and loss limits, and automatically closes all trades when these limits are reached. Features: Profit and Loss Calculation Automatically calculates potential profit and loss based on lot size and predefined Stop Loss (SL), Take Profit (TP
MT4 to Telegram Pro/Copier is a powerful MetaTrader 4 Expert Advisor designed to enhance your trading experience by sending real-time trade notifications and comprehensive reports to your Telegram channel. Ideal for signal providers and trainers, this utility copies trades placed manually or by other EAs in your account, offering customizable alerts, advanced trade management, and a user-friendly dashboard for performance insights. It streamlines communication with subscribers without relying o
Lucky Trade Panel MT4
Nina Yermolenko
5 (1)
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
Slow Pips OCO Trade Panel is an advanced trading panel for placing pending orders. Traders can use this panel to place two pending orders at once. One pending order would be of buy entry type and the other one would be of sell entry type. Both orders will have Stop Loss and Take Profit parameters. Since two pending orders are placed at the same time, the pending order for which the price hits first gets converted into a market order and the other pending order gets deleted (one order cancels the
One Click Trader Utility
AL MOOSAWI ABDULLAH JAFFER BAQER
One-Click Trader Utility for MT4 Professional Trading at Your Fingertips One-Click Trader Utility is a premium MT4 tool designed for active traders who need lightning-fast execution and real-time performance metrics. For just $30, transform your trading experience with institutional-grade technology previously available only to professional traders. Key Features Ultra-Fast Execution - Open and close positions with a single click, critical for scalpers and news traders Real-Time Market Metrics -
Auto SL TP MT4
KEENBASE SOFTWARE SOLUTIONS
KT Auto SL TP automatically sets the stop-loss and take-profit as soon as it detects manually placed orders on the chart. It can effortlessly place the stop-loss and take profit for the market, limit and stop orders simultaneously. Features It can set the stop-loss and take-profit for all the active symbols from a single chart. Equipped with trailing stop-loss with steps.  Seamlessly works for the market and pending orders. Shows the informational text information on the chart. Inputs Current
Smart Key Trade Manager
Stephen Sanjeeve Sahayam
Most retail traders cannot manage risk and blow accounts by over risking or over trading. This tool fully automates drawdown and risk management, leaving a trader to only focus on their entries. It is the first and only trade manager that uses price action with its Aggressive Risk Control feature to automatically close partial positions when price goes against the trade. This ensures that losses are always kept smaller than wins. Can be used with any entry method and with any trading style; sc
Expert Advisor for MT4 Useful utility MUST have for all traders.  With 1 click button, you're able to close all your open positions. Its come with a warning pop up notification when you click to close all your trades, to avoid an accident press the button. Just press 'Yes' to confirm or 'No' to cancel it. The expert will close all your open positions no matter what pairs you currently open or directions. Just attach the expert on 1 of your chart, and you're good to go.
With the Magic Keyboard (MT4 Manager), you can transform your keyboard into a powerful trading tool. This innovative feature allows you to easily buy, sell, and close trades and move your stop loss to breakeven by simply pressing specific keys on your keyboard. Additionally, the tool automatically adds Stop Loss and Take Profit levels to buy and sell orders, streamlining your trading process effortlessly. MT5 Version: https://www.mql5.com/en/market/product/133390?source=Site+Profile+Seller Key
Golden Gestion TP SL
Matthias Hubert Patrick Snidaro
Auto SL/TP Manager EA – Gestion Automatique Intelligente Auto SL/TP Manager EA est un Expert Advisor conçu pour automatiser la gestion des commandes avec une efficacité maximale et une grande discrétion. Il gère automatiquement : Le Stop Loss (SL) et le Take Profit (TP) Le Profit Lock (verrouillage progressif des bénéfices) Le Trailing Stop avec plusieurs méthodes avancées L' affichage masqué du SL et du TP pour plus de discrétion (non visible par le courtisan) C'est l'outil idéal pour les
Grid Maestro
Ruslan Brezovskiy
Grid Maestro is a utility that automatically builds a grid of orders based on specified parameters: grid step, number of orders and volume multiplier. The first trade is opened by pressing a button on the screen. There is also a function for automatic parameter selection calculated based on the analysis of the maximum drawdown for the instrument. Features: • Works only with orders opened by pressing buttons on the screen. • When using automatic mode, a timeframe of at least H1 is recommended for
Auto Stop Loss (MT4 Manager) automatically adds Stop Loss and Take Profit to buy and sell orders, including pending orders. It features a break-even option and a trailing stop for easy setup. Key Features: Automatic Stop Loss Automatic Take Profit Automatic Break-even (true/false option) Automatic Trailing Stop (true/false option) You can control Multi Symbols from one chart   MT5 Version: https://www.mql5.com/en/market/product/132500?source=Site+Profile+Seller Input-Settings: ------ Trade
Trade Manager 4 Lite is trading panel developed with a goal to make manual trading in some (routine) task easier. Trade Manager 4 Lite also works in Strategy Tester. Version for Meta Trader 5 is here: Trade Manager 5 Lite Main features of Trade Manager 4 Lite Trading for Forex and CFDs Support for 4 and 5 digit brokers 65 combinations to set order Set Take Profit, Stop Loss and entry level for Pending Order with lines positioned on the chart Break Even Trailing Stop Loss Multiple Orders at one
Smartility
Syed Oarasul Islam
This utility is designed to help you with your Manual Trading. It allows different ways of closing trades. It can display total number of BUY and SELL orders individually and also their individual profits. It can enter trades without stopl loss and take profits. However upon selecting UseStopLossTakeProfit from the settings it can use best possible stop loss and take profits based on the market conditions. Upon selecting the CloseOppositeTrades  from the settings it can close opposite trades. Fo
Hello guys "Trader Assistant Mini" is a handy tool to calculate risk per trade with a fluent R:R panel. Risk to Reward Ratio plus Trade Panel: It is handy for every trader to calculate the size of loss concerning the size of profit and also manage the risk per trader so that he can judge whether it's a good trade or not. Also, it shows the loss and Profit in pips and percentages and loss and profit. It has partial exit (TP1) capability too. How to install the demo version + Demo file: Trader Ass
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
Buyers of this product also purchase
Forex Trade Manager MT4
InvestSoft
4.98 (405)
Welcome to Trade Manager MT4 - the ultimate   risk management tool   designed to make trading more intuitive, precise, and efficient. This is not just an order placement tool; it's a comprehensive solution for seamless trade planning, position management, and enhanced control over risk. Whether you're a beginner taking your first steps, an advanced trader, or a scalper needing rapid executions, Trade Manager MT4 adapts to your needs, offering flexibility across all markets, from forex and indice
Trade Assistant MT4
Evgeniy Kravchenko
4.43 (184)
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
Grid Manual MT4
Alfiya Fazylova
4.71 (17)
Grid Manual is a trading panel for working with grid strategies. The utility is universal, has flexible settings and an intuitive interface. It works with a grid of orders not only in the direction of averaging losses, but also in the direction of increasing profits. The trader does not need to create and maintain a grid of orders, the utility will do it. It is enough to open an order and the Grid manual will automatically create a grid of orders for it and will accompany it until the close. Ful
Local Trade Copier EA MT4
Juvenille Emperor Limited
5 (95)
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)
Trade copier for MetaTrader 4.   It copies forex trades, positions, and orders from any accounts. It is one of the best trade copiers   MT4-MT4, MT5 - MT4   for the   COPYLOT MT4   version (or   MT4 - MT5 MT5 - MT5   for the   COPYLOT MT5   version).        MT5 version Full Description +DEMO +PDF   How To Buy    How To Install     How to get Log Files    How To Test and Optimize    All products from Expforex Copier  version for      MetaTrader 5  terminal ( МТ5 - МТ5, МТ4 - МТ5 )-  Copylot Cli
Mentfx Mmanage
Anton Jere Calmes
5 (15)
The added video will show you the full functionality, effectiveness, and simplicity of this trade manager. Drag and Drop Trade Manager. Draw your entry and have the tool calculate the rest. Advanced targeting and close portions of a trade directly available in tool (manage trades while you sleep). Market order or limit order on either side with factored spread. Just draw the entry, the tool does the rest. Hotkey setup to make it simple. Draw where you want to enter, and the stop loss, the tool c
Unlimited Trade Copier Pro is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not b
TradePanel MT4
Alfiya Fazylova
4.84 (88)
Trade Panel is a multifunctional trading assistant. The application contains more than 50 trading functions for manual trading and allows you to automate most trading operations. Attention, the application does not work in the strategy tester. Before purchasing, you can test the demo version on a demo account. The demo version is here . Full instructions here . Trade. Allows you to perform trading operations in one click: Open pending orders and positions with automatic risk calculation. Open mu
Remote Trade Copier   is an advanced tool designed for efficiently copying trades between accounts in both   local   and   remote   modes. It allows for lightning-fast order replication from a master account to a slave account. In local mode, trades are copied instantly, while in remote mode, the copying process takes a second. MT5 Version Find out more here:  https://www.mql5.com/en/users/rashedsamir/seller Local mode refers to both MetaTrader platforms being installed on the same system, whe
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
News Filter EA MT4
Rashed Samir
5 (6)
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
EasyInsight MT4
Alain Verleyen
5 (1)
EASY Insight – Smarter Trading Starts Here Overview What if you could scan the entire market – Forex, Gold, Crypto, Indices, and even Stocks – in seconds, with no manual chart screening at all? EASY Insight is your all-in-one export engine for AI-powered trade analysis. It gathers data from the most relevant indicators – including both 8 standard indicators and, if installed, your licensed Stein Investments tools – and transforms it into a clean, structured CSV format that’s perfect for backte
Telegram to MT4 Coppy
Sergey Batudayev
5 (4)
Telegram to MT4: The Ultimate Signal Copying Solution Streamline your trading with Telegram to MT4 , the cutting-edge utility designed to copy trading signals directly from Telegram channels and chats to your MetaTrader 4 platform—without the need for DLLs. This robust solution ensures seamless execution of signals with unparalleled precision and customization options, saving you time and boosting your efficiency. [Instructions ] [ DEMO ] Key Features Direct Telegram API Integration Authenticate
RiskGuard Management MT4
MONTORIO MICHELE
5 (3)
ATTENTION   the expert does not work in strategy tester, for a trial version visit my profile. ATTENTION the expert must remain with the operations history in " COMPLETE HISTORY " Manual to download the automatic journal visit my profile RiskGuard Management – Professional trading, without compromise RiskGuard Management is the ultimate ally for traders who want to maximize profits and minimize losses with advanced risk management. It’s not just a tool; it’s an intelligent system that helps you
The Expert Advisor will help you forward all pop-up alert with screenshot from  MetaTrader 4 to Telegram channel/ group, also forward all notifications to Telegram. Parameters  -  Telegram Bot Token - create bot on Telegram and get token.  -  Telegram Chat ID  - input your Telegram user ID,  group / channel ID  -  Forward Alert - default true, to forward alert.  -  Send message as caption of Screenshot - default false, set true to send message below Screenshot  How to setup and guide  - Telegram
Trade Manager MT4 DaneTrades
Levi Dane Benjamin
4.09 (11)
Trade Manager to help you quickly enter and exit trades while automatically calculating your risk. Including features to help prevent you from Over Trading, Revenge Trading and Emotional Trading. Trades can be managed automatically and the account performance metrics can be visualised in a graph. These features make this panel ideal for all manual traders and it helps to enhance the MetaTrader 4 platform. Multi Language support. MT5 Version  |   User Guide + Demo The Trade Manager does not work
The Expert Advisor will help you forward all alert from MetaTrader 4 to discord channel. Parameters Discord url webhook - create webhook on your discord channel. Use multi webhook url - use file to input multi webhook url, with each line, input one link, input symbol before link to send only alert from the symbol to the channel. Example: EURUSD=link1 Forward alert - default true, to forward alert. Send message as caption of screenshot - default true, one message include alert and screenshot  For
The MT4 to Discord Signal Provider is a user-friendly, fully customizable utility designed for sending trading signals directly to Discord. This tool transforms your trading account into an efficient signal provider. Customize message formats to suit your style! For ease of use, select from pre-designed templates and choose which message elements to include or exclude. [ Demo ] [ Manual ] [ MT5 Version ] [ Telegram Version ]  New: [ Telegram To MT5 ] Setup Follow our detailed user guide for eas
Exp SafetyLock PRO
Vladislav Andruschenko
4.57 (28)
SAFETYLOCK is a powerful tool that enables traders to shield their positions from sudden market reversals by automatically placing an opposite order for any open trade. When a trader or an Expert Advisor (EA) initiates a position, SAFETYLOCK immediately sets a corresponding pending order (Buy Stop or Sell Stop). If the original position starts incurring losses, the pending order is triggered, creating a protective lock that helps mitigate risk. This Expert Advisor offers flexibility, allowing y
GRID for MT4
Volodymyr Hrybachov
The GRID for MT4 trading panel is equipped with the functions of opening, closing and tracking orders. Closing orders is a basket, either unidirectional - only BUY or SELL, or multidirectional BUY and SELL together. To close positions, you can use the functions of stop loss, take profit, breakeven and trailing stop. Stop loss and take profit can be set in% of the balance. It has the functions of minimum holding time and minimum interval between opening new orders in seconds. Parameters: MULTID
Custom Alerts MT4
Daniel Stein
5 (7)
Custom Alerts: Monitor Multiple Markets and Never Miss a Key Setup Overview Custom Alerts is a dynamic solution for traders who want a consolidated way to track potential setups across multiple instruments. By integrating data from our flagship tools—such as FX Power, FX Volume, FX Dynamic, FX Levels, and IX Power— Custom Alerts automatically notifies you of crucial market developments without juggling multiple charts or missing prime opportunities. With support for all asset classes your brok
MACD Divergence Scanner is a multi-timeframe and multi-symbol dashboard and alert that checks all timeframes and symbols to find regular and hidden divergences between price chart and MACD indicator. This divergence scanner is integrated with support and resistance zones so you can check the MACD divergences in the most important areas of the chart to find trend reversals in the price chart. Download demo version   (works on M 1,M5,M30,W1   timeframes) Full description of scanner parameters ->  
A trade copier that does this General Functionality Built-in mode toggle: run as Master (send) or Slave (receive) High Accuracy and brokers friendly 1 Master can support many slaves, 1 Slaves can have many master Copy MT5 to/from MT4, or MT5 to MT5 Fast setup with auto prefix and suffix detection Cross-broker support with prefix/suffix handling and custom symbol mapping Compatible with ECN/STP and market-execution brokers Extremely lightweight, efficient, and scalable design Seamless operation
Auto Trade Copier
Vu Trung Kien
4.7 (91)
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
Trade Dashboard MT4
Fatemeh Ameri
4.96 (50)
Tired of complex order placement and manual calculations? Trade Dashboard is your solution. With its user-friendly interface, placing orders becomes effortless, by a single click, you can open trades, set stop loss and take profit levels, manage trade lot size, and calculate risk to reward ratios, allowing you to only focus on your strategy. Say goodbye to manual calculations and streamline your trading experience with Trade Dashboard. Download  Demo Version  right now. You can find  Details of
Partial Closure EA MT4
Juvenille Emperor Limited
5 (3)
Partial Closure EA MT4   allows you to partially close any trade on your account, manually by a chosen percentage of the lot size and/or by trade ticket, or automatically at specified percentages of the TP/SL level, closing a percentage of the initial lot size across up to 10 take profit and 10 stop loss levels.  It can manage all or selected trades in your account by specifying or excluding certain magic numbers, comments, or symbols. Tip: Download the free demo version of the Partial Closure E
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.86 (58)
Trading Panel for trading in 1 click.  Working with positions and orders!  Trading from the chart or the keyboard. Using our trading panel, you can trade in one click from the chart and perform trading operations 30 times faster than the standard MetaTrader control. Automatic calculations of parameters and functions that make life easier for a trader and help a trader conduct their trading activities much faster and more conveniently. Graphic tips and full information on trade deals on the chart
EasyInsight AIO MT4
Alain Verleyen
3 (1)
EASY Insight AIO – All-In-One Power for AI-Driven Trading Overview Want to skip the setup and start scanning the entire market – Forex, Gold, Crypto, Indices, and even Stocks – in seconds? EASY Insight AIO is the complete plug-and-play solution for AI-powered trade analysis. It includes all core Stein Investments indicators built-in and automatically exports clean, structured CSV files – perfect for backtesting, AI prompts, and live market decision-making. No need to install or configure indic
Telegram To MT4 Receiver
Levi Dane Benjamin
4.2 (5)
Copy Signals from any channel that you are a member (including private and restricted) straight to your MT4.  This tool has been designed with the user in mind while offering many features you need to manage and monitor the trades. This product is presented in an easy-to-use and visually attractive graphical interface. Customise your settings and start using the product within minutes! User Guide + Demo  | MT5 Version | Discord Version If you want to try a demo please go to user guide. The Tel
Trade copier MT4
Alfiya Fazylova
4.53 (30)
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 . Before buying, you can test the demo version on a demo account. Demo version here . Full instruction here . Main functionality and benefits: Supports copying MT4> MT4, MT4> MT5, MT5> MT4, including MT5 netting accounts. * Supports copying Dem
More from author
Pivot MultiScanner
Edgar Enrique Retontali
5 (1)
Multi-Asset Forex Scanner This indicator allows you to scan multiple assets at once, sending you configurable alerts when any asset touches daily pivot levels 1, 2 or 3. The original code was just modified to send alerts to MT4 Desktop, MT4 Mobile or Email. (Credits for the original code go to Carlos Oliveira) In order to receive mobile or Email alerts you must configure Notifications and Email sections in the MT4 platform. In addition to pivots, this indicator also shows ATR, Volume, RSI,
FREE
WhipGold AI
Edgar Enrique Retontali
WhipGold AI - Expert Advisor Tthe famous gold trading expert, now available in Market MQL5!!! . This is one of the best EA for scalping in XAUUSD (Gold)  Characteristics - This strategy works very well on Gold (You can do your own tests on other pairs but we recommend use it on XAUUSD) - It's very stable in trends or ranging , this is one of the weaknesses of almost all robots. If they work well in trends they are weak in range times;  or if they work well in range they are weak in trend tim
TradeMngrMT5
Edgar Enrique Retontali
TradeManager 1.0   is an Expert Advisor for MetaTrader 4 y 5 that streamlines real-time trade management. Through a graphical control panel, you can send market and pending orders, move stop losses to breakeven, and automatically calculate position size based on your risk settings. Below is a comprehensive overview of its features and input parameters. Key Features Market Orders & Pending Orders BUY/SELL Buttons : Instantly open long or short positions at market. BUY STOP / SELL STOP / BUY LIMI
Filter:
No reviews
Reply to review