The report groups by magic number and currency, specially useful when testing several EAs or strategies in a single account. Total P...
Showing posts with label Csv. Show all posts
Showing posts with label Csv. 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 Expert Advisor | CSV Margin Tracker
0
Writes Date, Time, Balance, Equity, Margin to a .csv file in "\experts\files\" in regular intervals. Windows usually places...
MetaTrader 4 Expert Advisor | CSV signals to Expert
0
Author: Louis Christian Stoltz How to load csv signals into an expert advisor. Here is some sample csv data: Magic, openda...
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 Indicator | Stohastic to CSV for MatLab
0
Real author: Heaton Research's Encog project. I modified it to take the data for Stohastic, I do not hold the ownership of the ...
MetaTrader 4 Indicator | Indicator Values to CSV
0
Author: Inovance Easily save your indicator values and the Open timestamp, Open, High, Low, Close, Volume data to a csv file. To fi...
MetaTrader 4 Indicator | Market Data to CSV
0
Author: Inovance Easily save historical bar data and every new tick to a csv file. To find the saved file, in the MetaTrader 4 dire...
MetaTrader 4 Expert Advisor | Trades to CSV
0
Real author: Inovance Export the trade details (order, trade return, ticket number, open price, close price, open timestamp, close ...
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 4 Script | History Dump CSV with heat map for Excel analysis
0
Do you need to know at what times of the day you are winning or losing compared to other times or the day? This script creates a .CSV...
MetaTrader 4 Script | Converting hst-files into csv files
0
The hst2csv script is used for converting *.hst files to *.csv files, that can be imported into the MetaTrader 4 client terminal with...
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 4 Script | Market Watch AUTO-CSV
0
Written in this code you can find a loop on your MarketWatch. It can be used to do a multi-market algorithm, like an EA which works ...
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 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 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...