how to enter trade when price crosses rectangle?
-
how to enter trade when price crosses a manually drawn rectangle?
anyone able to do this?? @l-andorrà @fxDreema
-
@cyberspace You need to provide a name to that rectangle and then you can do this:

In my example price is crossing up level 2, the lower level of a rectangle. If you need the higher level you should select price level 1 instead.
-
good day @l-andorrà ,really appreciate your time i truly value it - hope your well.
okay I can see what you did in the above project ,but tell me will this work if i have more than one rectangle..
also what price does the code you created use ? coz there are two prices on a rectangle the lower and upper side, so how do you distinguish between these two prices?
-
It can work with more than one rectangle if all of them share part of the same name. You can choose the first 4 letters to be common for all of them for example. And I know that of price levels because I tested it long ago. I hope the admin didn't change them since!

-
good day @l-andorrà
okay it works properly , but my question is , how do you differentiate between the top rectangle price and the bottom rectangle price?
-
Top price is Price level 1 and bottom is Price level 2 IIRC. You can test them easily as per my example.