
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
1. I would switch from GetTickCount() to GetTickCount64() in Sleep2. Otherwise overflow threatens not quite correct logic. And it happens noticeably less often in the 64-variant. In other works, it might be worth switching too.
There, even theoretically, there can't be a threat of overflow there.
2. The second ArrayResize ra ises questions here
Most likely it should be
No, everything is correct there. The documentation is lying.
3. And lastly some different types.
Fixed, thanks.
There can't even theoretically be a threat from overflow.
Yes, you are right, I was inattentive. In this case there is really no difference.
But in ThirdPartyTicks -> Web.mqh there seems to be a difference
That's why I use the 64-bit variant everywhere just in case.
No, everything is correct there. The documentation is wrong.
I use the following code
Inside FileLoad there will be Size=1000, array size 500 and after reading Read=Size=1000. And then my variant is correct. Here I relied on MSDN and this behaviour agrees with it.
I use the following code
Inside FileLoad will be Size=1000, array size 500 and after reading Read=Size=1000. And then my variant is correct. Here I relied on MSDN and this behaviour agrees with it.
I have 500.
I've got 500.
That's strange, I've just double-checked it, it matches MSDN. But if no one has any questions and everything works, then fine, I don't see the point in digging into the details.
If anyone has done it, please share the scheme of organising work with the results of previous optimizations while the Tester is busy with the current optimization.
It is clear that we need to copy opt-files and symbols. Probably the most reasonable way is via mklink.
If anyone has done it, please share the scheme of organising work with the results of previous optimizations while the Tester is busy with the current optimization.
It is clear that we need to copy opt-files and symbols. Probably the most reasonable way is via mklink.
Watch opt-files and run single passes from them.
Personally, I try not to use several terminals in one folder. It is very peculiarly made. If it falls off quietly, you will discover it a week later by accident.
And so it works through vin api.
Hello. Is it possible to change one of the EA parameters programmatically and run a single test?
MTTester library allows you to do absolutely everything that a user can do via GUI.