Given that functions max and min return result only between 2 values, how can we find the maximum value between 3 or more values? Example: I have 3 SMA, 20, 50 and 100, and I want to code an indicator that plots continuously the highest and minimum value related to the 3 SMAs. Thanks in advance.