MaxList is a Tradestation EasyLanguage reserved word that returns the highest value among the inputs provided. It accepts up to 25 numeric inputs or numeric expressions. The function evaluates all supplied values and outputs the single maximum value. Example calls show that MaxList selects the largest number in a sequence, such as returning 125 from a list of five numbers or returning 98 from a list of six numbers. Related functions include LowestArray and HighestArray.Â