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

chevron-rightExample:hashtag

max(0.1, 0.2)0.2

Last updated