• Overview
  • Reviews
  • Comments

Hook EA

Have you thought about sharing your EA trading signals with your friends? Or your EA signal can trade cryptocurrencies, but it cannot trade Binance Futures directly in MT5? Or you have an excellent EA, but it cannot be applied to other quantitative trading platforms without source code? Hook EA is to solve these problems. Regardless of whether you trade with a real account or a Demo account, Hook EA can monitor the Order or Deal submitted by any EA in real time, and send the information to the specified address in JSON format (note: the address to receive information needs to be added to WebReqeust), And, if the reception fails, the system has a built-in retry mechanism, and you can customize how long it takes to resubmit. In addition, Hook EA also provides a variety of order filtering rules, including Symbol, Magic Number, Comment, etc. Finally, Hook EA also provides a log window for easy viewing of order broadcasting.

parameter:
Enable order data: Whether to submit Order information, including ADD, UPDATE, DELETE
Enable deal data: Whether to submit Deal information, including ADD, UPDATE, DELETE
Filter by Symbol: filter information according to Symbol, if empty, do not filter Symbol
Filter by Magic number: filter information based on Magic Number, if empty, do not filter Magic Number
Filter by Comment: Filter information based on Comment, if empty, do not filter Comment
Post URL: URL address to receive submitted information (such as http://www.example.com/ea.php, supports https, note that the corresponding address www.example.com needs to be added to Tools-Expert Advisors-Allow WebRequest for listed URL), and a success message needs to be returned after receiving successfully
Server receives the confirmation return string: successfully receives information and returns a string (such as ok), otherwise the tool will retry until the end
The number of retries when commit fails: the maximum number of retries when the successful message cannot be obtained
retry interval: retry interval (unit: second)
Enable log window: Whether to enable the window to display logs
Time zone offset: relative to the broker's time zone (easy to view logs)

Format: Json
Order Example: Field Reference: MQL5 Reference / Constants, Enumerations and Structures / Trade Constants / Order Properties
{
    "TYPE": "TRADE_TRANSACTION_ORDER_ADD", 
    "ORDER_TICKET": 1538679204, 
    "ORDER_TIME_SETUP": 1670575184, 
    "ORDER_TYPE": "ORDER_TYPE_BUY", 
    "ORDER_STATE": "ORDER_STATE_STARTED", 
    "ORDER_TIME_EXPIRATION": 0, 
    "ORDER_TIME_DONE": 0, 
    "ORDER_TIME_SETUP_MSC": 1670575184296, 
    "ORDER_TIME_DONE_MSC": 0, 
    "ORDER_TYPE_FILLING": "ORDER_FILLING_FOK", 
    "ORDER_TYPE_TIME": "ORDER_TIME_GTC", 
    "ORDER_MAGIC": 123456, 
    "ORDER_REASON": "ORDER_REASON_EXPERT", 
    "ORDER_POSITION_ID": 0, 
    "ORDER_POSITION_BY_ID": 0, 
    "ORDER_VOLUME_INITIAL": 0.01, 
    "ORDER_VOLUME_CURRENT": 0.01, 
    "ORDER_PRICE_OPEN": 1.05771, 
    "ORDER_SL": 0, 
    "ORDER_TP": 0, 
    "ORDER_PRICE_CURRENT": 1.05771, 
    "ORDER_PRICE_STOPLIMIT": 0, 
    "ORDER_SYMBOL": "EURUSD", 
    "ORDER_COMMENT": null
}
Deal Example: Field Reference: MQL5 Reference / Constants, Enumerations and Structures / Trade Constants / Deal Properties
{
    "TYPE": "TRADE_TRANSACTION_DEAL_ADD", 
    "DEAL_TICKET": 1516120626, 
    "DEAL_ORDER": 1538679204, 
    "DEAL_TIME": 1670575184, 
    "DEAL_DEAL_TIME_MSCTICKET": 1670575184296, 
    "DEAL_TYPE": "DEAL_TYPE_BUY", 
    "DEAL_ENTRY": "DEAL_ENTRY_IN", 
    "DEAL_MAGIC": 123456, 
    "DEAL_REASON": "DEAL_REASON_EXPERT", 
    "DEAL_POSITION_ID": 1538679204, 
    "DEAL_VOLUME": 0.01, 
    "DEAL_PRICE": 1.05771, 
    "DEAL_COMMISSION": 0, 
    "DEAL_SWAP": 0, 
    "DEAL_PROFIT": 0, 
    "DEAL_FEE": 0, 
    "DEAL_SL": 0, 
    "DEAL_TP": 0, 
    "DEAL_SYMBOL": "EURUSD", 
    "DEAL_COMMENT": null
}

Receiver ea.php: (similar to other languages)
<?php
$fp = fopen("/tmp/ea.txt", "a+");
if($fp){
        fputs($fp, file_get_contents('php://input'));
        fclose($fp);
        echo "ok";
}
?>

Recommended products
Trade Assistant 38 in 1
Makarii Gubaydullin
4.9 (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 MT4 version, it is available here Simplify, speed up and automate your trading   process . Expand the standard terminal cap
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 you
Close Trades Pro
Osazee Asikhemhen
Introducing the Revolutionary   Trade Closing Assistant ! Are you tired of manually closing hundreds trades? Are you a   scalper ,   day trader ,   swing trader   and  you want to maximize your profits and minimize your losses by closing multiple positions at thesame time under different conditions? Are you a   Prop Firm Trader  who wishes to avoid hitting maximum daily drawdown? Search no further. This kit is the ultimate solution for all you. GUIDE TO USE THE KIT 1. Shows the total profit/los
Trading Utility for Forex Currency Pairs Only not for Gold  Functions Auto Lot Calculation based on Risk Auto stoploss  Auto TakeProfit Breakeven Auto Close Half % Close in percentage with respect to the PIPs Pending Orders BuyLimit Sell Limit with distances BuyStop Sell Stop    with distances Trading Informations Risk in percentage For Multiple trades Combine Takeprofit and Combine Stoplosses
Trade Manager DaneTrades
Levi Dane Benjamin
4.74 (23)
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 5 platform. Multi Language support. MT4 Version  |  User Guide + Demo The Trade Manager does not work i
GT Scalping Tool – The Ultimate Tool for Professional Scalping! Advanced Real-Time Position Management with Drag and Drop Control! GT Scalping Tool is a powerful companion designed specifically for scalpers and discretionary traders. It provides maximum control and flexibility directly from the MetaTrader 5 chart. This tool does not execute trades automatically – you decide when and how to enter the market! GT Scalping Tool enhances your position management with a dynamic, real-time interface
Equity Shield Pro 1.0 Equity Shield Pro 1.0 is a powerful utility EA designed to safeguard your trading account by actively monitoring and enforcing equity protection and profit management rules. Whether you’re trading personal accounts or working through proprietary firm challenges, this EA ensures strict adherence to risk and profit targets, enabling you to maintain discipline and consistency. Fully compatible with all proprietary firm challenges (such as FTMO, MyForexFunds, and more), Equity
The Stop Loss Manger - SL Mange With the Stop Loss Manager you can finally sleep peacefully while it effectively manages your risk in stock market trading. Simply set your individual stop loss limits and let the manager trade for you. Never worry about losses again - the Stop Loss Manager takes care of it for you! Get the ultimate support for your trading now and maximize your profits with ease. Join the community of successful traders who swear by Stop Loss Manager today. Function overview: 1.
You can change the time period of the chart at the touch of a button. You can also change multiple charts at the touch of a button. You can also change multiple charts at the touch of a button,   saving you the trouble of changing time periods. We are live-streaming the actual operation of the system. Please check for yourself if it is usable. Please check it out for yourself. https://www.youtube.com/@ganesha_forex We do not guarantee your investment results. Investments should be made at you
The  CAP Equity Guard MT5  is an expert advisor that constantly monitors the equity of your trading account and prevents costly drawdowns. The  CAP Equity Guard EA MT5  is a useful tool for money managers! When an emergency procedure takes place, you are notified by visual, email and push alerts. The EA performs the following tasks: It monitors your entire trading account. Easy to use! Just drag it to a random empty chart. It will work perfectly, if MetaTrader restarts. It can be workable with y
Ultimate Trailing Stop EA MT5
BLAKE STEVEN RODGER
4.13 (8)
This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (override
MANAGING YOUR FOREX TRADING LIKE A PROFESSIONAL WITH   POSITION SIZE   CALCULATOR Position Size Calculator – an MT5 indicator, is a user-friendly tool that allows you to determine your required forex trading size for each trade based on how much you want to risk and available capital in your forex trading account. Load the calculator onto your chart and simply draglines to show your stop loss and take profit level. The calculator will automatically calculate the trade size instantly. This indica
Anti Grid Position Protector
Konstantinos Kalaitzidis
Anti Grid Position Protector is a utility tool designed to protect you from the temptation of adding to a losing position in a hope of a drawdown recovery, or trying to hedge when you're not intended too. --------------------------Inputs--------------------------- Allow Hedging on Losing Positions? - It's a true/false input (double click to switch its value) which allows/disallows opening a trade (either pending order or market execution) in the opposite direction on an existing losing position
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
The  DYJ MOBILE GAMING TRADING WINNER  can use your various terminals (MOBILE PHONE, WEB, TRADINGVIEW, MT5) for manual trading, and then automatically processed by EA. Mobile trading can use EA's various grid modes, scalp mode, hedging arbitrage mode and independent order mode to open positions manually, EA can automatically set stop loss for mobile opening. And use your mobile phone to open a grid, scalp, and hedge orders. EA can set up fully automatic trading, set up automatic and mobile phone
Growth Guard - Empower Your Portfolio Management Are you managing multiple EAs on MT5 and struggling to stay on top of their performance? Growth Guard is your ultimate monitoring solution, designed to keep a watchful eye on external Expert Advisors (EAs). Seamlessly tracking profit factors, consecutive losses, and other vital metrics, Growth Guard ensures your trading portfolio remains optimized and secure. How It Works The system comprises two components: Growth Guard Indicator – Attach this to
Auto Hedge MT5
Edilson Domingos
Open a direction on the trade that the market intends to follow and a trade that occurred on your trade trade following a trade that was pending on your trade trade a trade order that was pending on your trade trade operation. Example: a buy operation with a lot of 0.01 at a price of 0.03 points, buy with a lot of 0.01 at a price of 0.01.0930, then a sell stop order of 0.03 will be decided. a new buy stop order is placed with a lot of 0.06 at a price of 1.0930. Parameters: Volume -> Volum
Before installing the HeatMap indicator make sure you are using a broker that gives you access to the Depth of market (DOM) !! This indicator creates a heatmap on your chart allowing you to see the buy or sell limit orders easily and in real time. You have the possibility to change the setting and the colors of the HeatMap in order to adapt to all markets and all charts. Here is an example of a setting you can use with the NASDAQ100 on the AMPGlobal broker :  https://www.youtube.com/watch?v=x0Y
TP SL Bot MT5
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. There are several options for calculating the size and setting parameters: 1. Setting based on the amount specified by the user as a percentage of the current deposit balance. 2. Setting as the amount entered by the user. 3. Se
ClusterSecondForex
Rafil Nurmukhametov
4.67 (3)
The utility allows you to build different types of graphs: Seconds chart from 1 second to 86400 seconds Tick chart from 1 tick and above The volume chart Delta chart Renko chart Range chart Product demo https://www.mql5.com/ru/channels/clustersecondforex Built-in indicators for volumetric analysis: daily market profile and market profile of the selected timeframe, Cluster Search Imbalance VWAP Dynamic POC, VAH, VAL the profile depth of the market vertical volume with various display options, del
EasyTrades
Vitaly Muzichenko
1 (1)
Small trading panel for managing orders and positions in 1 click for MetaTrader 5 The version for MetaTrader 4 is here , you can check it in the tester without restrictions Set hidden TakeProfit, StopLoss and pending orders at lines placed on the chart. Virtual breakeven. Virtual trailing stop. Close all positions. Close only Buy positions. Close only Sell positions. Work in the back testing mode (working in the tester is limited). Place up to 20 virtual orders. News trading and operation by tim
YuClusters
Yury Kulikov
4.93 (41)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.93 (29)
Trade copier for MT5 is a trade copier for the МetaТrader 5 platform. It copies forex trades  between any accounts   MT5 - MT5, MT4 - MT5 for the COPYLOT MT5 version (or MT4 - MT4 MT5 - MT4 for the COPYLOT MT4 version)    Reliable copier!         MT4 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 You can also copy trades in the МТ4 terminal (МТ4 - МТ4, МТ5 - МТ4):     COPYLOT CLIENT for MT4
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.
Robust trading panel for use on any symbol (including RangeBars or Renko custom symbols). The tool can be placed anywhere on the chart and offers the following array of features: One-click instant order entry. Pending order entry using horizontal lines on the chart Pending order entry using keys in Entry price (E/P) and optional Stop Loss (S/L) and/or Take Profit (T/P) A choice between fixed trading volume or risk-based volume calculation based on the available account equity, entry price, and t
Utility for automatic order and risk management. Allows you to take the maximum from profits and limit your losses. Created by a practicing trader for traders. The utility is easy to use, works with any market orders opened manually by a trader or with the help of advisors. Can filter trades by magic number. The utility can work with any number of orders at the same time. Has the following functions: 1. Setting stop loss and take profit levels; 2. Closing trades by trailing stop levels; 3
LT Trade Panel Lite
Thiago Duarte
4.73 (45)
Have you missed any tools or shortcuts in Meta Trader? Simple things that would make your daily trading much easier ? We have the solution for you: our Trade Panel! This is an EA tool (Expert Advisor) that, if configured to controll all symbols, needs to be loaded only once. This is the Lite version (free) of our tool. Professional version:   https://www.mql5.com/en/market/product/42658 If you have some problemas with the shortcut buttons on chart on unpinned mode try change the tickets digi
FREE
AlgoTrader Panorama
Luiz Eduardo Ribeiro
Algo Trader - Panorama The AlgoTrader - Panorama is an essential tool for traders who seek clarity and efficiency in managing their operations in MetaTrader 5. Its informative panel organizes all account information and open orders, providing a detailed and accessible overview. Main Features Display of entry price and position of each order. Real-time calculation of accumulated profit/loss. Monitoring of spread, swaps, and other fees directly on the panel. Advanced management for tracking active
GGP Trade Copier MT5
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
Buyers of this product also purchase
Trade Assistant MT5
Evgeniy Kravchenko
4.41 (173)
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 characteristics bef
Forex Trade Manager MT5
InvestSoft
4.97 (486)
Welcome to Trade Manager MT5 - 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 MT5 adapts to your needs, offering flexibility across all markets, from forex and indices t
TradePanel MT5
Alfiya Fazylova
4.85 (124)
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
Grid Manual MT5
Alfiya Fazylova
4.76 (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. F
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.98 (83)
Experience exceptionally fast trade copying with the   Local Trade Copier EA MT5 . 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 MT5   offers a wide range of options to customize it to your specific needs. It's the ultimate solution for anyone looking t
Trade Dashboard MT5
Fatemeh Ameri
4.97 (66)
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
The product will copy all telegram signal to MT5 ( 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 s
Telegram To MT5 Receiver
Levi Dane Benjamin
4.82 (11)
Copy Signals from any channel that you are a member (including private and restricted) straight to your MT5.  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  | MT4 Version | Discord Version If you want to try a demo please go to user guide. The Tel
Custom Alerts MT5
Daniel Stein
5 (6)
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, and IX Power— Custom Alerts automatically notifies you of crucial market developments without juggling multiple charts or missing prime opportunities. If you’re ready to trade smarter and more efficiently, Custom Alert
I present to your attention a powerful utility for predicting the future movement of an asset based on W.D. Ganna’s law of vibration. This utility analyzes the selected market model and provides codes for future possible market movement patterns. If you enter the selected code into the appropriate box, you will receive a forecast of the potential market movement. The utility has the ability to display several potential forecast models. The forecast is not yet tied to time and price and gives th
The MT5 to Telegram Signal Provider is an easy-to-use, fully customizable utility that enables the sending of signals to Telegram, transforming your account into a signal provider. The format of the messages is fully customizable! However, for simple usage, you can also opt for a predefined template and enable or disable specific parts of the message. [ Demo ] [ Manual ] [ MT4 Version ] [ Discord Version ] Setup A step by step user guide is available. No knowledge of Telegram API is required; a
Cerberus Equity Watcher
Samuel Bandi Roccatello
5 (3)
Cerberus the Equity Watcher  is a risk management tool that constantly monitors your account equity and avoid major drawdowns, caused by faulty EAs or by your emotional behaviour if you are a discretional trader. It is extremely useful for systematic traders that rely on EAs that might contain bugs, or that might not performed well in unexpected market conditions.  Cerberus let you set a minimum equity value and (optionally) a  maximum value , if either of those are reached all positioned are f
Trade copier MT5
Alfiya Fazylova
4.48 (27)
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 MT5> MT5, MT4> MT5, MT5> MT4, including MT5 netting accounts. * Supports copying Dem
-25% discount ($149 -> $111) Everything for chart Technical Analysis indicator mt5 in one tool Draw your supply demand zone with rectangle and support resistance with trendline and get alerts to mobile phone or email alert -  Risk reward indicator mt5 Video tutorials, manuals, DEMO download   here .   Find contacts on my   profile . 1.   Extended rectangles and trendlines Object will be extended to the right edge of the chart when price will draw new candles on chart. This is rectangle extende
2025 happy new year -25% discount ($199 -> $149) Advanced trading tool: One click smart orders that execute under your conditions Developed by trader for trading community:  position size calculator (lot size), open position after price action, strategy builder, set and forget trading, mobile notifications... Risk Management -  Risk percentage position size calculator, gain percentage, target risk reward ratio, spread and commissions are included in calculations 7 Advanced order types  - Set a
HINN Lazy Trader
ALGOFLOW OÜ
5 (2)
B e sure to watch this video before using A community for users, product discussion, update news, and first line of support  Use Webmoney For payments in cryptocurrencies. How I use this algo tool   Lazy Trader is NOT SUITABLE FOR SCALPING EVERY MINUTE MOVEMENT, ESPECIALLY IN CRYPTO. WITHOUT UNDERSTANDING WHAT IS HAPPENING ON THE CHART, THERE IS NO POINT IN BLINDLY HOPING FOR PROFITS! Lazy Trader does NOT USE openAI chat-gpt-4 technologies, which are added to descriptions for product promotion
Instantly see your closed trade history by day and week, your current open trades, and forex exposure on one chart! Use the heatmap to identify profitable trades and where your current drawdown is within your trading portfolio. Quick Close Buttons Use the quick close buttons to close every trade on a single symbol, close out individual trades in full, or take partial profits or losses at the click of a button. No more hunting for trades in a list and working out how to close part of your trades.
ShSH
Raka
1 (1)
ShSH: an Automated Trading Tool Discover the future of trading with our ShSH an Automated Trading Tool , meticulously designed to harness the unique characteristics of the daily market's volatility . This cutting-edge system leverages the price breakout method , Analizing on market movements during the low-liquidity hours to deliver consistent and reliable results. Core Features: 1. Intraday Market Volatility Mastery: The robot is fine-tuned to detect subtle price patterns and movements unique
Adam FTMO MT5
Vyacheslav Izvarin
5 (2)
ADAM EA Special Version for FTMO Please use ShowInfo= false for backtesting ! Our 1st EA created using ChatGPT technology Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Tested on EURUSD and GBPUSD only  Use 15MIN Time Frame Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94362 --------------------------------------------------------------------------------
VirtualTradePad One Click Trading Panel
Vladislav Andruschenko
4.55 (67)
Trading Panel for trading in One click.  Working with positions and orders!  Trading from the  chart  or the  keyboard . With our trading panel, you can execute trades with a single click directly from the chart and perform trading operations 30 times faster than with the standard MetaTrader control. Automatic calculations of parameters and functions make trading faster and more convenient for traders. Graphic tips, info labels, and full information on trade deals are on the chart MetaTrader.  
Discord To MT5 Receiver
Levi Dane Benjamin
5 (1)
Copy Signals from any channel that you are a member ( without the need for a Bot Token or Admin Permissions  straight to your MT5. It has been designed with the user in mind while offering many features you need 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  | MT4 Version | Telegram Version If you want to try a demo please go to the User Guide. The   Discord   To MT5
Trader Evolution
Siarhei Vashchylka
5 (5)
" Trader Evolution " - A utility designed for traders who use wave and technical analysis in their work. One tab of the utility is capable of money management and opening orders, and the other can help in making Elliott wave and technical analysis. Manual (Be sure to read before purchasing) | Version for MT4 Advantages 1. Trading in a few clicks. Immediate and pending orders are available in the panel 2. Money management. The program automatically selects the appropriate lot size 3. Simplifies
Risk Manager Pro MT5
Roman Zhitnik
5 (3)
The Expert Advisor is a risk manager helping users to control their trading. In the settings, it is possible to specify the parameters at which the risk manager force closes the opened trades and closes the terminal as well, if it is needed to prevent opening trades on emotions, which do not correspond to the trading strategy. Risk Manager settings Check limit to close   - check the equity limit Limit to close   - minimum account equity triggering loss prevention measures Check day limit to cl
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
RSI 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 RSI indicator. This divergence scanner is integrated with support and resistance zones so you can check the RSI divergences in the most important areas of the chart to find trend reversals in price chart. Download demo version   (works on M4,M5,M6,M12,H3,H8 timeframes) Full description of scanner parameters ->   cli
The MT5 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 ] [ MT4 Version ] [ Telegram Version ] Setup Follow our detailed user guide for easy setup. No prior knowledg
Comprehensive on chart trade panel with the unique ability to be controllable from mobile as well. Plus has a library of downloadable configuration, e.g. exit rules, extra panel buttons, pending order setup and more. Please see our product video. Works with all symbols not just currency pairs. Features On chart panel plus controllable from free app for Windows, iPhone and Android Built-in script engine with library of downloadable configuration, e.g. add 'Close All Trades in Profit' button, exit
Risk Manager for MT5
Sergey Batudayev
4.53 (15)
Expert Advisor Risk Manager for MT5 is a very important and in my opinion necessary program for every trader. With this Expert Advisor, you will be able to control the risk in your trading account. Risk and profit control can be carried out both in monetary terms and in percentage terms. For the Expert Advisor to work, simply attach it to the currency pair chart and set the acceptable risk values ​​in the deposit currency or in % of the current balance. Article about Risk Manager h ttps://ww
Didi Alert Needle Detector
Alexandre Tadeu Molina
5 (7)
DIDI Alert - ATM Systems Needle Detector Are you looking for a tool to help you seize the best trading opportunities in the financial market? Then you need to know DIDI Alert - ATM Systems Needle Detector, the only utility on the market that uses the powerful trading strategy of Didi Aguiar's Needle Setup through the DIDI INDEX, packed with numerous features. No other PROGRAM dedicated to this strategy is as complete, functional, and practical! It detects Needles, Trends, and Bollinger Band Op
Manual Trade Panel EA MT5
Juvenille Emperor Limited
5 (2)
Manual Trade Panel EA MT5   is the most straightforward and easy to use trade panel you can find for MT5. It has all its options and functions in one surface, without the need of opening additional windows or panels. It is an order management, risk calculator, partial closure and account protector utility all in one extremely convenient to use interface! By using   Manual Trade Panel EA MT5   you can trade many times faster and more accurate than traditional manual trading methods and that gives
More from author
Binance is a world-renowned cryptocurrency exchange! In order to facilitate more accurate analysis of the encrypted digital currency market, the program can automatically import Binance's K-line data to MT5 for analysis. The main functions are: 1. Support the automatic creation of spot trading pairs in the currency security department, and you can also set the profit currency and base currency separately. For example, if ProfitCurrency is empty, it means all trading areas. Optional: USDT, BTC,
Binance is a world-renowned cryptocurrency exchange! In order to facilitate more accurate analysis of the encrypted digital currency market, the program can automatically import Binance’s futures K-line data to MT5 for analysis. The main functions are: 1. Support the automatic creation of all futures trading pairs on Binance USD-M, or you can set the base currency separately. For example, if the base currency BaseCurrency is empty, it means all currencies, and any cryptocurrency supported by B
Binance is a world-renowned cryptocurrency exchange! In order to facilitate real-time data analysis of the encrypted digital currency market, the program can automatically import Binance real-time transaction data to MT5 for analysis. The main functions are: 1. Support the automatic creation of spot trading pairs in the currency security department, and you can also set the profit currency and base currency separately. For example, if ProfitCurrency is empty, it means all trading areas, option
Binance is a world-renowned cryptocurrency exchange! In order to facilitate the real-time data analysis of the encrypted digital currency market, the program can automatically import the real-time transaction data of Binance Futures to MT5 for analysis. The main functions are: 1. Support the automatic creation of USD-M futures trading pairs of the Ministry of Currency Security, and the base currency can also be set separately. The base currency BaseCurrency is empty to indicate all currencies,
Binance is a world-renowned cryptocurrency exchange! In order to facilitate MT5 users to directly trade Binance Futures, the program provides the following trading functions: 1. Imitate the trading style of Binance Futures and provide a friendly operation panel; 2. Enter api and secret by yourself (you need to open futures trading permission in Binance api) to get leverage, balance and other information; 3. Support limitOrder (limit order), marketOrder (market order), stopLimit (limit stop p
Binance is a world-renowned cryptocurrency exchange! To facilitate tracking of depth information and Tick changes, the program provides the following functions: 1. Automatically import all trading varieties in the Binance USD-M futures trading zone, with customizable product prefixes (to avoid conflicts with existing product names), or custom import of specific varieties; 2. Use websocket to link Binance futures trading, and market information push supports depth and tick; 3. Support socket
Broken Scalping
Ping You Jiang
Broken Scapling is a breakthrough scalping strategy, through long-term support pressure breakthrough transactions, avoid too many false breakthroughs, thereby increasing the winning rate. The Broken Scapling strategy will automatically judge the current support pressure level. At the same time, there are three built-in fund management methods, including: fixed lot size, martingale lot size management (after the last stop loss, the next time the corresponding lot size will be automatically incre
Filter:
No reviews
Reply to review