Navigation: Realtest Script Language > Syntax Element Details > Max Category General-Purpose Functions Description Largest of a group of values Syntax Max(value1, value2, ...) Parameters value1 - any formula value2 - any formula ... - any number of additional comma-separated formulas Notes This function evaluates each of the formulas passed to it and returns the largest value found. Example TrueRange: Max(H - L, Abs(H - C[1]), Abs(L - C[1])) True range: the greatest of range, high-gap, or low-gap. Copyright © 2020-2026 Systematic Solutions, LLC