How Can We Help?
MINOF Function
MINOF(Vector1, Vector2, [Vector3]…[Vector8])
Returns a vector containing a minimum value of all specified vectors, for up to eight vectors. Vector1 and Vector2 are required and vectors 3 through 8 are optional.
Example:
set y = MINOF(CLOSE, OPEN)
Returns a vector containing the minimum value for each bar, which is either the opening price or the closing price in this example.