Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 406
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
The Expert Advisor is testing fine in the tester in visual mode, but in the optimization is completely slow, although there are only two parameters for optimization and a small period of time, what is the reason for this?
The Expert Advisor is testing fine in the tester in visual mode, but in the optimization is completely slow, although there are only two parameters for optimization and a small period of time, what is the reason for this?
If you don't care that the start function will not start after the function has been started for 30 seconds (and hence the EA will not take any action during that time), then please put sleep.
therefore after 30 sec. the start function and all sequential functions will restart with the arrival of a single tick ? and will go back to sleep for 30 sec... am i wrong ?
Can the optimiser be slowed down by graphical objects?
And why do the tags still appear if CLR_NONE is set?
Can the optimiser be slowed down by graphical objects?
And why if CLR_NONE is set, do the tags still appear?
It seems that if graphical objects are created in an EA, optimization of such an EA is impossible at all. However, I cannot say for sure. At least, my Expert Advisor using trend lines is not optimized. I cannot say anything about labels, I need to have the whole code.
Yes, as long as sleep is running, start() does not end and therefore does not restart.
is a start-up required anyway ?
There is a function to close all orders, it closes from the last open, please advise how to re-do it so it starts closing from the first open and ends with the last one.
It seems that if graphical objects are created in an EA, then optimising such an EA is not possible at all. But I cannot say for sure. At least, my Expert Advisor using trend lines is not optimized. I cannot say anything about labels, I need the entire code.
This one, too, was not optimized when data are taken from a graphical object, I mean arrows appearing in all variants...