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
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (111)
Experience exceptionally  fast trade copying with the Local Trade Copier EA MT4 . With its easy 1-minute setup, this trade copier allows you to copy trades between multiple MetaTrader terminals on the same Windows computer or Windows VPS with lightning-fast copying speeds of under 0.5 seconds. Whether you're a beginner or a professional trader, the Local Trade Copier EA MT4 offers a wide range of options to customize it to your specific needs. It's the ultimate solution for anyone looking to inc
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
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
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
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
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
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
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
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
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
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
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
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/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
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
EA Local Trade Copier Pro MT4: The Ultimate DLL-Free Trade Duplicator Are you tired of complicated trade copiers that require unsafe external DLLs, crash your terminal, or confuse you with separate "Master" and "Client" files? Experience the next generation of trade copying with EA Local Trade Copier Pro MT4. Engineered for maximum stability, lightning-fast execution, and ultimate simplicity, this utility allows you to seamlessly copy trades between multiple MetaTrader terminals on the same Wind
King Trade Copier MT4
Mohammed Maher Al-sayed Mohammed Ahmed Saleh
King Trade Copier MT4 – Lightning-Fast Local Trade Copier (Master + Slave in ONE file) King Trade Copier is a professional local trade copier that mirrors every trading action from one Master account to unlimited Slave accounts on the same PC or VPS — with an internal copy latency of just a few milliseconds. It was built by a real trader for daily real-money use, with one goal: whatever happens on the Master must happen on the Slave, instantly and without exceptions. Watch the demo video to s
Fast Trade MT4
Alexey Valeev
4.8 (5)
This trading panel has been developed for fast and comfortable operation of the financial markets. It is equipped with the necessary functions for manual and semi-automated trading. Due to the presence of the order trailing feature, trailing stop and automatic closure by equity, profit, time. You can use it to automate your trading system. All you have to do is open a position and set the parameters for maintenance, everything else will be handled by the EA. If you want to limit your losses, set
Trade copier MT4
Alfiya Fazylova
4.6 (35)
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
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
A simple script that closes all current orders. Terminate once close all positions, so please don't worry about constantly closing your order. How to use : Drag the script from the navigator to the chart to activate it. Do remember to enable algo trading to use this script. There are different versions of the script that can choose whether to close all buy/sell posiitons, if you need this, do contact me in MQL5.
VirtualStops
Viktor Shpakovskiy
A utility for managing open positions using virtual (invisible to the broker) stops. Virtual stop loss and virtual take profit can be freely moved around the chart. If the price touches the virtual stop line (TP, SL, TS), the EA will close all orders of the same direction on the current chart. Closing orders by virtual take profit is possible only if there is a profit. With the help of the built-in trading simulator, you can, in the strategy tester, see how the adviser works. Parameters Block
Riskless Pyramid
Snapdragon Systems Ltd
5 (1)
Introduction This powerful MT4 trade mangement EA offers a way potentially to aggressively multiply trade profits in a riskfree manner. Once a trade has been entered with a defined stoploss and take profit target then the EA will add three pyramid add-on trades in order to increase the overall level of profit. The user sets the total combined profit target to be gained if everything works out. This can be specified either as a multiple of the original trade profit or as a total dollar amount. Fo
Equity Protect Pro: Your Comprehensive Account Protection Expert for Worry-Free Trading If you're looking for features like account protection, equity protection, portfolio protection, multi-strategy protection, profit protection, profit harvesting, trading security, risk control programs, automatic risk control, automatic liquidation, conditional liquidation, scheduled liquidation, dynamic liquidation, trailing stop loss, one-click close, one-click liquidation, and one-click restore, Equity P
The News Filter
Leolouiski Gan
5 (25)
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 here onwards
Grid Manual MT4
Alfiya Fazylova
4.71 (17)
Grid Manual is a trading panel for working with grid strategies. The utility is universal, has flexible settings and an intuitive interface. It works with a grid of orders not only in the direction of averaging losses, but also in the direction of increasing profits. The trader does not need to create and maintain a grid of orders, the utility will do it. It is enough to open an order and the Grid manual will automatically create a grid of orders for it and will accompany it until the close. Ful
# 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
Copier4Free
Vladimir Tkach
The utility copies trades from the signal provider accounts (master accounts, one or multiple providers) to unlimited number of receiver accounts (slave accounts). The provider is defined by the 'provider' parameter (any combination of numbers and letters). For example, there are two providers. Run the utility in master mode on them, and set different values to the provider parameter. On the account designated for copying these signals, run two utilities in slave mode in different windows, setti
Unlimited Trade Copier Pro is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not b
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
Trading History MT4
Siarhei Vashchylka
5 (9)
Trading History - A program for trading and money management on the history of quotes in stratagy tester. It can work with pending and immediate orders, and is equipped with trailing stop, breakeven and take profit functions. Very good for training and testing different strategies. Manual (Be sure to read before purchasing) Advantages 1. Allows you to test any trading strategy in the shortest possible time 2. An excellent simulator for trading training. You can gain months of trading experience
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