If price in zone function?
-
Let’s say I have a rectangle object marking as a zone. How do I determine if price is within that box? Is there a specific way to do it? The only way I can think of is( if price is > bottom) && (price < upper)
-
@yoloyacht Is thet rectangle manually drawn or created by an indicator?