79782506

Date: 2025-10-04 14:02:14
Score: 0.5
Natty:
Report link

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()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: sbtnc