Libraries: MultiTester - page 47

 
Denis Kislicyn #:

It doesn't work on b5100. "MTTESTER::IsReady() is always false on this build.

Forum on trading, automated trading systems and testing trading strategies.

Libraries: MultiTester

fxsaber, 2025.06.08 16:57

I download sources from KB only by clicking on the corresponding file, as in the picture.

 
fxsaber #:

Thank you so much!

 
Hey guys, I've been trying to run the examples, but the screen flashes and nothing seems to happen.

Could anyone help me to run the simplest possible test using the MultiTester?

After placing the updated version of the files to their appropriate folders, how should I test the example EAs? 
 
Joao Paulo Botelho Silva #:
Hey guys, I've been trying to run the examples, but the screen flashes and nothing seems to happen.
Save MTTester.mqh from Russian codebase.
 
fxsaber #:
Save MTTester.mqh from Russian codebase.

Thank you. I did that but still no success with the tests. I must be doing something dumb lol

I am trying to simply run 2 EAs as in the attached code. 

#include <fxsaber\MultiTester\MultiTester.mqh> // Множественные прогоны/оптимизации в Тестере.

// Эта функция отвечает за формирование списка заданий.
void SetTesterSettings()
{
  static const string ExpertNames[] = {"Examples\\Moving Average\\Moving Average.ex5",
                                       "Examples\\MACD\\MACD Sample.ex5"};

  const int Size = ArraySize(ExpertNames);

  for (int i = 0; i < Size; i++)
    TesterSettings.Add(ExpertNames[i]);
}


I should simply place the EA with this code in a chart, or should I do something else?

 
Joao Paulo Botelho Silva #:

Thank you. I did this but still no success with the tests. I must be doing something dumb lol

The size of the current version of the MTTester.mqh file is currently 123,822 bytes.

 
Do you use this library for everyday backtesting or do you prefer the Virtual library? Does it seem like the latter option is more convenient?
 
hini #:
Do you use this library for everyday backtesting or do you prefer the Virtual library? It seems like the latter option is more convenient?

I don't see how these two libraries can replace each other.

 
fxsaber #:

I don't see how these two libraries can replace each other.

After all, Virtual allows you to perform virtual backtesting, but only for your own strategies. And MultiTester can run any ex5-files. I was wondering: do you even use MultiTester for your own strategies for automatic backtesting?
 
hini #:
Virtual allows you to perform virtual backtesting, but only for your own strategies. But MultiTester can run any ex5-files. I wanted to ask you: do you even use MultiTester for automatic backtesting for your strategies?

I do.

https://www.mql5.com/ru/blogs/post/748365

Несколько MT5-тестеров параллельно на одной машине.
Несколько MT5-тестеров параллельно на одной машине.
  • www.mql5.com
Автоматизация MT5-Тестера потребовала параллельного использования нескольких Тестеров на одной машине: оптимизация ( MultiTester ) и одиночные проходы ( Validate и TesterDashboard ). Необходимость