Hello
Does Amibroker support the nesting of min() max() functions. for
example i would like to return the minimum or maximum of 4 arrays.
Array 1 2 3 4 << minimum result = 1
Array 1 2 3 4 << maximum result = 4
i have tried the following code ; min(1,min(2,min(3,4))) it returns
syntax errors. Any ideas would be appreciated. Thank you
|