
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 am using a multicurrency looped EA. In the tester it is not tested at all because it does not react to new ticks. Everything else, I hope, is OK. Won't the EA be rejected due to inability to run the test?
Thank you, Andrei!
Added a single test check outside the main cycle.
Added a single test check outside the main cycle.
I've added a single check to test outside the main loop.
Right - it won't :)
But I need it to not even try to test, because there will be no deals anyway.
Thanks again for the thought.
I wonder if it would be an error if an EA did not handle re-quotes? And can an EA be removed from the Championship because of it?
It is difficult to detect this problem neither in the Strategy Tester, nor in demo mode or even in microreal-time. At least it did not occur at least once during one month of testing. However, it seems that organizers have decided to feed us with requotes in this championship. I judge it as an Expert Advisor tried to close an order on a generally calm market but got requotes. And this despite the fact that RefreshRates() immediately precedes OrderClose(). Well, error 138 is received and the order keeps working. Of course, the logic is broken, but it is not too bad.
Gentlemen of the contestants, are your creatures ready to fight requotes?
If slippage = 10, I think re-quotes will be rare.
If slippage = 10, I think re-quotes will be rare.
That's where you are wrong, I have slippage = 5 , and look at the excerpt from the log:
One point above the requested closing price.