Min

The Min function in Origami Tech identifies the smallest numeric value from a data set, ideal for comparison and threshold-based trading logic.

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

Returns min value from provided parameters

Example:

min(0.1, 0.2)0.2

Last updated