Can you use ArrayMaximum() & ArrayMinimum on a variable array?

 
Any help will be appreciated.
 
gooeycode: Can you use ArrayMaximum() & ArrayMinimum on a variable array?

Please explain in more detail. What do you mean by "variable array"?

If you mean a dynamic array, then the answer is yes.

If you need further assistance, show sample code of what you are trying to achieve.

 
Fernando Carreiro #:

Please explain in more detail. What do you mean by "variable array"?

If you mean a dynamic array, then the answer is yes.

If you need further assistance, show sample code of what you are trying to achieve.

Yes it was for a dynamic array. I had to do a bit more work on MQL4 to realise. Thank you for your response tho.