How To Delete Horizontal Lines Once In Position
-
Hope all are well and making lots of money!
I can't seem to figure out why my horizontal lines won't delete once passed through. It should be fairly simple but they stay after the conditions are met.
Any help would be much appreciated !
Project below,
Thanks
-
See what happens when you set the name like this:

-
@jstap Thanks for taking the time to look at the project! No luck with what you suggested though.
-
Try using the full name in both, the fact that the same EA using is the one drawing means you can definitely use
-
@jstap Hey thanks again J, I'm not fully sure If I understand what you're expressing here though.
I tried filling in both "Name Starts With" and "Name Contains" and it still doesn't seem to work.
Maybe it has to do with the modify variables blocks using helping create the lines?

-
@jstap forgive the double response here I also forgot to add, did you manage to get the EA to work on your end?
-
You are not adjusting a variable so these blocks probably don't work, is this drawing a line? I didn't try to get this working, I have used this tactic previously though and it does work.
-
@jstap Ah interesting. It is successfully drawing lines of the Asia Session Highs and Lows yes. It's just after the those lines are broken, they are not deleting.
Mind you, they DO reset after the specified trading day resets.
-
Maybe there is a number added to the end, open your object list and see what they are called
-
@jstap hmm, that doesn't seem to be the case

would you be okay if I dm'd about this issue?
-
I would rather not DM because if the problem is fixed no one else can see how it was done.
-
@Labutters
Is it possible the timing problem?Maybe you have deleted the line but it is then created again?
Try lowering the block numbers of the buy / sell branch
If it still doesn't work you can try adding variables and comments to debug the exact problem
-
It is deleting but it is instantly re-drawing, as you can see in here: https://fxdreema.com/shared/Z2O0s4zQ if you only allow it to draw once it deletes
-
@sktsec I think this could be a very valid reason. I'm sorry, I'm somewhat new to fxdreema; would you be able to provide an example of what you mean by lowering the block numbers?
-
-
@Labutters
The solution may be simplier.In your original design, just move the blocks of deleting lines to the false ouput of no trade blocks.
That means, no trade -> create, or delete otherwise
-
pass once to draw, then reset before you draw the next day
-
-
