
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
So what is the problem ? I don't get it.
I try to keep the 'cost of execution' low. To get the minimum and the maximum means either (ArrayMinimum() and ArrayMaximum()) two loops through the same array or one loop by me searching for may and min in the same loop.
For a single EA or indicator the difference of the execution time might not matter but to me it's a kind of principle or style.
I try to keep the 'cost of execution' low. To get the minimum and the maximum means either (ArrayMinimum() and ArrayMaximum()) two loops through the same array or one loop by me searching for may and min in the same loop.
For a single EA or indicator the difference of the execution time might not matter but to me it's a kind of principle or style.
Why aren't you checking and tell us ?