Taking actions based on objects
-
Hi, so currently I have these lines with specific names "line 1, line 2, etc..." and have it hard coded that whenever price hits line 1, it does an action.
I'm trying to figure it out where I don't have to do specific object names, so instead this:
if this, take action at the next line.Any ideas? Thanks!

-
@yoloyacht Not sure I fully understand. You already know how to trigger actions when lines are hot. Why don't you simply connect another condition block specifying the next line?