Errors, bugs, questions - page 1859
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
I have seen the picture. It's not reproduced in my MQL5 code. But I see that it is recognised in MQL4 in the same way as in the picture. It means that
No other options
Originally it was an indicator for 4. I opened it from mql5 editor, saved it under a new name and started editing it for mql5. I did not have any errors during compilation, but it did not want to work. I started to look into it and noticed this difference.
After reopening the file in the editor, the order has coincided with the reference.
Not very convenient (if you don't know about this behavior beforehand).
Is anyone else having a playback? The tester settings are as follows
Result
I.e. a run of 250K ticks in 16 minutes.
How is it possible to measure performance degradation in the tester? I tried GetTickCount and global variables, it fails.
I checked it out. it took too long to finish, so no tester prints.
this?
https://www.mql5.com/ru/forum/190147#comment_4880571
Yeah, that. Can't find how it was measured. Maybe it was done for MT4. I couldn't get it to work in MT5 off the bat.
Why don't you give us all the information? The fuller the question, the better the answer. What about tabs "Tuning", "Parameters"?
Please:
Setting:
Settings (but there is nothing of interest here):
Optional: If optimisation is disabled, changing the parameter has no effect:
Parameter value "true":
Parameter value "false":
Please:
Setup:
Settings (but there is nothing of interest here):
You have a different number of trades in the two cases. Your trading mode is 1000ms. Check the log (you are displaying the result of an attempt to open a position, right?). It is very likely that you will have several REJECTs.
How can this be? Problems with the tester.
I am testing an EA. Compiling, getting results:
Recompiling, testing, getting results:
How can this be? The code has not been changed, settings have not been changed. Random functions are not used. Moreover. The parameter exMode2Cont is commented out everywhere in the code (except the external parameters section).
It means that changing the value of the USEFUL parameter in some cases affects the result of testing?
What is the build number?
Bild 1583
You have a different number of trades in two cases. Your trading mode is 1000ms. Check the log (you output the result of attempted position opening, right?). It is very likely that you will have more than one REJECT.
Naturally different number of trades, on the same data and with unclear influence of the disabled parameter in the code.
A suspicion arose that there is an influence on what cores are tested: local or network.
At the moment I'm checking this assumption...
It has been clearly established that the test result depends on which cores, local or network, are being tested.
Test1 local
Test2 networked
Test3 networked
Test4 local and network
After that I do not know who to trust! :-)
Well and it became clear why the single test gave unchanged results - it's done on the same local kernel.
I shudder to think what would happen if we closely analyse testing in the cloud.......