Trade hit TP and reopen
-
Good day, please how can I control this, whenever a trade is opened, and it hit TP, it opens another Buy or sell entry from there.
How can I control it so that immediately it hit TP, no other trade will open. Thank you -
@nzefili Use a flag, when trade can be placed turn flag to true, when trade placed turn flag to false, use separate tree to turn to true, check above your but/sell tree.
-
@jstap please how can I go about it.
-
@nzefili Put what's above into your project, add a shared link here to show what's been done.