
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 found that different account/order information functions are quite fast, not really affecting the result. (eg. a Comment function takes 2500 times more than an OrderSelect()/OrderProfit combo on one opened trade)
What I would like to know is how these information are taken from the server really? I mean it is too fast to inquire the server for each and every functions that need server info. So how are these data transferred?
So far I've always tried to use as few "server info" functions as possible (I rather filled an array, than OrderSelect looping twice in an EA) , since I thought it could slow the program, but apparently I wasn't right with this approach. Or was I?