Maximum

This function can be accessed only in the Toolbox.

Maximum(@,@)returns the greater value of 2 inputs. For example, Maximum(5,10) returns 10.

Maximum can be nested to return the maximum of a series. Maximum(@,Maximum (@,Maximum(@,@))) returns the maximum value of 4 inputs.

The @ may be replaced with: studies, conditions, functions, or user values to return the maximum comparative value.

Example: Maximum(Open(@),Close(@))

This function has no parameters.