Multi Tester

Multi Tester
DOWNLOAD all MT5 librarys (393)
YouTube Video Thumbnail

Similar MetaTrader Tools

Multi Tester

Info

The Multi Tester is a Library for MetaTrader 5 that there are times when you need to run the expert advisor on multiple symbols. For this purpose there is a mode "All symbols selected in the Market Watch window" in the MT5-tester.

Usage

This tool is typically used for enhancing chart analysis and decision making.

Platform

This Library works exclusively on MetaTrader 5 (both build 600+ and newer versions).

Setup

Place the downloaded file in MQL5/Libraries folder via File ? Open Data Folder in MetaTrader 5.


How to Install and Use Multi Tester

1. Storage: Place library files in the MQL/Libraries directory to ensure they are accessible to your projects.

2. Implementation: Include the library in your code using the #import directive, ensuring you match the exact function names and parameters.

3. Compilation: Ensure the library is present in the directory before you compile your main EA or script, as the compiler links them during this phase.

4. Management: Keep libraries organized in sub-folders if you manage many custom functions to maintain a clean project structure.

Frequently Asked Questions

Q: What is a library file used for? A: Libraries store reusable code modules, allowing you to centralize common logic used by multiple EAs or indicators.

Q: Is a library executable? A: No, libraries are non-executable files containing functions; they must be imported into an EA, indicator, or script to function.

Q: Can I update a library while the platform is running? A: You should compile your EA or script after updating a library to ensure the latest code changes are integrated.

What this tool does

There are times when you need to run the Expert Advisor on multiple symbols.

Typical Use Case

This Library excels in automated trading and technical analysis on MetaTrader 5.

Compatible Platform & Setup

This Library works on MetaTrader 5. Place the file in the MQL5/Libraries folder and restart the terminal.

Description & Settings

Related: Tester Benchmark - another powerful library for MetaTrader 5 traders.


There are times when you need to run the Expert Advisor on multiple symbols. For this purpose there is a mode "All symbols selected in the Market Watch window" in the MT5-tester. This allows you to run the same EA settings on different symbols.

Also recommended: On Tick Multi - similar library with strong performance on MetaTrader 5.

But sometimes you need to make many different runs of MT5-tester. This library allows you to do it.
Features.
You can set any number of combinations of symbols, timeframes, intervals. And conduct not only single runs on them, but also optimisation, including forward.
Scenarios.

Research on which symbols and/or intervals and/or timeframes the TS shows good results.

Performing optimisations on consecutive intervals in order to evaluate the auto-optimisation prospects of the TS. Usage.
We configure MT5-Tester as we need.
The picture shows that Optimisation will be carried out by full brute force on real ticks at a certain interval.
Create a list of required optimisations. For example, you can run an Expert Advisor from the delivery of this library.
With the settings as shown in the picture, it will run optimisation on all symbols from the Market Watch, and for each symbol it will optimise on M1 and M15 timeframes.
The result will be like this
And now you can safely see the results of optimisation using the standard MT5-tester tools.
Programming.
Example1.
Let's consider a very simple example first.
The result of running this EA will be three calls of the Tester with the settings that are read in the source code.
Example2.
Let's analyse the source code of the Expert Advisor, the demonstration of launching which is given in the beginning.
The second example generates a list of tasks based on the marked TFs and symbols in the Market Watch. Again, let's look at the comments in the source code.
So, all we need to do is to write this string
and write only one function that generates tasks in an intuitive way.
Features.

Requires permission to use a DLL. Several WinAPI functions from user32.dll are called. Therefore not suitable for Market unless .

The
MTTester.mqh
file in the delivery contains methods of MT5-tester control, which are convenient to use in other projects.

It is possible to resume a task from an interrupted place.

You may also like: Multi Sort - sorting algorithm - excellent alternative for library users on MetaTrader 5.

Limitations & Risk Warning

  • This tool is provided for educational and testing purposes only.
  • Past performance does not guarantee future results.
  • Trading involves substantial risk of loss. Use on a demo account first.
  • Results may vary depending on market conditions, broker, and settings.
  • We recommend thorough backtesting and forward testing before using with real funds.
RobotFX does not own any of the code provided on this platform. All tools are freely available on the internet; we simply index and re-offer them for download. We are not responsible for any financial losses that may occur. Trading responsibilities rely solely on the traders downloading and using the displayed Expert Advisors, indicators, and scripts. These tools are provided for educational purposes only and may require modification or optimization to align with a trader's specific strategy or needs.
© ROBOTFX - Best MetaTrader Expert Advisors & Indicators