coiler:
Hi all,
could you give some tips to speed up optimization?.
Regards.
don't do things twice or more then once every tick
deVries:
don't do things twice or more then once every tick
Thanks deVries, what about debugging with "print" statments? should i comment this "print" lines?
coiler:
Thanks deVries, what about debugging with "print" statments? should i comment this "print" lines?
Thanks deVries, what about debugging with "print" statments? should i comment this "print" lines?
Make them configurable so you can turn them on or off . . . https://www.mql5.com/en/forum/135168/page2
deVries: don't do things twice or more then once every tick
Like my CallAgainXXX series
indicatorvalues for bar 1 or earlier can be done moment the bar 0 starts and with the most indicators it is not needed to recalculate every tick
so values that don't change you can calculate first tick new bar
commentlines slow down optimization

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
Hi all,
could you give some tips to speed up optimization?.
Regards.