The script purpose is to export historical rates data to format, convenient for analysis in external programs, for example, in MathCa...
Showing posts with label Export. Show all posts
Showing posts with label Export. Show all posts
MetaTrader 5 Script | Export Indicator's Values
0
After searching for such script, I decided to create mine, and decided to share it with the MQL5 community. This script exports ind...
MetaTrader 4 Script | Export Trades
0
This script creates a history.csv in the experts/file directory. it exports your history into a .csv file which can be read by excel ...
MetaTrader 5 Script | sHistoryExport - handy script to export the historical data in the МetaТrader 4 format
0
MetaTrader 5 Script | sHistoryExport - handy script to export the historical data in the МetaТrader 4 format
RobotFX
25.10.25
Script for historical data export. Problems with history in MetaTrader 4? Load the detailed history of any depth from MetaTrader 5!...
MetaTrader 4 Libraries | Export to Excel in Real Time
0
I use DDE library provided by Windows and wrap it up so that a novice coder can use it easily. DDE works as follow: Initialize D...
MetaTrader 4 Indicator | Trade History Export to CSV
0
Exports CSV file to analyze trade history for a symbol. Input parameters: InputFileName — export file name InputDirectoryName — ex...
MetaTrader 5 Script | Export Positions History V1
0
The script exports history of closed positions from MT5 retail hedging account selected between two dates. The resulting file is CSV ...
MetaTrader 5 Script | Export Deals History V1
0
The script exports history of deals (ordered by close time) from MT5 retail hedging account selected between two dates. The resulting...
MetaTrader 5 Script | Export trade history to CSV
0
This script will export the trade history from MT5 selected between two dates. The resulting file is CSV that can be opened/imported...
MetaTrader 5 Script | Export trade history to CSV v2
0
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 c...
MetaTrader 5 Script | Export Summary Grouped by Symbols
0
The script exports summary of closed trades selected between two dates grouped by each currency pair. The resulting file is CSV that ...
MetaTrader 5 Script | Export Summary Grouped by Trading Days
0
The script exports summary of closed trades selected between two dates grouped by each trading day. The resulting file is CSV that ca...
MetaTrader 4 Script | Export Summary Grouped by Symbols (MT4)
0
The script exports summary of closed trades selected between two dates grouped by each currency pair. The resulting file is CSV that...
MetaTrader 4 Script | Export Summary Grouped by Trading Days (MT4)
0
The script exports summary of closed trades selected between two dates grouped by each trading day. The resulting file is CSV that c...
MetaTrader 5 Script | Export Calculated Prices & Indicator Buffers
0
Tool extracts ohlc, volumes, median, weighted, typical, heiken-ashi ohlc, body, range, true range & all indicator buffers on cha...
MetaTrader 5 Script | Account History Export
0
Exports the transaction history of the current trading account. The file is saved in the terminal folder MQL5/Files or in commo...
MetaTrader 5 Libraries | Expert History Export
0
Adds the ability to automatically export the history of deals after running an Expert Advisor in the Strategy Tester. The file is s...
MetaTrader 4 Libraries | Expert History Export
0
Adds the ability to automatically export the history of deals after running an Expert Advisor in the Strategy Tester. The file is sa...
MetaTrader 4 Script | Account History Export
0
Exports the transaction history of the current trading account. The file is saved in the terminal folder MQL4/Files or in commo...
MetaTrader 5 Script | Historex: export the history of rates and ticks to CSV-files
0
MetaTrader 5 allows you to export/import rates and ticks from/to the "Symbols" dialog. Due to some limitations, the export...