Info Exporter MT5

Info Exporter MT5 supports exporting Terminal information, Account information, History Deals and History Orders to local csv file, send emails and export them directly to Google sheets using apps script deployed url. 

You can choose between exporting to csv or exporting using email or exporting to google sheets. and you can even modify the exported file names and sheet names too.

Input parameters used:

export terminal informations? : choosing whether to export terminal informations or not. You can change the value to true or false.

terminal info file or sheet name : default is "Terminal_Info" but you can change it in the input prompt.

export historical deals? : choosing whether to export history deals or not. You can change the value to true or false. Default is false i.e. not to export.

history deals file or sheet name : defaulted is "History_Deals" but you can change it in the input prompt.

export historical orders? : choosing whether to export history orders or not. You can change the value to true or false. Default is false i.e. not to export.

history orders file or sheet name : default is "History_Orders" but you can change it in the input prompt.

export account informations? : choosing whether to export account info or not. You can change the value to true or false. Default is false i.e. not to export.

account info file or sheet name : default is "Account_Info" but you can change the value in the input prompt.

do you want to write to file? : option to export the enabled data to csv file or not. Default is false i.e. not to write.

do you want to send informations to email? : option to export the enabled data to email or not. Default is false i.e. not to send email.

do you want to export to Google sheet? : option to export the enabled data to google sheet or not. Default is false i.e. not to write to google sheet.

Apps Script deployed url: deployed Apps Script url .

working apps script code is given below (just copy paste it in doPost function):

function doPost(e) {
  try {
    // Validate input
    if (!e || !e.postData || !e.postData.contents) {
      throw new Error("no Input data found");
    }
    // Parse JSON safely
    const json = JSON.parse(e.postData.contents);
    const sheetName = json.sheetName || "Sheet1";

    // Get sheet (with error handling)
    const spreadsheet = SpreadsheetApp.getActiveSpreadsheet();
    var sheet = spreadsheet.getSheetByName(sheetName);
    if (!sheet) {
      sheet = spreadsheet.insertSheet(sheetName);
    }
    
    // formatting data to be written in sheet
    var terminalInfo = json.data.split("#;#");
    var insertingData = [];
    for(var i = 0; i < terminalInfo.length; i++) {
      insertingData.push(terminalInfo[i].split("#:#"))
    }
    var startRow = 1;
    var startColumn = 1;
    var numRows = insertingData.length;
    var numColumns = insertingData[0].length;
    var range = sheet.getRange(startRow, startColumn, numRows, numColumns);

    // Overwrite the rows with the new data
    range.setValues(insertingData);

    // Return success
    return ContentService.createTextOutput(JSON.stringify({
      status: "success",
      message: "Data written to sheet"
    })).setMimeType(ContentService.MimeType.JSON);

  } catch (err) {
    // Return error details
    return ContentService.createTextOutput(JSON.stringify({
      status: "error",
      message: err.message
    })).setMimeType(ContentService.MimeType.JSON);
  }
}




Recommended products
Orange Indicator by Quant Atlas Creator:  https://www.quant-atlas.com/ Orange Indicator is a clean reversal focused indicator for MetaTrader 5, designed to highlight potential turning points directly on the chart using simple orange buy and sell markers. The indicator focuses on moments where price may be transitioning out of short term exhaustion and into a possible reaction phase. When a bullish setup appears, an orange upward triangle is displayed below the candle. When a bearish setup appear
FREE
Limiter Drawdown EA – Automatic Account Protection for MetaTrader 5 Description Limiter Drawdown EA is a lightweight risk management tool for MetaTrader 5. It monitors your account drawdown in real time and will automatically close all open trades once the threshold you define is reached. This provides a reliable safeguard for any trading strategy. Main Functions Monitors equity versus balance continuously Closes all positions when your chosen drawdown percentage is reached Optionally removes
FREE
Cable Hunter EA
Mathis Philippe Jean Deroy
Cable Hunter EA Turtle Soup Strategy — Counter-breakout + RSI Divergence | GBPUSD M15 Profit Factor Max Drawdown Annual Return Walk-Forward IS/OOS 1.67 5% ~15%/year 1.51 / 1.53 Compatible: GBPUSD M15 | All MT5 brokers | FTMO / Prop firms | VPS 1. Strategy Description Cable Hunter EA is based on the Turtle Soup strategy, a counter-breakout approach that exploits false breakouts of swing levels. Markets regularly trap traders who follow classic breakouts. Cable Hunter detects these traps and trade
Painel PorfitChart XAUUSD
Luis Ricardo Ferreira Lopes
What the panel does (similar to Nelogica's ProfitChart/Rating): Shows real-time bid/ask values ​​for the asset Lot field with - / + buttons, MAX button, and quick shortcuts (0.01 / 0.10 / 1.00 / 5.00) Stop and Target fields in points (editable) Large BUY (green) and SELL (red) market buttons REVERSE position (reverses the current position) and CLOSE ALL (closes everything on the asset) Balance, equity, free margin, and open profit updated every second Easy customization (at the top of the cod
FREE
SPECIAL ANNOUNCEMENT: Get the Ultimate Trading Suite! Before you grab this utility, did you know? The LogicLadder Visual Trade Planner is so powerful that it serves as the core visual execution engine for my flagship MT5 trading systems! If you are looking for a massive, all-in-one trading dashboard, advanced trade management, or strict prop-firm guardrails, you can get this exact visual planner already included inside my premium and free full-suite EAs: Pro LTS TradeDashboard MT5 (Paid
FREE
RiskFrame Trade Manager for MetaTrader 5 Shape the trade plan around the chart. Size it from risk, check it before sending, and manage the resulting position from the same workspace. RiskFrame is a manual trade-planning, execution and position-management utility for discretionary MetaTrader 5 traders. Its central workflow is a flexible Visual Trade Plan that can be positioned, resized and flipped around the area you are analysing instead of forcing the chart to fit around the panel. Entry, St
News History Expoter
Donaldo Sande Angiela
This program is designed to download economic calendar news events for a specified country over a selected date range, allowing traders to analyze and incorporate important economic data into their trading strategies. By specifying both a start and end date, as well as a country code, the program retrieves relevant news events within the defined period and exports them to a CSV file for easy review and analysis. This tool helps traders stay informed about scheduled economic events that may impac
FREE
Advanced PolyLines
Felipe Monteiro Rodrigues
Please, don't forget to comment and rate if you like the product! Advanced PolyLines is a professional graphical tool that simplifies the creation of connected lines directly on the chart. Instead of drawing multiple individual lines, you can build a single continuous structure, making technical analysis easier and keeping your chart much cleaner and more organized. It was developed to eliminate the limitations of traditional MetaTrader 5 drawing tools. With it, you can create complex graphical
FREE
Binance Quotes Updater
Andrey Khatimlianskii
5 (1)
This service is designed to stream online cryptocurrency quotes   from the Binance exchange to your MetaTrader 5 terminal. You will find it perfectly suitable if you want to see the quotes of cryptocurrencies in real time — in the Market watch window and on the MetaTrader 5 charts. After running the service, you will have fully featured and automatically updated  cryptocurrency charts in your MetaTrader 5. You can apply templates, color schemes, technical indicators and any non-trading tools to
By :Rapid Growth  Ea. 1.0     Positive Grid System With New Logic and The Best R/R Ratio. You Can Only lose on The First trade (The percentage That You Choose), On The Rest of The Top-ups you will BrakeEven. In
FF4 Scalper
Valerii Gabitov
Ea does not use martingale or grid and has a stop loss for every position.  Symbols: EURCHF, EURCAD, USDCHF and other. Time frame: M15 Best results on EURCAD M15. Live signals and other products here -  https://www.mql5.com/ru/users/leron34/seller#products The EA should run on a VPS continuously without interruption.  Multicurrency advisor. You can enter pairs in the EA settings for tests. I recommend the default settings. You can install an adviser on any pair on M15. The EA has a news filter
TradeVision Pro
Ian Nganga Comba
TradeVisonPro Forex Analyzer Pro MT5 Trading Account Analytics and Monitoring Dashboard TradeVisonPro Forex Analyzer Pro is a trading analytics and account monitoring solution designed for MetaTrader 5 users. The product organizes MT5 trading data in a structured web-based dashboard, allowing traders to review account information, monitor open positions, analyze trading history, track strategies, maintain a trading journal, and review performance statistics. TradeVisonPro Forex Analyzer Pro is d
FREE
Donchian Breakout And Rsi
Mattia Impicciatore
4.5 (2)
General Description This indicator is an enhanced version of the classic Donchian Channel , upgraded with practical trading functions. In addition to the standard three lines (high, low, and middle), the system detects breakouts and displays them visually with arrows on the chart, showing only the line opposite to the current trend direction for a cleaner view. The indicator includes: Visual signals : colored arrows on breakout Automatic notifications : popup, push, and email RSI filter : to val
FREE
Get Economic Calendar History Script is an economic calendar data downloader. The time of the Economic Calendar is based on your broker's time, so if you are going to use the same calendar history file on different brokers, make sure their times are the same. The economic calendar history is organized as follows: Time: Date and time of the news. Importance: Degree of Possible impact of the news on the market. Currency: Currency. Country: Country. Description: Description of the news. Peri
FREE
Smart FVG Stats
- Md Rashidul Hasan
5 (1)
The  Smart FVG Statistics Indicator  is a powerful MetaTrader 5 tool designed to automatically identify, track, and analyze Fair Value Gaps (FVGs) on your charts. Love it? Hate it? Let me know in a review! Feature requests and ideas for new tools are highly appreciated. :) Try "The AUDCAD Trader": https://www.mql5.com/en/market/product/151841 Key Features Advanced  Fair Value Gap  Detection Automatic Identification : Automatically scans for both bullish and bearish FVGs across specified histo
FREE
Margin Tick Ratio — margin efficiency analysis for all broker's instruments Margin Tick Ratio is a script for MetaTrader 5 that runs through your broker's tools in one run and answers a practical question: how much "tick" profit do you get for each unit of collateral, and how expensive is the entry spread. The script does not trade. It collects data, ranks tools by efficiency, and generates a user-friendly report in a terminal, CSV, and interactive HTML file. Who is this product for • T
FREE
Tdo
Ivan Simonika
TDO is a free utility for optimizing the Trading Direction indicator. In addition to signals for trading, the indicator also has an information vector that fully provides all the statistical information on the operation of the indicator; this effect can be used to ensure that the indicator is automatically optimized. You just need to select the instrument and timeframe and specify the hourly interval in the utility settings and drop it on the chart chart. That's all, now we are waiting for the
FREE
Fx Trade Monitor – Professional Strategy Tracker & Risk Manager A powerful, free utility to monitor open/closed trades, visualize history, and manage risk with advanced Drawdown Alerts. Includes Excel-ready CSV export. Fx Trade Monitor  is an essential dashboard tool designed for both manual traders and EA users. It provides a crystal-clear overview of your trading performance directly on the chart, filtering by Magic Number or Comment. Unlike simple info panels, this tool focuses heavily on  Ri
FREE
Auric Mohd iK
Md Iqbal Kaiser
AURIC MOHD-iK is a dynamic, logic-based Expert Advisor (EA) engineered specifically for trading XAUUSD (Gold). Unlike standard trading systems that rely on lagging, unreliable indicators, this EA operates purely on clean price logic—executing trades the way an experienced human trader naturally reads the market. This version is completely free with limitations, offering permanent value to your trading setup with zero hidden costs. Active Auric Mode That's it!!!!!!!!!! Core Trading Parameters Ac
FREE
Check out our website at ergodiclabs.co . Trade Health Indicator A vital-signs monitor for your trading account. Most stats panels show you win rate and profit — this one reads the health of your strategy and tells you, in plain language, whether your edge is real or just lucky. It reads your closed trade history directly from the account, reconstructs every position, and surfaces the diagnostics that a pretty equity curve hides — starting with the single most overlooked one: how long you hold
FREE
Trade Panel Pro DEMO
Anton Zavialov
1 (1)
Бесплатная версия советника Trade Panel PRO Данная торговая панель предназначена для быстрой и удобной торговли в один клик. Создавался продукт для частичной автоматизации своей личной ручной торговли  https://www.mql5.com/ru/signals/1040299?source=Site+Profile+Seller Советник имеет ряд возможностей, а именно: Открытие BUY или SELL ордеров. SL выставляется ниже (выше)  минимальной (максимальной) цены, задаваемых в параметрах количества свечей. Размер TP рассчитывается в соотношении от размера S
FREE
Key Benefits at a Glance: Lorentzian ML signal generation Majority voting across 3 timeframes Automatic market regime detection Smart equity recovery with group profit targets 1% risk‑based adaptive lot sizing ATR‑based dynamic SL/TP & trailing Emergency drawdown cut Live on‑chart info panel Hybrid Lorentzian Gold ML EA v2.0 – Intelligent Adaptive Trading for XAUUSD Next‑Gen Machine Learning Core A Lorentzian KNN classifier analyzes 5 normalized features (RSI, WaveTren
FREE
The RSI Engine
Md Abdul Manann
The RSI Engine EA is an automated trading robot for the MetaTrader 5 (MT5) platform, developed by SPLpulse. ( Looking for a personalized setup? I'd be happy to create a custom configuration for you. Just describe what you're looking for in the comments below!) Its core function is to execute trading strategies based on signals from the Relative Strength Index (RSI) indicator. The EA is highly configurable, allowing the user to select from multiple RSI-based entry strategies, apply confirmation f
FREE
================================================================ MATRIX CONDITION MONITOR Live Trade Condition Panel for MetaTrader 5 Fully Automatic -- Works with ALL Matrix EAs ================================================================ NEVER MISS A TRADE SETUP AGAIN Matrix Condition Monitor is a free utility that attaches to any chart and automatically checks all 10 trade conditions in real time -- showing you exactly why a trade will or will not open, and alerting you the moment ever
FREE
Friend of the Trend: Your Trend Tracker Master the market with Friend of the Trend , the indicator that simplifies trend analysis and helps you identify the best moments to buy, sell, or wait. With an intuitive and visually striking design, Friend of the Trend analyzes price movements and delivers signals through a colorful histogram: Green Bars : Signal an uptrend, indicating buying opportunities. Red Bars : Alert to a downtrend, suggesting potential selling points. Orange Bars : Represent cons
FREE
PZ Goldfinch Scalper EA MT5
PZ TRADING SLU
3.33 (57)
This is the latest iteration of my famous scalper, Goldfinch EA, published for the first time almost a decade ago. It scalps the market on sudden volatility expansions that take place in short periods of time: it assumes and tries to capitalize of inertia in price movement after a sudden price acceleration. This new version has been simplified to allow the trader use the optimization feature of the tester easily to find the best trading parameters. [ Installation Guide | Update Guide | Troublesh
FREE
PulseBar MT5 Pro
Oscar Gomez Fuente
PulseBar is a visual trading tool designed for MT5/MT4 that eliminates guesswork when planning your trades. It draws an interactive horizontal line on your chart that instantly calculates and displays the projected PnL (Profit/Loss) of your open positions (long or short) if the price were to reach that exact level. It is ideal for Price Action traders, Scalpers, and Day Traders who need to quickly and cleanly visualize Take Profit targets, partial exit levels, or risk zones without leaving the
IMPORTANT NOTE: This is a professional Trade Management Utility and on-chart assistant. It is NOT an automated trading robot. It does not open trades on its own. The UltraFast Trade Manager MT5 is the ultimate execution and risk-management suite designed to give you absolute control over your manual and algorithmic trades. When managing multiple positions, calculating complex net break-even points, or constantly monitoring the economic calendar, hesitation can lead to costly mistakes. This utili
FREE
Bar Follow EA
Aurelio Miguel Machado Da Silva
1 (1)
This robot has the purpose of operating in favor of force bars, the size of the force bar can be configured, the takeprofit and stoploss can be defined by the users or can be automatically placed by the robot (in this case the takeprofit and stoploss targets are the size of the previous bar). The values ​​defined in the parameters must be changed according to the users' needs. 
FREE
Chart Drawing Toolkit
Allan Munene Mutiiria
5 (2)
Chart Drawing Toolkit is a complete drawing and chart-analysis workspace for MetaTrader 5 . It places more than 40 drawing and markup tools in one fast, clean panel that docks to the edge of your chart, so every manual analysis tool you need is a single click away. It runs as an indicator, so it works alongside your Expert Advisors and other indicators on the same chart. Overview The toolkit combines a docking sidebar, a quick tool flyout, a live properties bar for the selected object, and a set
FREE
Buyers of this product also purchase
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (214)
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.98 (668)
Trade Manager MT5 is an advanced position size calculator and trade management tool for MetaTrader 5, 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, crypto, or future
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (142)
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
TradePanel MT5
Alfiya Fazylova
4.88 (162)
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
Beta Release The Telegram to MT5 Signal Trader is nearly at the official alpha release. Some features are still under development and you may encounter minor bugs. If you experience issues, please report them, your feedback helps improve the software for everyone. Telegram to MT5 Signal Trader is a powerful tool that automatically copies trading signals from Telegram channels or groups directly to your MetaTrader 5 account. It supports both public and private Telegram channels, and you can conn
Telegram to MT5 Multi-Channel Copier automatically copies trading signals from your Telegram channels directly into MetaTrader 5. 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 MT5 terminal. An MT4 version is also available. Setup guide and app
Power Candles Strategy Scanner - Self-Optimizing Multi-Symbol Setup Finder Power Candles Strategy Scanner runs the same self-optimizing engine that powers the Power Candles indicator - on every symbol in your Market Watch, side by side. One panel tells you which symbols are statistically tradable right now, which strategy wins on each, the optimal Stop Loss / Take Profit pair, and pings you the moment a fresh signal fires. This tool is part of the Stein Investments ecosystem - 18+ tools plus Max
Anchor Trade Manager
Kalinskie Gilliam
5 (5)
Anchor: The EA Manager Run your full EA portfolio without conflicts, without stacked risk, and without watching every chart yourself. Anchor coordinates up to 64 Expert Advisors on a single account, including daily loss protection built for prop firm rules. Attach Anchor to any chart. Type your EA names and magic numbers in one line. Click OK. Anchor begins coordinating immediately. Built for portfolios. Built for prop firms. Built for discipline. The Problem Running multiple EAs on the same acc
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.94 (34)
Professional Trade Copier for MetaTrader 5 Fast, professional, and reliable trade copier for MetaTrader . COPYLOT allows you to copy Forex trades between MT4 and MT5 terminals with support for Hedge and Netting accounts. COPYLOT MT5 version supports: - MT5 Hedge to MT5 Hedge - MT5 Hedge to MT5 Netting - MT5 Netting to MT5 Hedge - MT5 Netting to MT5 Netting - MT4 to MT5 Hedge - MT4 to MT5 Netting MT4 version Full Description +DEMO +PDF How To Buy How To Install How to get Log Files H
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
Trade copier MT5
Alfiya Fazylova
4.59 (49)
Trade Copier is a professional utility designed to copy and synchronize trades between trading accounts. Copying occurs from the account / terminal of the supplier to the account / terminal of the recipient, which are installed on the same computer or VPS . PROMOTION - If you have already purchased the "Trade Copier MT5," you can receive the "Trade Copier MT4" for free (for copying MT4 > MT5 and MT4 < MT5). For more detailed information about the conditions, please contact us via private message
FarmedHedge Pair Trading Dashboard
Tanapisit Tepawarapruek
5 (3)
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) MULTI-ASSET SUPPORT Trade any asset available on your broker - Forex: Major, Minor, Exotic pairs - Crypto: BTC, ETH, XRP, SOL, BNB - Stocks: Apple, Tesla, Amazon, Google, etc. - Commodities: Gold, Silver, Oil, Gas - Indices: US30, NAS100, SPX500, DAX40 - Any CFD your broker offers VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https:/
================================================================================ POC BREAKOUT - V20.72. Full Professional Grade Toolkit ================================================================================ POC Breakout is a full MetaTrader 5 trading dashboard for discretionary traders who want breakout signals, Point of Control (POC) context, volume profiles, order flow, market structure, news, alerts, and advanced trade planning in one professional workspace. Attached directly to you
Seconds Chart MT5
Boris Sedov
4.61 (18)
Seconds Chart is a unique tool for creating second-based charts in MetaTrader 5 . With Seconds Chart , you can construct charts with timeframes set in seconds, providing unparalleled flexibility and precision in analysis that is unavailable with standard minute or hourly charts. For example, the S15 timeframe indicates a chart with candles lasting 15 seconds. You can use any indicators and Expert Advisors that support custom symbols. Working with them is just as convenient as on standard charts.
Quant AI Agents
Ho Tuan Thang
5 (1)
Quant AI Agents are independent trading Expert Advisors. Instead of trading using a fixed strategy like other conventional EAs, Quant AI Agents   is a   multi-agent AI trading framework   that turns natural-language strategy prompts into live.  WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating un
Premium Trade Manager - The Trade Panel With a Coach Built In Premium Trade Manager puts a trading coach inside your chart, with a full execution engine underneath it. Set the trade up the way you always do, then let Max, your AI trading coach, read that exact setup against your live account and give you a straight verdict before you commit: is the stop disciplined, is the risk sane, is a high-impact release minutes away, are you near a prop-firm limit. Below sits the engine that runs everything
EasyInsight AIO MT5
Alain Verleyen
4.92 (12)
EASY Insight AIO – All-In-One Power for AI-Driven Trading 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 indicators manu
HINN MagicEntry Extra
ALGOFLOW OÜ
4.75 (16)
LIMITED SUMMER SALE -40% !   ONLY $30 insead of $50!  Maximum real discount! HINN MAGIC ENTRY – the ultimate tool for entry and position management! Place orders by selecting a level directly on the chart! full description   ::  demo-version  :: 60-sec-video-description Key features: - Market, limit, and pending orders - Automatic lot size calculation - Automatic spread and commission accounting - Unlimited partitial take-profits  - Breakeven and trailing stop-loss and take-profit  functions -
VirtualTradePad One Click Trading Panel
Vladislav Andruschenko
4.59 (74)
Trading Panel for MetaTrader 5 — professional one-click trading from chart and keyboard A powerful trading panel for active manual trading, designed to open, manage, and close trades far faster and more efficiently than the standard MetaTrader interface. This panel is built for traders who want full control over positions, pending orders, profit management, and trading execution inside one professional workspace. This is not just another utility. It is a complete trading cockpit for MetaTrader
Trade Dashboard MT5
Fatemeh Ameri
4.95 (131)
Trade Dashboard simplifies how you open, manage, and control your trades, with built-in lot size calculation. It allows you to execute trades, manage risk, and control positions directly on the chart, with tools such as partial close, breakeven, and trailing stop. Designed to reduce manual work and help you stay focused on your trading decisions. A demo version is available for testing. Detailed explanations of features are provided within the MQL5 platform. Installation instructions are include
Footprint Chart Pro — Professional OrderFlow EA for MetaTrader 5 Version 6.34 | Professional tool for real traders | Institutional-Grade Visualization DEMO USERS - PLEASE SELECT EVERY TICK / REAL TICK WHEN TESTING AND YOU HAVE DOWNLOADED HISTORICAL DATA. IF YOU SEE A WAITING SCREEN AND IT IS NOT DOWNLOADING, IT MEANS YOU HAVE LOW HISTORICAL DATA. TRY 1 MIN AND 5 MIN FIRST ON 1 DAY DATA. ONE DAY DATA SHOULD BE THE NEWEST AND MOST CURRENT DATE. PLEASE WAIT UNTIL THE MARKET HAS ROLLED OVER PERIOD.
Working Demo Download Copy Cat More Trade Copier MT5 is a local trade copier and 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 a 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 market and pending orders,
EA Auditor
Stephen J Martret
5 (4)
EA Auditor is an independent analysis tool for traders evaluating Expert Advisors and trading signals on MetaTrader 5. It audits backtest reports, reviews posted developer signals, and cross-verifies the two against each other to help traders assess strategies before committing capital. The MQL5 market offers a wide range of Expert Advisors from many developers, with varying approaches, quality, and transparency. EA Auditor provides a consistent, data-driven framework for reviewing them, answer
Trade Manager DaneTrades
Levi Dane Benjamin
4.28 (29)
DaneTrades Trade Manager is a professional trade panel for MetaTrader 5, designed for fast, accurate execution with built‑in risk control. Place market or pending orders directly from the chart while the panel automatically calculates position size from your chosen risk, helping you stay consistent and avoid emotional decision‑making. The Trade Manager is built for manual traders who want structure: clear risk/reward planning, automation for repeatable management, and safeguards that help reduc
HINN Lazy Trader
ALGOFLOW OÜ
5 (1)
LIMITED SUMMER SALE -40% ! ONLY $470 insead of $790!  Maximum real discount! The core idea: using the user interface, you configure the parameters the chart must meet before entering a position (or positions), choose which entry models to use, and set the rules for when trading and planning should end. Lazy Trader  handles the rest: it  takes over all the routine chart watching and execution! full description  :: 3 key videos [1] ->  [2]   ->  [3] What can it do? - Understands Larry Williams
Welcome to ENTRY IN THE ZONE WITH SMC MULTI TIMEFRAME Entry In The Zone with  SMC Multi Timeframe  is a professional trading indicator built on Smart Money Concepts (SMC), combining market structure analysis with a No Repaint BUY / SELL signal system in a single indicator. It helps traders understand market structure more clearly, identify key price zones, and focus on higher-quality trading opportunities. By combining Multi-Timeframe Analysis, Points of Interest (POIs), and real-time signals, t
Timeless Charts
Samuel Manoel De Souza
5 (7)
Timeless Charts is an all-in-one trading utility for professional traders. It combines custom chart types such as Seconds Charts and Renko with advanced order flow analysis using Footprints , Clusters , Volume Profiles , VWAP studies, and anchored analysis tools for deeper market insight. Trading and position management are handled directly from the chart through an integrated trade management panel , while Market Replay and Virtual Accounts provide environments for practicing trading skills and
The News Filter MT5
Leolouiski Gan
4.78 (23)
This product filters   all expert advisors and manual charts   during news time.  It is able to remove any of your EA during news and automatically reattach them after news ends. This product also comes with a complete  order management system   that can handle your open positions and pending orders before the release of any news. Once you purchase   The News Filter , you will no longer need to rely on built-in news filters for future expert advisors, as this product can filter them all from her
YuClusters
Yury Kulikov
4.93 (43)
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
Uber Trade Manager
Meelis Hynninen
4.88 (16)
The UTM Trade Manager is a powerful, yet intuitive trading tool offering fast, efficient trade execution and advanced features such as the "Ignore Spread" mode and a built-in local trade copier, and others. Designed to simplify your trading operations, it provides a user-friendly graphical interface and on-chart controls for seamless management. Important Notice: This manager may experience performance issues on systems with less than 8GB of RAM or when running on Mac ARM (M1) systems using emul
More from author
WhatsApp Integration for MetaTrader 5 - Real-Time Trade Notifications Transform your trading experience with seamless   WhatsApp integration for MetaTrader 5. This expert   advisor   automatically sends instant notifications to your WhatsApp whenever trade   events occur, keeping you connected   to your positions no matter where you are . Never   miss important market movements again with real-time alerts   delivered directly   to your smartphone. Key Features Real-Time Trade Notifications : Rec
TelegramTrades
Ramesh Maharjan
TelegramTrades is an Expert Advisor which listens to the following 10 telegram channels for trade signals (trade signals made by experts) and converts the signals into valid trades. The pyrogram script that is constantly running on a server will parse the signal to valid trade signal and forward the signal to my telegram bot. And once there is a valid signal with stop loss, take profit, price, trade type and symbol, it is read by the EA to execute trades on the charts.  You don't need to run all
FREE
There are various indicators and methods to identify trends in a chart. TickVolumeIndicator is one of them. It helps you identify and predict future trends by displaying past trends using tick data.  TickVolumeIndicator is an indicator which draws colors on viewable candles in the chart using the tick volumes. Tick volumes are bid and ask values. Users can choose either tick's bid and ask counts or pip changes for the candles' timeframe. Ask counts are added once ask value is greater than previo
FREE
Telegram Services
Ramesh Maharjan
5 (1)
Telegram services is a trading application communicating between this EA and your telegram channel. This app generates reports, alerts you when trades opened, closed and modified, opens new trades, closes open trades, modifies existing trades, lists history of trades, gets screenshots from charts, gets stop loss and take profit values to be used. displays current market conditions, gets market news, analyzes log files and most importantly you can copy paste trade signals from another channel to
Analytics Dashboard is an indicator which analyses your past and present trades and prepare analytical dashboard which you can view with additional piecharts as details view. Mainly four categories of analysis are considered: 1)Performance metrics 2) Trade behaviors metrics 3) Execution quality metrics and 4) Position Level metrics. The four generic analytical metrics have been further broken into more specific metrics as below. Performance Metrics:  gross profit  gross loss   overall profit fac
FREE
Filter:
No reviews
Reply to review