DELETE RECTANGLE IF CS BREAK
-
plese help me guys : @fxDreema @l-andorrà
i want to make indicator
delete rectangle when candle stick cross n close below rectangle
this my link project
https://fxdreema.com/shared/BO7HBdcEc

-
Put the full name in your delete box
-
@jstap can you show me how to do
-
for name starts with and name contains, put the full name "LOWER BUY", tee off condition and do the same for the other line.
-
@jstap plese teach me sir,
if cs break rectangle, delete only break rectangle only..not all rectangle
this my project
-
When an object is drawn you, need to change the name, so the next object has a different name, use a pass once block to limit drawing to one at a time, then reset this and change name before placing the next. Then, when deleting, you need to choose the name of the object you want to delete.
-
@jstap said in DELETE RECTANGLE IF CS BREAK:
pass once block
I have tried but still to no avail. can you show me the block
-
Is called pass once, and is in counters, blocks above can only pass through it once, then you need to reset with the reset block.
-
@jstap
this my new update project. plese check sir -
You need to say what is or isn't working
-
@jstap i dont know how to combine the block..this my first project. i need to learn more about fxdreema from master like you..can you show me how to combine the block
-
@jstap plese sir teach me..show how to use the block
-
Blocks work in a logical flow, block x, connected to block y, connected to block z, all these are connected and won't activate z unless x, and y pass first.