History analysis on presence of holes and gaps – script MetaTrader 4

History analysis on presence of holes and gaps - script for MetaTrader 4
The history_data_analysis_v3 script checks the history for missing bars, determines the size of the holes, gaps and makes a list of them. The original can be found here: history data analysis. This version has the output file format changed to *.csv and implements a heavily reworked output. Now, when using the MS Excel to open … Read more

History Downloader – EA MetaTrader 4

History Downloader - expert for MetaTrader 4
The EA downloads the quote history of the current chart symbol and period by “pressing Home button”. The method is based on the idea implemented in the s-Downloader от Talex script (CodeBase link). The main difference from s-Downloader is that only the bars of the current timeframe are downloaded up to the specified time. Personally, … Read more

Export Positions History V1 – script MetaTrader 5

Export Positions History V1 - script for MetaTrader 5
The script exports history of closed positions from MT5 retail hedging account selected between two dates. The resulting file is CSV that can be opened/imported with any spreadsheet software. For version 2 of the script, please go to  It supports only retail hedging accounts (Forex). To export the entire trading history, keep Start date and End date … Read more

Export Deals History V1 – script MetaTrader 5

Export Deals History V1 - script for MetaTrader 5
The script exports history of deals (ordered by close time) from MT5 retail hedging account selected between two dates. The resulting file is CSV that can be opened/imported with any spreadsheet software. For version 2 of the script, please go to https://www.mql5.com/en/code/25200 It supports only retail hedging accounts (Forex). To export the entire trading history, keep Start date and End date at their default … Read more

Export trade history to CSV v2 – script MetaTrader 5

Export trade history to CSV v2 - script for MetaTrader 5
This is the version 2 of my script to export the trade history from MT5 selected between two dates. The resulting file is CSV that can be opened/imported with any spreadsheet software. The CSV can be found in the folder MQL5Files Following data columns are exported: Position ID Type Symbol Volume Open Date/Time Open Price … Read more

Copy Tick and History From MT4 to MT5 real time. – EA MetaTrader 5

Copy Tick and History From MT4 to MT5 real time. - expert for MetaTrader 5
Thank you @fxsaber for the Symbol library. Please Download the Project from Here: MT4 To MT5 Ticks I am not able to publish the code here. Please download it from the Google drive link above. Lets take a look at the instruction for deployment. In MT5: Copy the complete project in the Experts directory  of the … Read more