How Can We Help?
MIN Function
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
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