For the complete documentation index, see llms.txt. This page is also available as Markdown.

Max

The Max function in Origami Tech identifies the largest numeric value from inputs, useful for conditional checks and dynamic trading calculations.

max(tuple[decimal,...]) -> decimal

Returns max value from provided parameters

Example:

max(0.1, 0.2)0.2

Last updated