Why still drawing line when position open with no position block?
-

I encountered an issue with order execution and drawing lines. Normally, the EA works fine, but sometimes, after an position is placed, the EA continues to draw lines even though it's set not to draw when a position is open. I've also set the position-opening condition to 'no position,' but it still opens a position. I’m not sure what’s causing this or how to fix it.
-
Try it in a separate tree. Something is likely starting a loop that runs even if a trade is running.
-
Is this the whole structure of the bot or just part of it?