You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Are you sure you are using the current version of MTTester.mqh? The following code is there.
I remember I updated to the latest version, but I don't know why I missed updating that file. Everything works fine now.
Forum on trading, automated trading systems and testing trading strategies.
Libraries: MultiTester
fxsaber, 2025.06.08 16:57
From KB I download sources only by clicking on the corresponding file, as in the picture.
I just downloaded it in this way to check - compiled without errors.
Thank you very much!
Everything works again!
Downloaed as shown in the above image but error in cmopile
Mttester.mqh compiled error pls check for new build MT5 V5 BULD 5142
ERRROS :
parameter convertion type 'short[260]' to 'ushort[] &' is not allowed MTTester.mqh 135 39
'ReadFile' - no one of the overloads can be applied to the function call MTTester.mqh 1283 21
Downloaed as shown in the above image but error in cmopile
Forum on trading, automated trading systems and testing trading strategies
Libraries: MultiTester
fxsaber, 2025.06.12 14:55
The size of the current version of the MTTester.mqh file is currently 123,822 bytes.
Hi @fxsaber
I hope you are doing good.
Following your work on the multitester. I read the examples and the the description of the library on how to use it but im not able to know how it will be used.
As I have the EA which i have written to test/optimize an inidcator over 9 symbols. I implemented the code as following in an EA.
but i don't know what to do after it as i want to optimize the parameters against the given symbols, in tester i had to select the ash_indicator_testing ea, cause if i don't do so i wont be having the optimization parameters. After doing so i applied the above pasted code snippet i.e. (multitester ea) onto chart! Is it the right course of action or im doing it wrong? cause i wasnt able to find enough information on usage.
Please guide me on this.
Best Regards
Please direct me
Historically, MultiTester.mqh is not used for writing interactions with Tester, as it uses an event model, which is too complex. So right away I recommend using a different approach - via MTTester.mqh.
Here is a good example.
Forum on trading, automated trading systems and testing trading strategies.
Libraries: MultiTester
fxsaber, 2024.01.17 12:13 AM
Tester settings are saved via CTRL+C/V. You can save them to separate files and then fill the Settings[] array in the source above with data from them.
Additional example.
Thanks for the reply but im not able to understand the implementation in controller EA, like how it should be implemented and how it should be used! applying on chart or be used in tester. Because i have been reading the forum but i haven't seen any pop up appear or anything of that sort the only thing that happend on my side when i applied the controller EA onto my chart is a line stating waiting for the tester and for what is being carried out, and the strategy tester below consistently flickering. i was not able to do anything with tester!
Would be greate if a complete end to end guide is provided in the library docs so that it will be easy for new comers like me to understand and implement things according to their scenarios!
Best Regards
CC: @fxsaber
Result.