Account History Export

5

Performs export of the transaction history of the current trading account.

The file is saved in the MQL4/Files terminal folder ( which can be opened via the main terminal menu:   File -> Open Data Directory   (Ctrl+Shift+D) and go to folder   MQL5/Files)   or in the terminal's Common/Files folder.

The file name is generated automatically or set manually through the script parameters.

The history file can be used to simulate the same sequence of trades on another trading server using an EA   Simple History Receiver.

  • Name for file : Specify a file name or leave the field blank to automatically generate a file name.
  • Separators : set separators for data parts in CSV file (comma ',' or semicolon ';') and decimal point (period '.' or comma ',')
  • Save file to Common Folder : If True, the file will be saved to the Common/Files folder.
  • Copy file to FTP-Server : copy a file to the FTP server specified in the terminal settings
  • Folder on FTP to export : Folder on the FTP server to export. Can be set in the terminal settings or in this parameter
  • Export history every N minutes. 0 - don't use : export periodically after the number of minutes specified in this parameter. If it is 0, then the EA will export once and will be removed from the chart. If greater than 0, then the EA will export data with the specified period until it is manually removed from the chart.


File format

The heading is placed first (the separator is set in the parameters)

DATE,TICKET,TYPE,SYMBOL,VOLUME,ENTRY,PRICE,STOPLOSS,TAKEPROFIT,PROFIT,COMMISSION,FEE,SWAP,MAGIC,COMMENT

After it and until the end of the file there are lines with comma-separated field values for one deal.
Field values per line:

  • DATE - date in YYYY.MM.DD HH:MM:SS format
  • TICKET - deal ticket (integer)
  • TYPE - deal type from ENUM_DEAL_TYPE (integer)
  • SYMBOL - trading instrument (string)
  • VOLUME - deal volume (real number)
  • ENTRY - deal type from ENUM_DEAL_ENTRY (integer)
  • PRICE - transaction price   (real number)
  • STOPLOSS - Stop Loss level   (real number)
  • TAKEPROFIT - Take Profit level   (real number)
  • PROFIT - trade profit, for opening it is equal to 0 (real number)
  • COMMISSION - commission amount   (real number)
  • FEE-   fee amount (real number)
  • SWAP-   swap size (real number)
  • MAGIC - number of the expert who made the deal
  • COMMENT - comment



Reviews 2
Johannes Eisgruber
402
Johannes Eisgruber 2022.09.06 09:29 
 

Excellent work, seven stars, all I wanted, thank you. Juri is very responsive and friendly.

Recommended products
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
FREE
Use Forex Trading Profit Tracker to keep a record of your earnings across accounts. This indicator will show a dashboard in the Meta Trader chart to show for the profit or loss money in your account. It’s easy to see just how much money you’re making matched betting with the Forex Trading Profit Tracker. Key features: Track your profit over time Check out your stats. Track expected profits against actual profits. Export account history to Excel. MT5 version(*):  https://www.mql5.com/en/market/
FREE
Symbol Switch Demo
ISO Financial Services
With Symbol Switch you can easily change the symbol of all open charts without losing your analysis or template. Easily monitor many symbols with only one monitor. Auto save\load analysis separately for each symbol (including all graphical analysis and attached indicators). The indicator shows the symbols which are visible in your MT4 "Market Watch" window. To add\remove a symbol just add\remove it from MT4 "Market Watch" window. Monitoring all symbols profit with the panel. Works with all broke
FREE
The   UZFX - Delete Only Pending Orders   script for MetaTrader 4 (MT4) is a simple yet effective tool that automatically removes all   pending orders   (Buy Limit, Sell Limit, Buy Stop, Sell Stop) from the trading account. This script is ideal for traders who want to clear their pending orders instantly without affecting active market positions. If you are Looking Best indicators in Mql5 Market. Check these out! SSS Scalping Smart Signals MT5 Indicator Scalping Winning Signals Pro SWS LTL L
FREE
This script is designed so that the trader can determine the average duration of trade transactions, at which the ratio of possible profits and losses will be optimal. First, let's look at the general approach to determining the optimal duration of trade transactions. We introduce the following variables: R   - the result of the transaction; T   - the time during which the transaction was open; W - the time between the closing of the previous transaction and the opening of the next one. Every tr
FREE
QuantumAlert RSI Navigator is a free indicator available for MT4/MT5 platforms, its work is to provide "alerts" when the market is inside "overbought and oversold" regions in the form of "buy or sell" signals. This indicator comes with many customization options mentioned in the parameter section below, user can customise these parameters as needful. Join our   MQL5 group , where we share important news and updates. You are also welcome to join our private channel as well, contact me for the pri
FREE
Base Trading System
Che Jeib Che Said
2.5 (2)
For Multi Time Frame version, please click here. BASE TRADING SYSTEM is a useful tool to trade with simple strategy. It draws automatically base up for long trade and base down for short trade. Clear trade when base is going opposite direction. User can trade by instant market entry or by pending order entry. It depends on user best strategy. input: Base Box Color- UP base box , DOWN base box, UP base shadow, Down base shadow.
FREE
Shadow Height mt4
Iurii Tokman
5 (1)
Shadow Height mt4   Shadow indicator. Displays the size of candlestick shadows, in points, as a histogram. Works in three modes, user-selectable. Description of indicator settings Mode - indicator operation modes, three modes: first height - display mode for upper and lower candlestick shadows; the second difference - the mode of displaying the difference in candlestick shadows, the difference between the upper and lower candlestick shadows; the third superiority is the accumulated difference in
FREE
Indicator Test Report MT4
Narayanan Mohanan Mohanan Krishnan
Indicator Test Report for MetaTrader 4 — an MT4 repaint checker and indicator tester that shows how any indicator actually behaves You cannot see inside a compiled indicator. The Indicator Test Report loads any indicator — bought, written, or built into MetaTrader — and answers the question a description cannot: does it repaint, how much history does it need, and what does it really publish? It reports behaviour. It does not grade. Load any indicator into the Strategy Tester and get a plain-lang
FREE
LT Clock MT4
Thiago Duarte
4.9 (10)
Simple indicator that draws the market hours on chart (broker, local and GMT). Functions: Horizontal distance -  from border. Vertical distance -  from border. Color -  text color. Font -  text font. Size -  text size. Corner -  which chart corner will be drawn. Show seconds -  show or hide seconds. Draw as background -  candles front or back. Label local -  text before local time. Label broker -  text before broker time. Label GMT -  text before GMT time. Object ID -  identification from object
FREE
this EA draws vertical lines on the chart, either consecutive or alternating lines, depending on the input settings. Since vertical lines often represent time events, timing is important in trading. StartTime = D'2025.03.12 23:00';  // Starting point (time and date) NumberOfLines = 10;                    // Total number of lines to draw IntervalCandles = 1;                   // Interval in candles (must be > 0) IntervalMinutes = 30;                  // Interval in minutes (0 to disable) Directi
FREE
NNFX Algo Tester Lite
HYPANTHIUM, LDA
5 (3)
The NNFX ALGO TESTER is an tool designed to help the NNFX (No Nonsense Forex) traders develop, improve and test algorithms in a simpler, faster and more accurate way. This software reduces backtesting time from serveral days to only a few minutes! Please download the Demo instead of this Lite version. You can sill use the Lite but this version is now discontinued and it has much less functionality than the full version. The NNFX algo Tester software is too big (in terms of complexity) to be avai
FREE
YOU CAN NOW DOWNLOAD FREE VERSIONS OF OUR PAID INDICATORS . IT'S OUR WAY OF GIVING BACK TO THE COMMUNITY ! >>>    GO HERE TO DOWNLOAD This system is an Heiken Ashi system based on RSI calculations . The system is a free open source script originally published on TradingView by JayRogers . We have taken the liberty of converting the pine script to Mq4 indicator . We have also added a new feature which enables to filter signals and reduces noise on the arrow signals. Background HEIKEN ASHI Th
FREE
PositionPilot — One-Click Trade Manager PositionPilot puts professional trade execution and position management directly on your chart. One click — and your trade is protected. Unlike most EAs that only handle their own orders, PositionPilot works with ALL positions — manual, from other EAs, or opened via its panel. One-Click Execution BUY/SELL buttons with auto lot by risk % Hotkeys F1–F6 for keyboard-only trading Auto SL/TP with configurable ratio ️ Smart Risk Management Balance or equity-
FREE
Perfect for one minutes high trading and scalping. This indicator is very effective for trading on one minutes, in the hour. A combination of moving averages and STOCHASTICS calculation to produce a very convincing signal every hour. Blue colour signals a buy opportunity. Follow the X signs for possible buy points. The Blue average line serves as possible trend direction and support. Red colour signals a sell opportunity. Follow the X signs for possible sell points. The Red average line serves a
FREE
Minutes 51
Joaquin Nicolas Metayer
On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untram
FREE
The   UZFX - Close All Open Buy & Sell Orders Instantly   script for MetaTrader 4 (MT4) is a powerful tool that enables traders to   immediately close all active market positions   with a single execution. This script is ideal for emergency trade management, helping traders quickly exit the market during high volatility, news events, or strategy adjustments. If you are Looking Best indicators in Mql5 Market. Check these out! SSS Scalping Smart Signals MT5 Indicator Scalping Winning Signals Pr
FREE
QuantumAlert Stoch Navigator is a free indicator available for MT4/MT5 platforms, its work is to provide "alerts" when the market is inside "overbought and oversold" regions in the form of "buy or sell" signals. This indicator comes with many customization options mentioned in the parameter section below, user can customise these parameters as needful. Join our   MQL5 group , where we share important news and updates. You are also welcome to join our private channel as well, contact me for the p
FREE
Skin for EA MT4
Nina Yermolenko
5 (1)
This utility is a graphical shell for other Expert Advisors that do not have their own graphical shell or whose graphical shell you do not like. Just run the utility on a free chart of any currency pair, specify in the input parameters the "Magic Number" of the advisor to which you want to connect the utility, and a graphical shell will appear on the graph, containing information about the traded currency pairs, current positions and trading results of your advisor. If you like this utility, ta
FREE
The Saz_Timer indicator belongs to the Saz_Forex suite of professional indicators designed by Traders, for Traders. This indicator will show minutes and seconds of real time on the chart window. The indicator uses the OnTimer() event so it can update even while no ticks received on the chart. The text is shown toward the bottom right of the chart, encircled red in the screenshot. Inputs: Text Colour, allows selection of the colour for the text.
FREE
Manual zig zag
Andrey Koshcheev
5 (7)
Manual Zig-zag allows you to build a zig-zag with the mouse, to build it is necessary to turn on the zig-zag and left-click. The file must be placed in the \ MQL4 \ Indicators folder then in the terminal from the list of indicators put it on the chart. A zigzag can be built so that this zigzag can only be seen on the current time frame or in all halves at once. You can change the color and thickness of the line while on the chart without getting into the settings. You can quickly remove each
FREE
Утилита предназначена для приёма котировок из терминала МТ5 и МТ4 и открытие оффлайн графиков для дальнейшего анализа. Котировки передаются по тем символам которые находятся в "Обзоре рынка" в терминале МТ5.  Утилита служит исключительно для приёма котировок, не производит никаких торговых операций и не выводит ни какой информации на оффлайн графике. Передатчик котировок из МТ5:  https://www.mql5.com/ru/market/product/41628 Для отображение оффлайн графиков нужно сделай всё по инструкции: 1.   От
FREE
Indicator panel
Vladimir Khlystov
The panel shows 6 indicators and their signals for all timeframes. You can enable or disable various signals, entire timeframes, and individual indicators. if the alert button is pressed and all signals match, the indicator sends a message to the alert window. You can disable and enable both individual signals and the entire indicator for all timeframes, or disable individual timeframes for all indicators
FREE
CMF Scalping
Thiago Pereira Pinho
Dynamic CMF Calculation: Customize the period for the Chaikin Money Flow (CMF) to fine-tune your analysis and maximize signal precision. Intuitive Color-Coded Alerts: Instantly interpret market conditions with clear visual cues: Green Alert: Indicates the Overbought zone – signaling a potential selling opportunity. Red Alert: Indicates the Oversold zone – suggesting a potential buying opportunity. Gray Alert: Represents the Neutral zone – a signal to wait for a confirmed trend or reversal. Autom
FREE
Tetris
Taras Slobodyanik
5 (1)
The Tetris — the most famous time killer is now on MT. Game develops active logic, attention and speed of decision making. This is a classic version of the game, no frills, but you can still adjust the size of the glass, the scale of the game, the color of the figures, and the desired speed. The game is made as an indicator. Control Keys: 'WASD' or 'Cursor' or 'NUMPAD'. S — Start new game. C — Continue previous game. P — pause on / off. Space  — drop a figure. Esc— exit to menu.
FREE
Trendline indicator
David Muriithi
2 (1)
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
DF Fib Trader Pro DF Fib Trader Pro is an automated trading system designed for MetaTrader 4. It uses Fibonacci-based price levels combined with trend and structure analysis to define entry and exit points. The EA supports both long and short positions and includes built-in risk management parameters. Core Features: Uses Fibonacci retracement and extension logic to plot entry, SL and TP points. Configurable lot size and stop loss/take profit levels Choice of 1 or 2 entry points Supports fixed o
FREE
R 2EMA Color
Rwy Ksyby
5 (2)
The R 2EMA Color indicator for MT4 provides solid trading signals based on the crossover of 2 EMA’s. Key Points When price crosses and closes above the two green EMA’s, it creates a buy trade signal. When price crosses and closes above the two red EMA’s, it creates a sell trade signal. The R 2EMA Color Forex indicator makes it even more easy to determine when it’s time to buy and sell A buy signal occurs when the 2 EMA lines turn green . A sell signal occurs when the 2 EMA lines turn red . How
FREE
Practice Simulator Sync
Sajiro Yoshizaki
4.5 (2)
This module synchronizes with the Practice Simulator to display chart time and position information, not only for the same currency pair, but also display synchronized charts for various timeframes and different currency pairs. Note: This module does not work by itself. "Practice Simulator" is required. Practice Simulator https://www.mql5.com/en/market/product/98348 Two synchronisation modes are available. Simple synchronisation mode: You can easily create a synchronised chart by opening t
FREE
CloseBarInfo
Dmitrii Korchagin
The indicator displays the current server time and the time until the current bar closes on the chart. The information can be very useful at the moments of news release, when traders are waiting for the candle to close, to start a trading session. The font size and color can be adjusted to your chart template. Settings: Text color - the color of the display text Text size - the size of the display text Add me as a friend so as not to miss updates and releases of new robots ->   Dmitrii Korchagi
FREE
Buyers of this product also purchase
Forex Trade Manager MT4
InvestSoft
4.98 (445)
Trade Manager MT4 is an advanced position size calculator and trade management tool for MetaTrader 4, designed to help traders plan trades faster, control risk more precisely, and manage open positions directly from the chart. It combines order placement, risk based lot calculation, Stop Loss and Take Profit management, Break Even, Trailing Stop, Partial Close, Equity Protection, and external trade management in one panel. Whether you trade forex, indices, metals, commodities, or crypto, Trade M
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (111)
Local Trade Copier EA MT4 is a fast and flexible trade copier for copying and managing trades between multiple MetaTrader 4 accounts on the same Windows computer or Windows VPS. It combines local trade synchronization with Receiver-side controls for lot sizing, risk management, trade filtering, symbol mapping, trade management and account protection. Set up your Transmitter and Receiver terminals in about 1 minute and copy manual or EA trades between accounts at the same or different brokers. U
LAUNCH OFFER — FIRST 20 COPIES:  $100 USD for the first 20 purchases. 14 left. After that, the price increases to $150 USD . Trade Indicator Assistant is a powerful MT4 utility designed to turn indicators into automated trading systems.  Its main feature is the ability to automatically detect an indicator’s   BUY and SELL signal buffers , without requiring you to know the buffer numbers, search through indicator settings, or modify the indicator source code. Bonus Indicator: After purchasing T
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.69 (65)
Professional Trade Copier for MetaTrader 4 Fast, professional, and reliable trade copier for MetaTrader 4 . COPYLOT helps you copy Forex trades between MetaTrader 4 and MetaTrader 5 terminals with flexible synchronization for different account setups. COPYLOT MT4 version supports: MetaTrader 4 to MetaTrader 4 MetaTrader 5 Hedge to MetaTrader 4 MetaTrader 5 Netting to MetaTrader 4   MT5 version Full Description + DEMO + PDF How To Buy How To Install How to get Log Files How To Test and Optimize A
King Trade Copier MT4
Mohammed Maher Al-sayed Mohammed Ahmed Saleh
5 (1)
King Trade Copier MT4 – Lightning-Fast Local Trade Copier (Master + Slave in ONE file) King Trade Copier is a professional local trade copier that mirrors every trading action from one Master account to unlimited Slave accounts on the same PC or VPS — with an internal copy latency of just a few milliseconds. It was built by a real trader for daily real-money use, with one goal: whatever happens on the Master must happen on the Slave, instantly and without exceptions. Watch the demo video to s
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
Trade Assistant MT4
Evgeniy Kravchenko
4.43 (197)
It helps to calculate the risk per trade, the easy installation of a new order, order management with partial closing functions, trailing stop of 7 types and other useful functions. Additional materials and instructions Installation instructions   -   Application instructions   -   Trial version of the application for a demo account Line function -   shows on the chart the Opening line, Stop Loss, Take Profit. With this function it is easy to set a new order and see its additional characteris
Multi Copy
Kaijun Wang
5 (1)
Copier->Convenient and fast interface interaction, users can use it right away   ->>>> Recommended to use on Windows computers or VPS Windows Basic functions: The normal interaction speed of copy trading is less than 0.5s Automatically detect signal sources and display a list of signal source accounts Automatically match symbols, 95% of commonly used trading symbols on different platforms (special cases such as different suffixes) are automatically matched, basically no manual settings are requ
Trend Line Optimizer
Evgenii Aksenov
4.11 (19)
This is an automatic parameter optimizer for the   Trend Line PRO   indicator Easily and quickly you will select the optimal parameters for your favorite Trend Line PRO indicator.  Optimization takes only a few seconds. The optimizer allows you to find the best parameters for each pair and period: Amplitude, TP1-TP3, StopLoss, as well as values for Time Filter and HTF Filter on the selected history section (Days)  To optimize different timeframes, you need a different range of history: M5-M15
Risk manager Risk manager - it will simplify the tracking of drawdown and will notify you (alert) when the specified risk is reached, and close/lock orders when the critical DD risk level is reached. If the specified drawdown is exceeded, you can choose two options for actions: All orders will be closed that mean loss will be fixed on depo. The terminal also closes. Instead of fixing the loss on depo, the opposite order will be opened - orders locking will occure. Not a single order will be c
The product will copy all telegram signal to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal, s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to
Currency strength meter for MetaTrader 4 This currency strength indicator reads up to 28 major pairs and turns them into one number per currency, for the 8 majors: USD, EUR, GBP, JPY, CHF, CAD, AUD and NZD. Instead of opening chart after chart to work out who is leading, you read one panel on your MetaTrader 4 chart and you know which currency is being bought and which one is being sold. What you see on the chart A ranked strength bar for each of the 8 currencies, with its percentage A multi-tim
Partial Closure EA MT4
Juvenille Emperor Limited
5 (3)
Partial Closure EA MT4   allows you to partially close any trade on your account, manually by a chosen percentage of the lot size and/or by trade ticket, or automatically at specified percentages of the TP/SL level, closing a percentage of the initial lot size across up to 10 take profit and 10 stop loss levels.  It can manage all or selected trades in your account by specifying or excluding certain magic numbers, comments, or symbols. Tip: Download the free demo version of the Partial Closure E
Telegram to MT4 Coppy
Sergey Batudayev
4.09 (11)
Telegram to MT4: The Ultimate Signal Copying Solution Streamline your trading with Telegram to MT4 , the cutting-edge utility designed to copy trading signals directly from Telegram channels and chats to your MetaTrader 4 platform—without the need for DLLs. This robust solution ensures seamless execution of signals with unparalleled precision and customization options, saving you time and boosting your efficiency. [ Instructions and DEMO ] [ FAQ ] [ How atach logs properly ] [Settings descrition
Trade copier MT4
Alfiya Fazylova
4.61 (36)
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 MT4," you can receive the "Trade Copier MT5" for free (for copying MT4 > MT5 and MT4 < MT5). For more detailed information about the conditions, please contact us via private message
Manual Trade Panel EA MT4
Juvenille Emperor Limited
5 (5)
Manual Trade Panel EA MT4 is the most straightforward and easy to use trade panel you can find for MT4. 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 MT4 you can trade many times faster and more accurate than traditional manual trading methods and that gives you m
KT Equity Protector MT4
KEENBASE SOFTWARE SOLUTIONS
3.75 (4)
The one EA every MetaTrader trader should be running, but isn't. Most accounts don't blow up because the strategy was wrong. They blow up because, in a bad moment, a trader let a loss run, doubled down, held trades into the weekend, gave back a winning week, or forgot the daily prop-firm limit by one bad click. KT Equity Protector is the automated guardian that won't let that happen. Install it on one chart. Set your rules once in a guided, plain-English wizard: daily loss, max drawdown, profit
TradePanel MT4
Alfiya Fazylova
4.84 (95)
Trade Panel is a multi-functional trading assistant. The app contains over 50 trading functions for manual trading and allows you to automate most trading tasks. Application instructions + video instructions: https://www.mql5.com/en/blogs/post/772292 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
Second and Custom Timeframe Charts See the market between standard timeframes. Second and Custom Timeframe Charts is a professional chart utility for MetaTrader 4 that creates synthetic candles for non-standard timeframes directly from market data. It is designed for traders who need more flexibility than the default MT4 timeframe set can provide. Standard charts show only fixed periods. But the market does not always move in standard blocks. Sometimes the most important structure is visible on
Smart Copy Local MT4
Kyra Nickaline Watson-gordon
5 (7)
Smart Copy is an Easy-to-Use EA that supports Multi Copying Metatrader4 and Metatrader5 and Local/Remote Copying. (Remote Version is coming soon) Free version is available on Smart Copy Local Free MT4 Specifications :     Real Time, Multi Terminal - Multi Account - MT4/MT5 trade copying     Copy from netting to hedge and hedge to netting is supported.     Fast and instant copy     All settings are input visually.     Easy modifying symbol names, prefix, suffix     Enable/Disable copying s
Working Trial Download Copy Cat More Trade Copier MT4 is not just a simple local trade copier; it is a complete risk management and execution framework designed for today’s trading challenges. From prop firm challenges to personal portfolio management, it adapts to every situation with its blend of robust execution, capital protection, flexible configuration, and advanced trade handling. The copier works in both   Master (sender) and Slave (receiver)   modes, with real-time synchronization of
News Filter EA MT4
Rashed Samir
5 (10)
News Filter EA: Advanced Algo Trading Assistant News Filter EA is an advanced algo trading assistant designed to enhance your trading experience. By using the   News Filter EA , you can integrate a Forex economic news filter into your existing expert advisor, even if you do not have access to its source code. In addition to the news filter, you can also specify   trading days   and   hours   for your expert. The News Filter EA also includes   risk management   and   equity protection   features
Prop Guardian Risk Manager MT4 – Drawdown, Risk & Hedge Protection for Prop Firm and Managed Accounts Prop Guardian Risk Manager is a professional risk-control utility for MetaTrader 4, designed for prop firm traders, money managers and anyone who wants strict account-level risk protection. It does not generate trading signals, strategy entries or trading decisions. Instead, it runs in the background, monitors your account risk and can automatically block new exposure, close managed trades or ac
X2 Copy MT4
Liubov' Shkandrii
Fast. Accurate. Innovative. Tech-Driven. Discover instant trade copying with the revolutionary X2 Copy MT4. With just a 10-second simple setup, you'll get a powerful tool for syncing trades between MetaTrader terminals on a single computer or Windows VPS with unprecedented speed. Whether you're managing multiple accounts, following signals, or scaling your strategy, X2 Copy MT4 adapts to your workflow with unparalleled precision and control. Work faster and more reliably with the most tech-drive
# Vyl Trade Manager — Full Documentation ## Short Description (for the Market product card) Vyl Trade Manager is a professional trading panel for MetaTrader 4 that automates risk-based position-size calculation and gives you instant access to all the trade-management tools you need. Forget manual calculations and complex formulas — one click to open a trade with the correct lot size, instant move-to-breakeven, partial profit-taking, and Stop Loss/Take Profit management right from the chart
Trade Manager 4 Lite is trading panel developed with a goal to make manual trading in some (routine) task easier. Trade Manager 4 Lite also works in Strategy Tester. Version for Meta Trader 5 is here: Trade Manager 5 Lite Main features of Trade Manager 4 Lite Trading for Forex and CFDs Support for 4 and 5 digit brokers 65 combinations to set order Set Take Profit, Stop Loss and entry level for Pending Order with lines positioned on the chart Break Even Trailing Stop Loss Multiple Orders at one
TPSpro Risk Manager
Roman Podpora
3.67 (3)
TPSpro Risk Manager       – is a unique system of professional risk control for traders of any level and any capital. Allows you to avoid losses in trading and serious mistakes in transactions. TPSpro Risk Manager is a must have for risk management and is primarily used by scalpers and day traders, but is successfully used by traders of any trading style. The panel has 3 columns, each of which contains useful information. The first column displays information about the account as of the beginn
MT4 to Telegram Signal Provider   turns your trading account into a signal provider. Every trade action, whether manual, by EA or from your phone, is instantly sent as a message to Telegram. You can fully customize the format or use a ready-made template for quick setup. [ Demo ] [ Manual ] [ MT5 Version ] [ Discord Version ]  New: [ Telegram To MT5 ] Setup A step by step user guide is available. Key Features Ability to customize order details sent to subscribers You can create a tiered subs
Trade Reverse Copie4
Chukwuemeka Kingsley Anyanwu
5 (1)
Feel free to contact me for any extra features :) [SEE MT5 VERSION  https://www.mql5.com/en/market/product/128846 The Local Reverse Copier is an Expert Advisor designed to synchronize positions between a Master account and a Slave account with a twist: it reverses the trades. When a buy position is opened on the Master account, the EA opens a sell position on the Slave account, and vice versa. This allows for a unique form of trade copying where positions are mirrored in opposite directions bet
Lot Architect MT4
Do Thi Phuong Anh
Lot Architect — Trade Panel and Position Size Calculator for MT4 Lot Architect is a trade panel and risk-based position size calculator for MetaTrader 4. It helps calculate lot size from the selected risk, displays trade parameters before entry, and supports Market, Limit and Stop orders from the chart. The utility is designed for traders who want a structured workflow for position sizing, stop-loss placement, take-profit planning and order execution. Purpose Before opening a trade, a trader nee
More from author
Performs export of the transaction history of the current trading account. The file is saved in the data folder, which can be opened through the main menu of the terminal:       File -> Open Data Directory       (Ctrl+Shift+D) and go to folder       MQL5/Files   . The file name is generated automatically or set manually through the script parameters. The history file can be used to analyze the history in Excel (may need to be opened through the Import Wizard) or to simulate the same sequence of
FREE
Trade Volume Copy MT5
Yuriy Bykov
4.63 (8)
A simple utility to copy trade volumes from one MT5 or MT4 account to another MT5 account. You can copy positions between Netting and Hedging accounts in any combination. By default, positions opened by all matching symbols with the same volumes will be copied. If the symbol names are different or the volume of copied positions should be different or not all positions should be copied, then the desired behavior can be specified in the settings described in this   post . This product will expand
FREE
Trade Volume Copy MT4
Yuriy Bykov
3.67 (3)
A simple utility to copy trade volumes from one MT5 or MT4 account to another MT4 account. You can copy positions between Netting and Hedging accounts in any combination. By default, positions opened by all matching symbols with the same volumes will be copied. If the symbol names are different or the volume of copied positions should be different or not all positions should be copied, then the desired behavior can be specified in the settings described in this   post . This product will expand
FREE
The Expert Advisor allows you to simulate the execution of transactions made by another expert and saved in a csv file. This can be useful for checking the results of a trading strategy on another server. Use another program, for example, Account History Exporter to export the history of transactions on the account to a csv file of the desired format, or connect the program code from Expert History Exporter to your expert to export the history. At the beginning of the file there should be s
FREE
Adviser-Utility for copying transactions from one MT5 account or MT4 account to another MT4 account. Demo-version can be downloaded here . You can copy positions between Netting and Hedging accounts in any combination. You can set filters by the name of the instrument and the magic numbers of the positions that will be copied. So far, the source sends information only about market positions. Pending orders are processed when they turn into open market positions. On one terminal, the Adviser i
Mercator
Yuriy Bykov
An Expert Advisor that works from one to six currency pairs simultaneously for major currencies (EUR, GBP, USD, CAD). For trading, the price movement and the combination of opening signals for several strategies are analyzed. For position opening signals, indicators based on moving averages with various parameters that change during the work on the market situation are used. The preferred periods of the adviser's work are when there is no strong trend, but the volatility is high enough. The in
Utility for copying transactions from one MT5 account or MT4 account to another MT5 account.  Demo-version can be downloaded   here . You can copy positions between Netting and Hedging accounts in any combination. You can set filters by the name of the instrument and the magic numbers of the positions that will be copied. So far, the source sends information only about market positions. Pending orders are processed when they turn into open market positions. On one terminal, the advisor is laun
An Expert Advisor that works on one or two currency pairs simultaneously for major currencies (EUR, GBP, USD, CAD). For trading, the price movement and the combination of opening signals for several strategies are analyzed. For position opening signals, indicators based on moving averages with various parameters that change during the work on the market situation are used. The preferred periods of the adviser's work are when there is no strong trend, but the volatility is high enough. The indi
Arrival
Yuriy Bykov
Мультивалютный экспертный советник, объединяющий в себе много экземпляров простых стратегий, работающих одновременно. В основе каждой стратегии лежит простой алгоритм торговли в моменты рынка с повышенной волатильностью и принципа возврата цены к среднему значению. Каждая стратегия была оптимизирована на промежутке последних 14 лет. Сигналы, использующие для торговли данный советник:   Nargin ,   Arrival ,   Meltorum Советник использует статистический принцип "правоты толпы": анализирует сигналы
Sevolter
Yuriy Bykov
A multi-currency expert advisor that combines many simple strategies that work simultaneously. Each strategy is based on a simple trading algorithm during market moments with increased volatility. Each strategy has been optimized over the past five years. The Expert Advisor uses the statistical principle of "rightness of the crowd": it averages signals from different strategies and opens market positions in the preferred direction. This principle, together with the simultaneous work on correlati
Palicent
Yuriy Bykov
Multi-currency expert advisor that works simultaneously on 15 pairs of major currencies EUR-GBP-AUD-USD-CAD-JPY. The Expert Advisor combines many simple strategies that work simultaneously. Each strategy is based on a simple algorithm for opening positions when the signal from the Parabolic SAR indicator changes with confirmation for two older periods. Each strategy has been optimized over the past five years. The Expert Advisor uses the statistical principle of "rightness of the crowd": it aver
Filter:
hoehnelmi
14
hoehnelmi 2025.12.19 11:27 
 

User didn't leave any comment to the rating

Johannes Eisgruber
402
Johannes Eisgruber 2022.09.06 09:29 
 

Excellent work, seven stars, all I wanted, thank you. Juri is very responsive and friendly.

Reply to review