I am trying to get the maximum of 6 amibroker arrays A, B, C, D, E, F.
Below is my code;
maximum = Max(Max(A, B), Max(C, D) );
maximum = Max(Max(maximum, E), F);
I find the code somewhat ugly. What are some other ways to code this?
I am using Amibroker ver6.3