
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
You could make a separate screen cleaner EA in the multitester kit, until MQ finally remove that optimisation chart thingy of theirs.
WOW!!!! And it was already there. It works! Thanks.
But it works well and fast only if the script is thrown on the chart. If you call it through TesterSettings.Add(), it deletes everything slowly at first, and then it loops. Apparently !IsStopped() does not see the end command, and ExpertRemove() is not suitable in this case.
But it works well and fast only if the script is thrown on the chart. If you call it through TesterSettings.Add(), it deletes everything slowly at first, and then it loops.
I doubt it will help, but try replacing these lines
with this one
Honestly, it's all cosmetic, so I don't feel much like dealing with it. Apparently, I'm slipping into a state where the effort spent on supporting the posted solutions leaves no opportunity to create new ones. I guess this is a standard situation.
I doubt this will help, but try replacing these lines
with this
Honestly, it's all cosmetic, so I don't feel much like figuring it out. Apparently, I'm slipping into a state where the effort spent on supporting the posted solutions leaves no opportunity to create new ones. I guess this is a standard situation.
Forum on trading, automated trading systems and testing trading strategies
New version of the MetaTrader 5 build 2190 platform
fxsaber, 2019.10.31 08:53 pm.
I have two add-ons in distant plans
When you look at a large number of optimisation caches after a multi-tester run, you do the same thing.
The most time is spent on point 2. Mistakes are often made. You want to semi-automate. And there is a solution!
Copy this text to the clipboard
Then just press CTRL+V in the Settings tab. This will automatically disable optimisation and set the desired date.
ZY I was in a hurry to rejoice. The input parameters of the Expert Advisor are reset to default with such a buffer.
Forum on trading, automated trading systems and testing trading strategies.
Libraries: TesterCache
fxsaber, 2019.11.11 04:45 pm.
uchar Bytes[]; MTTESTER::GetLastOptCache(Bytes);
A qualitative leap in Tester automation.
Now full freedom in Tester automation.
Thank you very much @Slava for your help!