Discord to MT4

  • Utilities
  • Janet Abu Khalil
    Janet Abu Khalil
    • Software Engineer | Trader at  AtlasLabs.uk
    • Lebanon
    • 2299
    4.4 (7)
    Professional software engineer and trader with 5 years of experience in the financial markets. I am part of the AtlasLabs.uk Engineering Division, where I develop trading solutions, software tools, and technical systems. My background includes networking, system support, and troubleshooting, helping
  • Version: 2.0
  • Activations: 5

Discord to MT4 Pro

Discord to MT4 Pro is a professional Expert Advisor for MetaTrader 4 that reads trading messages from a Discord channel and executes them automatically on your MT4 account.

It is designed for traders who receive signals through Discord and want direct execution inside MetaTrader 4 with flexible handling for market orders, pending orders, range entries, ladder entries, one-order-per-TP logic, break-even, trailing stop, partial close, daily protection rules, and fully customizable signal wording.

The EA can understand standard signal formats and also custom wording such as buy now, long now, I am buying, sell now, short now, close all, break even, partial close, and many others.

It supports single entry signals, range entries, open TP signals, fixed or signal-based SL/TP handling, ladder pending orders across a price range, and optional one-order-per-TP execution.

This EA is suitable for signal followers, private communities, Discord trading groups, and users who want to automate Discord-based execution on MetaTrader 4.

Installation guidance: please read the full setup guide here:
Readme / Installation Guide

Important:
This product connects to Discord through WebRequest. You must allow the required Discord URL in MetaTrader 4 WebRequest settings.

Required WebRequest URL:
https://discord.com

How it works

  1. The EA connects to your selected Discord channel using your bot token and channel ID.
  2. It checks new channel messages every few seconds.
  3. It reads and parses signal content.
  4. It detects the action such as BUY, SELL, CLOSE, BREAKEVEN, or PARTIAL CLOSE.
  5. It extracts symbol, entry, SL, TP, range, or open TP information from the message.
  6. It sends the corresponding order to MetaTrader 4.
  7. It can optionally create ladder orders, one order per TP, trailing stop, break-even, and partial close management.

Supported signal behavior

The EA can work with messages such as:

BUY XAUUSD 4073 - 4070
SL 4068
TP 4080

I am buying Gold now @ 4073 - 4070
SL: 4068
TP: OPEN

SELL EURUSD 1.1200
SL 1.1230
TP1 1.1180
TP2 1.1160

Close all

Move SL to BE

Partial close Gold

Main features

  • Discord channel polling and signal detection
  • Automatic BUY and SELL execution
  • Market order and pending order support
  • Range entry support
  • Ladder entry support across a price range
  • One order per TP level mode
  • Signal-based or fixed SL/TP
  • Open TP support
  • Trailing stop support
  • Break-even support
  • Partial close support
  • Maximum open positions filter
  • Daily loss and daily profit protection
  • Custom symbol prefix and suffix support
  • Custom keyword support for buy, sell, close, break-even, and partial close
  • Optional tick and currency correction maps for special broker symbols
  • Pending order expiry control
  • Detailed panel on chart

Inputs

=== Discord Connection ===

Enable debug logging
If enabled, the EA writes extra detailed messages into the Experts log for troubleshooting.

Discord Bot Token
Your Discord bot token from the Discord Developer Portal.

Discord Channel ID
The Discord channel ID to read signals from.

Poll interval (seconds)
How often the EA checks for new Discord messages.

=== Trade Execution ===

Auto symbol from signal
If true, the EA tries to detect the symbol from the Discord message automatically.

Default symbol if not in signal
Fallback symbol used when the message does not contain a recognized symbol.

Symbol suffix
Optional broker suffix such as m or .i.
Example: XAUUSDm

Symbol prefix
Optional broker prefix used before symbol names.

Magic number
Magic number used for all EA positions and orders.

Slippage (points)
Maximum allowed price difference used when deciding whether to place market or pending orders.

=== Risk ===

Risk mode
Controls how lot size is calculated.

Available values:
fixed_lot
pct_balance
pct_equity

Fixed lot size
Lot size used when risk mode is fixed_lot.

Risk % of balance/equity
Percentage used when risk mode is pct_balance or pct_equity.

Max open positions
Maximum number of positions allowed for this EA.
Set 0 for unlimited.

=== SL / TP Mode ===

SL mode
Controls stop loss logic.

Available values:
signal
fixed
none

Fixed SL in pips
Used when SL mode is fixed.

TP mode
Controls take profit logic.

Available values:
signal
fixed
trailing
partial
none

Fixed TP in pips
Used when TP mode is fixed.

=== Trailing Stop ===

Enable trailing stop
If true, the EA manages open positions with a trailing stop.

Activate after X pips profit
Profit level required before trailing stop starts.

Trail distance in pips
Distance between current price and trailing stop.

=== Break-Even ===

Enable break-even
If true, the EA moves stop loss to break-even when profit reaches the chosen level.

Move SL to BE after X pips profit
Profit level required before break-even is applied.

BE offset pips
Additional positive offset beyond exact entry price.

=== Partial Close ===

Enable partial close on TP1
If enabled, the EA can partially close a position when TP1 behavior is used.

% to close at TP1
Percentage of volume to close.

=== Filters ===

Max daily loss $
Stops trading after the maximum daily loss is reached.
Set 0 to disable.

Max daily profit target $
Stops trading after the maximum daily profit is reached.
Set 0 to disable.

=== Range Orders (Ladder) ===

Split range entry into ladder orders
If enabled, a range entry such as 4073 - 4070 can be split into multiple pending orders.

Price step between orders
Distance between ladder orders.

Cap order count at MaxPositions
If enabled, the ladder order count will not exceed Max open positions.

Auto step = range / max positions
If enabled, the EA calculates ladder spacing automatically from the range size.

Assign all TPs to each range order
If enabled, all ladder orders use the same TP logic instead of only the first TP behavior.

Distribute TPs sequentially across range prices
If enabled, the ladder orders assign TP levels in sequence.

=== Multi-TP Orders ===

One order per TP level
If enabled, the EA places one separate order for each TP level.

Lot per TP order
Lot size used for each TP order.
If set to 0, the EA uses the normal lot calculation.

=== Pending Orders ===

Cancel pending after X min
Expiry time for pending orders.
Set 0 to leave pending orders without expiry.

Close remaining positions when any TP hit
If enabled, all remaining positions for the symbol are closed when any TP event is triggered.

=== Symbol Tick Correction ===

Tick factors
Optional correction map for special symbols.
Example:
XAUUSD=100,US30=10

Currency factors
Optional correction map for specific symbols requiring custom conversion factors.
Example:
HK50=0.18,JP225=0.006

=== Custom Signal Keywords ===

Use custom keywords
If enabled, the EA uses your custom wording lists instead of only built-in wording detection.

Buy words
Comma-separated list of words or phrases treated as BUY signals.

Sell words
Comma-separated list of words or phrases treated as SELL signals.

Close words
Comma-separated list of words or phrases treated as CLOSE signals.

Break-even words
Comma-separated list of words or phrases treated as break-even instructions.

Partial close words
Comma-separated list of words or phrases treated as partial close instructions.

SL words
Comma-separated list of words used to identify stop loss in messages.

TP words
Comma-separated list of words used to identify take profit in messages.

Entry words
Comma-separated list of words used to identify entry wording in messages.

Important parser behavior

The EA can detect:
BUY
SELL
LONG
SHORT
Close instructions
Break-even instructions
Partial close instructions

It can parse:
single entry prices
range entries
SL values
TP1 TP2 TP3 values
TP OPEN or OPEN TP behavior

If a message contains TP OPEN, the EA treats the signal as open take profit and sends orders without a fixed TP.

If a pending or market TP level is invalid for the order direction, the EA removes the TP instead of sending an invalid stop configuration.

Examples

Example 1
BUY XAUUSD 4073
SL 4068
TP 4080

Result:
The EA places a buy trade with SL 4068 and TP 4080.

Example 2
I am buying Gold now @ 4073 - 4070
SL 4068
TP OPEN

Result:
The EA places pending buy orders or a pending range setup depending on settings, with SL 4068 and no fixed TP.

Example 3
SELL EURUSD 1.1200
SL 1.1230
TP1 1.1180
TP2 1.1160

Result:
The EA can either use TP1 as the main TP, split partial positions, or place one order per TP depending on selected settings.

Setup guide

  1. Open MetaTrader 4
  2. Go to Tools > Options > Expert Advisors
  3. Enable Allow WebRequest for listed URL
  4. Add:
    https://discord.com
  5. Click OK
  6. Attach Discord to MT4 Pro to a chart
  7. Enter your Discord bot token
  8. Enter your Discord channel ID
  9. Set your default symbol and suffix if needed
  10. Adjust risk, SL/TP, trailing, break-even, and ladder options
  11. Enable Algo Trading
  12. For full installation guidance, open the Readme here

Notes

If your broker uses symbols like XAUUSDm, set:
Default symbol = XAUUSDm
Symbol suffix = m

For private Discord communities, make sure your bot has access to the selected channel.

The EA ignores bot-authored Discord messages when reading the channel feed.

The product is intended for execution automation only. Signal quality depends entirely on the Discord messages provided by the signal source.

Disclaimer

This Expert Advisor is an execution automation tool.
It does not provide financial advice, investment advice, or signal generation.
Users are fully responsible for their own broker account, settings, risk management, and use of third-party signals.

Recommended products
Trade Assistant Pro 36 in 1
Makarii Gubaydullin
4.76 (21)
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
Auto Breakeven level
Makarii Gubaydullin
Automatic Breakeven levels Using   this   utility ,   y ou can activate the automatic SL movement, when the trade reaches a desired profit.  Especially   important   for a   short -term   traders.   Offset option is also available: some profit may be protected. Multifunctional utility : 66+ features, including this tool  |   Contact me  if you have any questions  |   MT5 version The process of activating the automatic breakeven function: 1.   Select the Symbol or Trade   for which the Auto BE f
YPY Check Your Broker is a universal multifunctional software complex which uses primary tick data. It allows traders to perform comparative analysis of the trading conditions and execution quality, identify abnormal BID prices outside the indicative quotes. It also reflects the facts of redrawing bars in the terminal, spread extension, controls the leverage stop out level values, speed of execution and server connection breaks, maintains a detailed statistics on the slippages. The YPY Check You
Master Gold Reaper EA - Automated Gold Trading Solution Introduction Master Gold Reaper is a powerful automated trading advisor designed specifically for XAUUSD (Gold) traders who want to simplify their trading and take advantage of opportunities around the clock. Built on advanced algorithms and tested in multiple market conditions, this EA helps traders automate entries, manage risks, and secure profits with minimal manual intervention. The Problem Traders Face Trading gold can be highly pro
Matrix Arrow EA MT4
Juvenille Emperor Limited
5 (8)
Matrix Arrow EA MT4 is a unique expert advisor that can trade the Matrix Arrow Indicator's MT4 signals with a trade panel on the chart, manually or 100% automatically.  Matrix Arrow Indicator MT4 will determine the current trend at its early stages, gathering information and data from up to 10 standard indicators, which are: Average Directional Movement Index (ADX), Commodity Channel Index (CCI), Classic Heiken Ashi candles, Moving Average, Moving Average Convergence Divergence (MACD), Relative
ForexcopyLocalMT4
Wei Ming Ding
3 (1)
Instructions for use: https://www.mql5.com/zh/blogs/post/754946 MT4 version: https://www.mql5.com/EN/market/product/88205 MT5 version: https://www.mql5.com/EN/market/product/88204 ---------------------------------------------- 1. Copy orders, from 12 master accounts to 100 slave accounts. The number of slave accounts can be customized, from 12 to 100. 2. Support MT4 to MT4, MT4 to MT5, MT5 to MT4, MT5 to MT5. 3. Identify the suffixes of trading varieties on different platforms, such as EURUSD,
Vizzion
Joel Protusada
Vizzion is a fully automated scalping Expert Advisor that can be run successfully using GBPJPY currency pair at H1 timeframe. Very Important This Expert Advisor can not run with any EAs in the same account. As part of the money management plan, it calculates and monitors the Margin Level % and assumes that all open trades are created by it. If you want an Expert Advisor that trades in a daily basis, this EA is not for you because using this requires a patience to wait for a few days or weeks on
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT4 version, click  here  for  Blue CARA MT5  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic R esponsive A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhapse most popular) Inn
Risk Commander
Adisorn Soodkanueng
Product Name: Risk Commander: Trade Assistant & Strategy Simulator Risk Commander is more than just a trade panel—it is a complete Manual Trading Ecosystem . It serves two powerful purposes: Live Assistant: Helps you execute trades with speed, precision, and perfect risk management in real-time markets. Training Simulator: Fully compatible with the Strategy Tester (Visual Mode) , allowing you to practice manual trading on historical data without risking a cent. NEW! Built-in Simulator Mode Stop
VTB High Watermark Drawdown Lock EA for MT4 Advanced Equity Protection & Drawdown Management System VTB High Watermark Drawdown Lock is a professional risk management Expert Advisor designed to protect trading accounts, funded accounts, and proprietary trading challenges from excessive drawdown. Unlike traditional drawdown protection systems that calculate risk from the initial account balance, this EA uses a dynamic High Watermark (HWM) model that continuously protects both your original capita
The Infinity Expert Advisor is a scalper. When the resistance and support levels are broken, trades are opened in the direction of the price movement. Open positions are managed by several algorithms based on the current market situation (fixed stop loss and take profit, trailing stop, holding positions in case of trend indication, etc.). Requirements for the broker The EA is sensitive to spread, slippages and execution quality. It is strongly recommended not to use the EA for currencies with s
Noize Absorption Index MT4
Ekaterina Saltykova
5 (1)
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation. S
Project Oro
Giacomo Donati
Follow us on Instagram: https://www.instagram.com/project_oro_ea Project Oro is a trading algorithm project that I began approximately six years ago. After countless painful and excruciating hours of coding, it is finally ready to be released to the public. The Expert Advisor (EA) is built on a proprietary and unique technique that analyzes the behavior and movement of candlesticks and the price action within the gold market. It searches for short windows of opportunity to strike and exits tr
Angry bull Option Binary
Fabio Oliveira Magalhaes
1 (1)
Angry Bull Option Binary   This is a Binary Options robot, which contains 7 strategies, you can backtest it to check what the best strategies are Settings Initial Batch Value Dynamic Investment = If activated it will use an automatic lot according to its capital Balance ($) w/ backtest = Starting balance to backtest PorcRiscoInvestment = It will be the value of % for the automatic lot if it is activated Expiration (in minutes) = It will be the expiration time of orders in Binary Options Magic
TSTrendLineSymbol
Salvatore Labriola
Utility, which draws buy or sell trendlines, which can also become support or resistances able to close any position on the screen Algorithm that calculates the gain of the position, at the touch closure of the line.   The benefits you get: Works on forex and CFD, timeframe from M1 to Weekly. Easy to use screen control panel. Audible warning messages at the touch of the line. Easy to use.
VR Black Box
Vladimir Pastushak
3.67 (3)
VR Black Box is a modern automatic trading expert developed by an experienced trader programmer. A powerful trading tool built on a proven trend-following market movement strategy. This robot has gone through a long path of development and improvement, regularly updating and adapting to changing market conditions. Over years of operation on real trading accounts, it has proven itself as a reliable assistant for both beginners and experienced traders. Set files, demo versions of the product, inst
Copy trades locally between MetaTrader terminals with a simple interface and strong risk controls. Mirror trades across accounts, brokers, and platforms in any MT4/MT5 combination. Designed for reliability : supports trade updates such as breakeven, trailing stop, partial closes, and more. User Guide + Demo | MT5 Version Important notes Local Trade Copier MT4 does not work in the Strategy Tester. For a demo, please use the User Guide + Demo link above. To copy to MT5, you will need to purchase
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
Night Trader EURUSD
Ugur Oezcan
4.21 (29)
The EA can trade multiple currencies. Please check our signals ( https://www.mql5.com/en/users/ugur-edin/seller ) for detailed information. No grid or martingale! No manual configuration or adjustment needed! Every trade is protected by stop loss. This Expert Advisor only trades for a short time frame at night, during the ending of the New York session. It uses low volatility moments and enters trades based on indicators. It then manages those trades with dynamic stop losses and take profits als
How the EA works (simple explanation) Trades on   M5   timeframe Uses   H1 timeframe   to analyze global market context Analyzes   2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on   trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol:   EURUSD Timeframe:   M5 Trading
Gold Champions
Maria Julieta Frias Torres
Limited time offer for $59. Launch promotion Price will go up soon.   NO MARTINGALE!!!    LOW DD!!!   GOLD CHAMPIONS is a new EA designed through a new AI system that operates in the Forex market and is designed GOLD/XAUUSD with excellent results. Developed by a team of experienced traders with more than 10 years of trading experience. It uses a powerful algorithm to detect fluctuations in the market and make entries with a high profit ratio and limiting losses. Key Features: Integrated Strat
Rocket FX Scalper Manager Advanced Trade Management Utility for MetaTrader 4 Version:   4.6 |   Platform:   MetaTrader 4 |   Category:   Utility   Overview Rocket Fx Scalper Manager is a comprehensive trade management utility designed to give you complete control over your open positions. This all-in-one tool combines Partial Take Profit, Break Even protection, and Trailing Stop features into a single, easy-to-use interface with visual buttons and real-time monitoring. Whether you're a d
GGP Trade Copier MT4
Mohammadmahmood Pirayeh
GGP Trade Copier  EA is an automatic trading bot that can help traders automatically replicate the trading strategies and operations from one trading terminal to others by experiencing exceptionally fast trade copying system. Its easy-to-use setup 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. The software supports multiple trading varieties, including Forex, commodities, stocks,
Virtual Collider Manual   is a trading assistant with a built-in panel for manual trading. It automatically moves a position opened by a trader in profit using innovative adaptive grid algorithm of averaging and adaptive pyramiding Know-how of the grid algorithm of averaging and pyramiding of the   Virtual Collider Manual   trading robot is based on fully automatic adaptation of all characteristics of dynamically build order grid and pyramid with actual price movement with no need for adjusting
HMA Trend Expert
Alexander Fedosov
5 (1)
HMA Trend robot for professional traders works with a set of Hull moving averages( HMA ). Advisor Parameters Use Trade Panel  — Use the visual panel to configure and trade robot. Lot  — Lot size for a market entry. Take Profit(points)  — Take Profit for an open order. Stop Loss(points)  — Stol Loss for an open order. Max Spread(0 - disabled)  — Maximum allowable spread at which you can enter the market. 0 - disabled. Magic number  — The magic number of the robot. EA Comment  — Comments of robot.
EA Gold EZIndy
Mr Kraisit Chompungam
Advantages of EA Gold EZIndy: You get profit from trading every day It can work with other EAs and trading systems The EA has a trading panel that allows the trader to open trades manually. All trades, opened through the trading panel, are managed by the EA and are closed with profit automatically How to set up EA Gold EZIndy: Simply add the EA to the XAUUSD 4H chart and activate the auto-trading function in the Expert Advisor and in the MetaTrader terminal To activate the news filter, you n
Exotic Adv
Ivan Simonika
Exotic Bot   is a multi -cream multifunctional adviser working on any time frame and in any market conditions. The robot’s work is taken as a system of averaging with the non -geometric progression of the construction of a trading grid. Built -in protection systems: special filters, spreading, internal restriction of trading time. Building a trading grid, taking into account important internal levels. The ability to configure trading aggressiveness. Work postponed orders with trailing orders. T
Cm limit
Vladimir Khlystov
Strategy: A grid Expert Advisor that collects profit in any direction of price movement! We catch the initial price movement with stop orders. The exact guidance of the order is carried out by a trawl (pulling it up behind the price). Next, a grid of limit orders is placed at a specified distance (Step) from each other. Moreover, the distance is dynamic and can adjust to the market. The lot is set as a fixed or as a percentage (RiskPercent) of available funds.  The essence of the strategy is t
Set TP & SL by Price – Auto Order Modifier for MT4 Automatically set precise TP and SL price levels on any trade ️ Works with all pairs and EAs, filter by symbol or magic number This Expert Advisor lets you define and apply exact Take Profit (TP) and Stop Loss (SL) levels to your trades using direct price values (e.g., 1.12345 on EURUSD). No points, no pips. Just clean, accurate trade management across all orders or filtered by chart or magic number. Key Features: Instantly modify TP
Criflow Scalper Pro
Cristian Spedicato
CRIFLOW SCALPER PRO  Advanced Trade Management & Smart Scaling System CRIFLOW SCALPER PRO is an Expert Advisor designed to transform any manual operation into an advanced professional management system, automating scaling, capital protection and profit maximization. It's not just an input EA: is an intelligent order management engine designed for serious traders, scalpers and professionals. ⸻ Smart Trade Detection • Automatically detect manual trades • Intervenes in real time witho
Buyers of this product also purchase
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
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
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
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
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
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 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
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
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 ->
Trade Reverse Copie4
Chukwuemeka Kingsley Anyanwu
Feel free to contact me for any extra features :) [SEE MT5 VERSION  https://www.mql5.com/en/market/product/128846 The Local Reverse Copier is an Expert Advisor designed to synchronize positions between a Master account and a Slave account with a twist: it reverses the trades. When a buy position is opened on the Master account, the EA opens a sell position on the Slave account, and vice versa. This allows for a unique form of trade copying where positions are mirrored in opposite directions bet
VirtualTradePad PRO SE MT4 — advanced trading panel and chart workspace for MetaTrader 4 VirtualTradePad PRO SE is a professional trading panel and trade-management workspace for MetaTrader 4 . It helps traders open, manage, protect, close and analyze trades faster from one chart-based interface. The product was created for active manual traders who need more than a simple set of buttons. PRO SE combines one-click execution, pending orders, position control, partial close, basket profit/loss log
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
The Risk to Reward Ratio Manager is a visual order management tool and position size calculator designed to support disciplined trading and professional risk management. It allows traders to visually set entry, stop-loss, and take-profit levels directly on the chart, while automatically calculating the lot size and risk-to-reward ratio before sending an order. The tool helps standardize trade preparation and ensures that each position is opened with a predefined and controlled level of risk. Thi
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
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
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
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
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
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
Telegram to MT4 Coppy
Sergey Batudayev
4.09 (11)
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 and DEMO ] [ FAQ ] [ How atach logs properly ] [Settings descrition
Trading History MT4
Siarhei Vashchylka
5 (9)
Trading History - A program for trading and money management on the history of quotes in stratagy tester. It can work with pending and immediate orders, and is equipped with trailing stop, breakeven and take profit functions. Very good for training and testing different strategies. Manual (Be sure to read before purchasing) Advantages 1. Allows you to test any trading strategy in the shortest possible time 2. An excellent simulator for trading training. You can gain months of trading experience
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
Custom Alerts AIO: All-in-One Market Scanner – No Setup Required Overview Custom Alerts AIO is the fastest and easiest way to monitor multiple markets for real-time trading signals—without any setup or extra licenses. It comes with all required Stein Investments indicators already embedded, making it the perfect plug-and-play solution for traders who value simplicity and performance. Just load it to any chart and start receiving alerts across Forex, Metals, Crypto, and Indices. Shares can be a
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 ->  
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
King Trade Copier MT4
Mohammed Maher Al-sayed Mohammed Ahmed Saleh
King Trade Copier MT4 – Lightning-Fast Local Trade Copier (Master + Slave in ONE file) King Trade Copier is a professional local trade copier that mirrors every trading action from one Master account to unlimited Slave accounts on the same PC or VPS — with an internal copy latency of just a few milliseconds. It was built by a real trader for daily real-money use, with one goal: whatever happens on the Master must happen on the Slave, instantly and without exceptions. Watch the demo video to s
What is Telegram to MT4 Pro? Telegram to MT4 Pro automatically copies signals from private, public, and restricted Telegram channels and groups directly to your MetaTrader 4 account. Telegram to MT4 Pro is a professional signal copier that automatically copies trading signals from any Telegram channel or group directly to your MetaTrader 4 account in real time, with full control over every trade. The system has two parts working together: This Expert Advisor — installed on your MT4 chart to exec
SmartFastTrade AI
Muhammad Faisal Sagala
Transform Your Trading with SmartFastTrade AI: Speed and Ease at Your Fingertips! Introduction Are you a trader struggling with slow order execution? Do you want a tool that can assist you in making quick and accurate trading decisions? If yes, then SmartFastTrade AI is the answer to all your trading needs. With its unique combination of speed, user-friendliness, and advanced features, SmartFastTrade AI will help you unlock your full trading potential. Let's delve deeper into why this innovativ
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 -
More from author
Poison Ivy
Janet Abu Khalil
5 (1)
Info: Working trading pairs :  XAUUSD, GOLD  Timeframe: H1 Min deposit: $100 Min leverage 1:20  Works with any broker, though an ECN broker is recommended Features: No martingale No grid trading No averaging No dangerous money management techniques Hard stop loss and take profit for every trade Stable results since 1999 with 99.9% quality quotes Not sensitive to broker conditions Easy to install and use FTMO and Prop firm ready Complies with FIFO rules (Need to disable Hedging in EA settings)
Telegram to mt5 pro
Janet Abu Khalil
4 (4)
Telegram to MT5 Pro — Advanced Telegram Signal Copier with Auto-Fix, Multi-TP, Risk Control and Full Trade Management Telegram to MT5 Pro — Professional Telegram Signal Copier Telegram to MT5 Pro is a high-performance trade copier that automatically executes signals from Telegram directly into your MetaTrader 5 account, with full control over risk, execution, and trade management. The system consists of two components: • The Expert Advisor (EA) running inside MetaTrader 5 • A companion desktop
What is Telegram to MT4 Pro? Telegram to MT4 Pro automatically copies signals from private, public, and restricted Telegram channels and groups directly to your MetaTrader 4 account. Telegram to MT4 Pro is a professional signal copier that automatically copies trading signals from any Telegram channel or group directly to your MetaTrader 4 account in real time, with full control over every trade. The system has two parts working together: This Expert Advisor — installed on your MT4 chart to exec
Royal Copier
Janet Abu Khalil
5 (1)
Royal Copier — Professional MT5 Trade Copier Royal Copier is a professional real-time local trade copier for MetaTrader 5. It now includes both functions inside one single MT5 Expert Advisor. From the inputs, you simply choose whether the EA will run in Master Mode or Client Mode . This means the same EA can be used on the source account or on the receiving account, while preserving the original copier behavior. Royal Copier supports copying between accounts in all common combinations: MT5 to MT
Martingale Super EA Martingale Super EA is a professional grid-based Expert Advisor designed for controlled basket trading with separate BUY and SELL engines, basket close by pips, flexible grid progression, and optional advanced recovery logic. The EA supports independent BUY and SELL operation, separate basket management for each side, optional combined basket close, and a configurable grid structure. Grid progression can be set to Fixed Lot , Sum Grid , or Custom Grid mode. In Custom Grid mod
FREE
Gold M1 Pro
Janet Abu Khalil
5 (1)
Gold M1 Pro Gold M1 Pro is an automated Expert Advisor developed for trading XAUUSD on the M1 timeframe. It includes a standard Gold strategy, an independent AI trading engine, and a hybrid mode that allows both systems to operate together. LIVE SIGNALS Standard Strategy https://www.mql5.com/en/signals/2381033 TRADING MODES Standard Mode Uses the main Gold M1 Pro strategy and analyzes short-term Gold movements through multiple internal trading conditions before opening positions. AI Mode Uses t
Royal Copier — Professional MT4 Trade Copier Royal Copier is a professional real-time local trade copier for MetaTrader 4. It now includes both functions inside one single MT4 Expert Advisor. From the inputs, you simply choose whether the EA will run in Master Mode or Client Mode . This means the same EA can be used on the source account or on the receiving account, while preserving the original copier behavior. Royal Copier supports copying between accounts in all common combinations: MT4 to MT
MT4 to Telegram Pro is a complete MT4 to Telegram copier and publishing solution that transforms your MetaTrader 4 terminal into a real time Telegram signal, reporting, and notification system. It can copy market orders, pending orders, closed trades, partial closes, trade modifications, and news alerts directly from your MT4 account to your Telegram channel or group. One of its strongest advantages is flexibility. All messages are editable in plain text, so you are not locked into fixed wording
MT4 to Discord Pro is a professional MetaTrader 4 to Discord publishing and notification system that sends your trading activity directly from MT4 to any Discord channel in real time. It transforms your MetaTrader 4 terminal into a complete Discord alert solution for traders, signal providers, communities, account managers, and anyone who wants to publish trading activity automatically in a clean and professional format. The EA can send alerts for new market orders, pending orders, trade closes,
What is Discord to Telegram Pro? Discord to Telegram Pro is a professional bridge for MetaTrader 4 that automatically reads messages from your selected Discord channel and forwards them directly to your Telegram channel, group, or private chat. This Expert Advisor is designed for signal providers, private communities, Discord trading groups, and users who want to automatically forward Discord messages to Telegram without manual copy and paste. The system works inside MetaTrader 4 as a bridge: It
Telegram to Discord Pro for MT4 Telegram to Discord Pro is a bridge Expert Advisor for MetaTrader 4 that reads trading signals and trade management messages from a Telegram bot, channel, or group, and then forwards them to your Discord channel in a clean and customizable format. This EA is built for traders, signal providers, private communities, and automation users who want to mirror trading messages from Telegram to Discord in real time. It can detect and forward message types such as Buy, Se
Poison Ivy Pro
Janet Abu Khalil
Poison Ivy - Trading EA with News Filter Poison Ivy is an automated trading expert advisor for multiple symbols Built to work best on GBPUSD, on H1 timeframes Minimum deposit: 100 USD for every 0.01 lot; preferred 500 USD for every 0.01 lot Very Important : Kindly, do not use the EA without the set file ! NEWS BACKTEST FEATURE   EA supports full backtesting with news filter enabled Request historical news CSV file after purchase Includes 2022-2025 data with quarterly updates Dual-source news: F
Bitcoin Sniper
Janet Abu Khalil
Bitcoin Sniper is a fully automated Expert Advisor developed exclusively for BTCUSD on MetaTrader 5. Once attached to the chart and configured, the EA manages trading automatically with no manual execution required during active sessions. The system is designed for traders who want a structured BTCUSD solution with controlled risk settings, trade frequency limits, trailing management, and daily protection options. Feel free to check out my Gold EA here: https://www.mql5.com/en/market/product/162
Tokyo Crown
Janet Abu Khalil
Tokyo Crown — Session Expert Advisor for GBPUSD and USDJPY Tokyo Crown is a disciplined, low‑frequency Expert Advisor designed for controlled trading on GBPUSD and USDJPY, including prop‑firm style accounts. It focuses on one high‑quality setup per day on average per symbol, using fixed stop loss and take profit, no hidden martingale, and strict equity protection. Strategy overview Tokyo Crown analyzes the Asian and early London session structure and looks for clean breakouts or mean‑reversion o
PropPass – Prop Firm Challenge EA Prop Firm Challenge and Risk Management Automation System Introductory Offer Only 5 licenses are available at this price. After the first 5 copies are sold, the price will increase. Main Purpose The main purpose of PropPass is to structure trading so that: • if the challenge fails in any phase, the real account recovery side may help recover the challenge cost and help the trader continue toward the prop firm process • if the challenge passes, the trader recei
MT5 to Telegram Pro is a complete MT5 to Telegram copier and publishing solution that transforms your MetaTrader 5 terminal into a real time Telegram signal, reporting, and notification system. It can copy market orders, pending orders, closed trades, partial closes, trade modifications, and news alerts directly from your MT5 account to your Telegram channel or group. One of its strongest advantages is flexibility. All messages are editable in plain text, so you are not locked into fixed wording
MT5 to Discord Pro is a professional MetaTrader 5 to Discord publishing and notification system that sends your trading activity directly from MT5 to any Discord channel in real time. It transforms your MetaTrader 5 terminal into a complete Discord alert solution for traders, signal providers, communities, account managers, and anyone who wants to publish trading activity automatically in a clean and professional format. The EA can send alerts for new market orders, pending orders, trade closes,
Discord to MT5
Janet Abu Khalil
Discord to MT5 Pro Discord to MT5 Pro is a professional Expert Advisor for MetaTrader 5 that reads trading messages from a Discord channel and executes them automatically on your MT5 account. It is designed for traders who receive signals through Discord and want direct execution inside MetaTrader 5 with flexible handling for market orders, pending orders, range entries, ladder entries, one-order-per-TP logic, break-even, trailing stop, partial close, daily protection rules, and fully customizab
What is Discord to Telegram Pro? Discord to Telegram Pro is a professional MetaTrader 5 bridge that automatically reads messages from your selected Discord channel and forwards them directly to your Telegram channel, group, or private chat. This EA is designed for signal providers, private communities, Discord trading groups, and users who want to relay Discord messages to Telegram automatically without manual copy and paste. The system works inside MetaTrader 5 as a bridge: It connects to Disco
Telegram to Discord Pro for MT5 Telegram to Discord Pro is a bridge Expert Advisor for MetaTrader 5 that reads trading signals and trade-management messages from a Telegram bot chat, channel, or group, then forwards them to your Discord channel in a clean and configurable format. This EA is made for traders, signal providers, private communities, and automation users who want to mirror Telegram trading messages into Discord in real time. It can detect and forward messages such as Buy, Sell, Clos
Filter:
No reviews
Reply to review