
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
Now complete freedom to automate the Tester.
One of the real application examples (everything is done automatically)
It turned out to be a very powerful market scanner and TS adjuster. TC sources are not required for such manipulations.
It turned out to be a very powerful market scanner and TS adjuster.
The Expert Advisor should have
I don't know about previous versions. But the latest version can run a test for the same instrument several times.
Done appears in the log, then empty (Start does not appear), and the terminal has started a new pass at the same time. It seems to be that else if (IsRun = (Init = TesterSettings.Init(Pos)) && TesterSettings.Run(Pos)) returns false, because TesterSettings.Run(Pos) returned false. And on the next timer pass else if (MTTESTER::IsReady()) will return false, which will make it loop around waiting. TesterSettings.Run(Pos)) itself returns false, it seems to be trivial because of timeout, i.e. it just doesn't wait and exits.
traveller00:
TesterSettings.Run(Pos)) returns false seems to be trivial due to timeout, i.e. it just doesn't wait and exits.
If so, try increasing this number
I've never had a case when the Start button didn't turn into a Stop button for a long time after pressing it.
I ran Example3 for a hundred characters and everything worked fine.
Yes, that's what I did for myself, I increased it to 50. But just in case someone else will have a similar problem or want to tweak it in the general version.
Put logging of the number of attempts that it took to change the status of the button. Interesting results.
ZY Perhaps this bug still affects.