someone HELP Please
-
I made a trading tool with trend lines to open and close trades opening of Trades works perfectly but for some reason the closing line closes the trade then reopens it immediately then closes it for good I can't figure out the issue I'm pretty new here I would appreciate any help best regards !
one more thing for some reason sometimes the closing line works correctly but most of the times it does the reopening
-
Your logic doesn't stop new trade to open if conditions are met as soon as the previous one was closed. You need to add the appropriate conditions to that not to happen.
-
@l-andorrà
but I use different objects for opening trades and closing trades I use trend lines but different color that's why I don't understand I'm not sure how should I change the conditions for it to work correctlythank you for your help best regards!
-
I see they are different objects, but if a trade is closed and AT THAT EXACT moment the condition for a trade to open are met, although from a different object, a new trade will be immediately open. This is why sometimes it happens and sometimes it doesn't.
-
thanks for your help now its working fine :DD
-
You're welcome.