request.security_lower_tf() returns an array of boolean values.
You can check if one element is true like so:
mustStopTradeArray = request.security_lower_tf(symbol = syminfo.tickerid, timeframe = "30", expression = mustStopTrade())
stopReturn := mustStopTradeArray.some()