Libraries: MultiTester - page 58

 
fxsaber #:

Doesthis script work?

The FX script works and produces the result as shown in the attached screenshot.
But there are no changes to the parameters in the robot.
Files:
FX.mq5  2 kb
1q65t7.png  4 kb
 
klycko #:
The FX script works and produces the result as shown in the attached screenshot.
But there are no changes to the parameters in the robot.

If it works for me, it doesn't work for you. So, probably, it is not the code under discussion.

SZY MTTester.mqh is 146,726 bytes.

 
fxsaber #:
SZY MTTester.mqh is 146,726 bytes.
My size does not match, as shown in the attached picture.
Please give me a link to the library, where to get your latest version.
And what else should be changed from the library.
Files:
MTTester.png  26 kb
 
klycko #:
I don't have the same size as shown in the attached picture.
Please give me a link to the library where to get your latest version.
And what else needs to be changed from the library.
https:// www.mql5.com/ru/code/26132
You should ask AI how to get the latest version of the code from the knowledge base in MQL5.
 
hini #:
h ttps:// www.mql5.com/ru/code/26132

Nothing helps!

I replaced all library files according to your recommendation at https://www.mql5.com/en/code/26132.

In your script OXX I specified a specific set address:

const string FileName = "214-10000 HEX-449.set"; // Replace with a specific set

It still prints:

FR 0 06 :18:43.604 OXX (EURUSDi,H1) Load : 3498

EF 0 06 :18:43.841 OXX (EURUSDi,H1) true

But nothing changes in the parameters of the Frobot , although the tester's picture is twitching (i.e. it may be trying to load, but it is unsuccessful).

I contacted Qwen-coder. He gave some advice, but none of it helped.

Still in Nocturne1the command to change robot settings is successfully executed many times, but in OXX it doesn't work.

MultiTester
MultiTester
  • 2019.07.19
  • www.mql5.com
Множественные прогоны/оптимизации в Тестере.
Files:
 
klycko # :

Nothing helps!

Replaced all library files according to your recommendation at https://www.mql5.com/en/code/26132.

In your script OXX I specified a specific set address:

const string FileName = "214-10000 HEX-449.set"; // Replace with a specific set

It still prints:

FR 0 06 :18:43.604 OXX (EURUSDi,H1) Load : 3498

EF 0 06 :18:43.841 OXX (EURUSDi,H1) true

But nothing changes in the Frobot parameters , although the tester picture twitches (i.e. maybe there is an attempt to load, but it fails).

I contacted Qwen - coder . He gave some advice, but none of it helped.

Still in Nocturne 1 the command to change robot settings is successfully executed many times, but in OXX does not work.

Unfortunately, due to the nature of the translation, I can't fully understand your question. However, I suggest you start by testing the code that loads the file correctly, then write very simple EA code, add some simple parameters and test it. Then add all parameters and test it again, step by step.
 
fxsaber #:
MTTester.mqh - 146 726 bytes.
fxsaber #:

If it works for me, it doesn't work for you. So it's probably not the code under discussion.

ZY MTTester.mqh - 146 726 bytes.

Nothing helps!

I replaced all library files according to your recommendation at the linkhttps://www.mql5.com/en/code/26132.

In your scriptOXXspecified a specific set address:

const string FileName = "214-10000 HEX-449.set"; // Replace with a specific set

It still prints:

FR 0 06 :18:43.604 OXX (EURUSDi,H1) Load : 3498

EF 0 06 :18:43.841 OXX (EURUSDi,H1) true

But nothing changes inthe parameters of theFrobot, although the tester's picture is twitching (i.e. it may be trying to load, but it is unsuccessful).

I contactedQwen-coder. He gave some advice, but none of it helped.

Still inNocturne1 the command to change robot settings is successfully executed many times, but inOXX does not work.

MultiTester
MultiTester
  • 2019.07.19
  • www.mql5.com
Множественные прогоны/оптимизации в Тестере.
Files:
 
klycko #:

Nothing helps!

Spent a lot of time trying to figure out your problem. You can take it from here.
 
fxsaber #:
Spent a lot of time trying to figure out your problem. You can take it from here.
Thank you very much!
 
fxsaber #:

I didn't bother with studying the flags and decided to write a working code for saving and loading Tester set-files.

Good day, dear fxsaber!


Unfortunately, your script does not work because the format of the string it generates contains extra characters.
This leads to inoperability of the SetSettings command.

I have solved this problem in a slightly more complicated way and am sending you a working OX script.

Maybe this solution will be useful for other users.

Regards,

Alexander

Files: