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
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
FREE
Algorion ScanMaster – Fusion Horizon Professional Multi-Symbol Confluence Scanner for MetaTrader 5 Algorion ScanMaster – Fusion Horizon is a professional multi-symbol market scanner for MetaTrader 5 that continuously monitors your watchlist and identifies the strongest trading opportunities using a proprietary 4-Factor Fusion Engine . Instead of manually switching between dozens of charts, ScanMaster analyzes multiple symbols and multiple timeframes simultaneously, ranks them by overall confluen
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
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
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
Vantage Breakout
Alexandre Vincent Traber
Turn volatility expansions into structured, tiered profit-taking — Vantage Breakout trades adaptive ATR/SMA breakouts and manages every position with a disciplined 3-stage exit system, validated across Forex majors and Gold. Overview Vantage Breakout is an adaptive volatility breakout EA. It enters when price closes outside a dynamic band built from a Simple Moving Average offset by a multiple of the Average True Range, capturing genuine momentum expansions while filtering out noise. Every posi
FREE
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
COMPLETE USER MANUAL The   Local Trade Copier & Safety Manager   is an institutional-grade, ultra-low latency local trade replication and equity protection system designed specifically for MetaTrader 5. Engineered for professional traders, account managers, and Prop Firm challengers, this software operates via a secure, high-speed binary stream written directly to your local PC or VPS. It achieves near-instantaneous execution speed   without using external DLLs, cloud servers, or slow network
FREE
Nikkei225 Gap ContinuationEA
Francesc Jordi Mallol Nolden
Nikkei 225 Gap Continuation EA Automated opening-gap continuation strategy for the Nikkei 225 Nikkei 225 Gap Continuation EA is an automated trading system for MetaTrader 5 designed specifically for the Japanese stock index. It searches for significant opening gaps and enters only when price action confirms a possible continuation in the same direction. The strategy combines the opening gap, a configurable opening range and session VWAP confirmation. It also includes risk-based position sizing,
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
Broker Environment Inspector is a professional MetaTrader 5 compatibility and diagnostics utility for examining the current terminal, account and symbol environment. It presents trading permissions, quote conditions, contract settings and supported execution capabilities in a clear technical dashboard. MAIN FEATURES • Terminal connection and trading-permission flags • Quote freshness and current spread inspection • Trading-session availability • Contract size, tick size and tick value details •
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
Clock Et Mt5
Andrew Tsujiguchi
Simple Eastern Time (ET) clock displayed on your chart, auto-synced with US market hours. Updates every second. Full description: ClockET — Lightweight indicator that displays the current date and time in US Eastern Time (ET) directly on your chart, so you always know exactly where the US session stands — no manual timezone math needed. What You See • Live Clock — Day, month, date and time in ET, updated every second (e.g. "Thu Jul 24  07:36:45 ET") • Centered Label — Displayed at the bottom
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
Buyers of this product also purchase
Trade Assistant MT5
Evgeniy Kravchenko
4.41 (216)
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 (673)
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
================================================================================ 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
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.94 (148)
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
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
TradePanel MT5
Alfiya Fazylova
4.88 (167)
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. Application instructions + video instructions: https://www.mql5.com/en/blogs/post/756482 Trial version of the application for a demo account: https://www.mql5.com/en/blogs/post/750865 How to install the application: https://www.mql5.com/en/blogs/post/756239 How to test the application in visual mode: https://www.mql5.com/en/blogs/post/7
Astro Trade MT5
Indra Maulana
5 (3)
25% discount on the release of the tool: only for the next 3 buyers Send a message to receive a demo version. AstroTrade Trading Assistant AstroTrade is a comprehensive multi-functional trading utility developed for the MetaTrader 5 platform. It integrates essential tools for trade execution, risk management, and technical monitoring into a single unified interface. The application is designed to assist traders in managing their daily operations through a visual and structured environment. Vi
Telegram to MT5 Multi-Channel Copier   automatically copies trading signals from your Telegram channels straight to MetaTrader 5. No bots, no browser extensions, no manual copying. A signal arrives in Telegram and the EA opens the trade in your terminal within seconds. The product has two components: a Windows application that listens to your Telegram channels, and this Expert Advisor that executes the signals in your MT5 terminal. An MT4 version is also available   here . Setup guide and appli
Telegram To MT5 Ultra
Mirel Daniel Gheonu
5 (4)
Telegram To MT5 — Signal Copier Turn the trading calls from your Telegram channels into real MT5 orders — automatically, on as many accounts as you like, with risk and rules fully under your control. Telegram To MT5 connects the VIP / signal channels you already follow on Telegram to your MetaTrader 5 terminal. A free companion desktop app reads the messages (even from channels that block bots), and this Expert Advisor executes them on your account — applying your own risk settings, symbol mappi
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
Anchor Trade Manager
Kalinskie Gilliam
5 (8)
Anchor: The EA Manager Your EAs manage their own trades. Anchor manages the account around them. Anchor gives you one place to control your EAs, manage risk and decide when trading is allowed. Any EA, any vendor, any broker or symbol. No source-code changes required. The Problem Most EAs only know what they are doing. They cannot see when another EA is already trading, when several EAs open and are stacking risk or when the account has reached your loss limit. Even using just one EA, it may not
Signal Trading View to MT5 Pro
Mirel Daniel Gheonu
4.5 (2)
Signal TradingView to MT5 Pro  Instant professional execution between TradingView and MetaTrader 5 Automate your trading strategy with the most robust communication bridge between TradingView alerts and real execution in MT5. Designed for traders who demand speed, flexibility, and impeccable risk management, this Expert Advisor transforms any alert message into a precise market or limit order.   Install and TEST the TRIAL version HERE STRENGTHS AND ADVANTAGES Universal Parsing Engine (Propriet
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.97 (35)
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
Message me after purchase to receive the complete manual kit + 3-day OpenAI API trial to test the AI features + Another bonus gift The current price is a limited discount for August Relaunch Update — secure your edition now before price go up. Next Price: $340 This is completely different from any trading panel you’ve tried or seen on the market. It’s one of the most innovative AI-powered trading panels available in the retail market right now. Imagine connecting   AI directly to your chart   —
HINN MagicEntry Extra
ALGOFLOW OÜ
4.72 (18)
HINN MAGIC ENTRY – the ultimate tool for entry and position management! SIMPLE. FASTEST. INTUITIVE. MAX AUTOMATED. 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 - Invalidation leves - Intuitive, a
Trade copier MT5
Alfiya Fazylova
4.58 (52)
Trade Copier is a professional utility designed to copy and synchronize trades between trading accounts. Copying occurs from the account / terminal of the supplier to the account / terminal of the recipient, which are installed on the same computer or VPS . PROMOTION - If you have already purchased the "Trade Copier MT5," you can receive the "Trade Copier MT4" for free (for copying MT4 > MT5 and MT4 < MT5). For more detailed information about the conditions, please contact us via private message
Trade Dashboard MT5
Fatemeh Ameri
4.95 (132)
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
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.
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
FarmedHedge Pair Trading Dashboard
Tanapisit Tepawarapruek
5 (3)
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https://www.mql5.com/en/signals/2356404 - Farmed Hedge Yield V Copy:  https://www.mql5.com/en/signals/2357156 * Before purchasing, please feel free to send me a message if you have any questions about the product or setup. ** After purchase,  Contact me via private message to receive t
Timeless Charts
Samuel Manoel De Souza
5 (8)
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
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
Trading View ToMT5
Mirel Daniel Gheonu
The Ultimate TradingView to MT5 Bridge Automation Stop manual trading and latency issues. TradingView to MT5 Copier PRO is the fastest and most reliable bridge to execute your TradingView alerts directly on MetaTrader 5. This EA executes your trades instantly using High-Speed WebSocket technology . Installation instructions and Trial version  Key Features  Trade Copier  Ultra-Fast Execution: Uses WebSocket connectivity (faster than standard WebRequest) to minimize slippage.  Universal Broker
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
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.
Trade Copier Ultimate
Janitha Sandaruwan Amaradasa Wickramasingha Arachchilage
5 (5)
Trade Copier Ultimate - Telegram to MT5 Signal Copier Trade Copier Ultimate automatically copies Telegram trading signals into MetaTrader 5. The EA can read signal messages, detect the symbol, order type, entry price, Stop Loss, Take Profit levels and selected update commands, then execute or manage the trade in MT5 using your lot and risk settings. It is more than a basic Telegram to MT5 copier. TCU also supports Bot API and user-account Bridge workflows, Discord signal routing, local MT5 to MT
SAFETYLOCK for MetaTrader 5 — premium protective locking and risk-management system SAFETYLOCK for MT5 is a professional utility for MetaTrader 5 that automatically creates an opposite protective pending order for an already opened position. When a trader or another Expert Advisor opens a trade, SAFETYLOCK can place a protective Buy Stop or Sell Stop at the specified distance. If the market moves against the original position, this order is activated and forms a controlled safety lock structure.
News Filter EA
Rashed Samir
5 (1)
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. MT4 Version Ma
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
Trade Assistant 38 in 1
Makarii Gubaydullin
4.91 (23)
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 capa
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
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
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
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