you can try your self
int begin=GetTickCount(); PLACE YOUR FUNCTION HERE....... int miliseconds=GetTickCount()-begin; Alert(miliseconds);
OK, thanx, but what about principles?
ggekko: OK, thanx, but what about principles?
Premature 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 Gurus!
Please, tell me which version is the faster (or is there any faster than these)?
Version 1:
Version 2:
Thanx in advance!