What takes most speed?

 

Trying to save me run time by generating a single string array instead of 2 int arrays. Is this better for speed in mql4 or doesnt really matter?

 

Measure with the profiler. IF, and only IF you actually have a problem should you be thinking about such things.

If you really have a problem, try an alternate and measure that. Do not guess.

 
William Roeder:

Measure with the profiler. IF, and only IF you actually have a problem should you be thinking about such things.

If you really have a problem, try an alternate and measure that. Do not guess.

Going Short arrays then int bc doesn't make a difference run time wise now looks like doubles and use for arrays the decimals; however the get character is going to lag it out so looks like just ints however maybe pure math is 1 micro

Reason: