How Can We Help?

MIN Function

You are here:
< All Topics

MIN(Vector, Periods) 

Returns a vector containing a running minimum, as specified by the Periods argument. The values represent the minimum value for each window. 

Example: 

set X = MIN(CLOSE, 10) 
set SELL = LOW < X

Table of Contents