The CFastFile eliminates the need for an intermediate writing of data to the physical file on disk. It provides the significant accel...
Showing posts with label file. Show all posts
Showing posts with label file. Show all posts
MetaTrader 5 Script | The example of the work with the CSV file as with a table
0
The script demonstrates the work with the table in which the only detail is necessity to know the number of columns. news.txt shou...
MetaTrader 4 Indicator | Indicator Data to CSV file
0
Real author: I got the real code from Heaton Research's Encog project. Their code first gathers data, prints them on a csv file...
MetaTrader 4 Script | Closing Prices to CSV file
0
The script gets all the symbols available on your platform and writes their closing prices for a specific bar to a csv file. You can...
MetaTrader 4 Libraries | Writing the quotes to a txt file with the full path and file name
0
MetaTrader 4 Libraries | Writing the quotes to a txt file with the full path and file name
RobotFX
16.9.25
Function Description: #import "ITTPSymbol.dll" int CreateFile( string Path, string symbol, int Priсe); An examp...
MetaTrader 5 Script | Simplest CSV file writer
0
Use this simplest class to write CSV file with out any preparations and types casting declarations. Find the shortest usage example ...
MetaTrader 5 Script | MT5 to MT4 Set File Converter
0
This script converts multiple .set files from MT5 format to MT4 format. This is a necessary step for optimizing and running cross-com...
MetaTrader 5 Script | HTML file converter for the economic calendar
0
The script converts the news page downloaded from http://www.investing.com/economic-calendar to a CSV text file. The source page sho...
MetaTrader 5 Libraries | INI File
0
A library to provide simple storage mechanism for expert advisors and indicators. Library Functions //--- If the key is not ...
MetaTrader 5 Libraries | CSV file reader for MQL5
0
Usage of the class 1. Set up an array of column descriptions in an MqlParam array. CCsvReader infile; MqlParam example...
MetaTrader 4 Expert Advisor | CSV file creating example expert
0
Hi fellas i'm Lucas,i thought i should contribiute with something to this wonderful community which i have learned a lot from rea...
MetaTrader 4 Script | Basic file handling in MQL
0
This code will basically write some value of prices in a file. This is usually helpful when you want to create a local trade copie...
MetaTrader 4 Expert Advisor | Read CSV file and Tokenise string using Delimiter
0
This code can be used to read CSV file. It reads the file row by row. For each row, it will separate the token in the string usi...
MetaTrader 5 Libraries | Grid, MartinGale include File
0
This include file provides programmers with a seamless solution for creating Martin Gale trading strategies effortlessly. The classes...
MetaTrader 5 Script | Simplest CSV file reader
0
Use this simplest class to read CSV file with out any preparations and types casting declarations. Find the shortest usage example ...