can i do this
-
hello
is it possible that when ever a trade hit Take profit , two trades are opened at the exact same time
something like this : let say there is a buy trade with a predefined takeprofit , so when the takeprofit is hit EA should open 2 trades 1 buy and 1 sell.
and when the take profit of any of these two trades get hit it should open two more .
is it possible ? -
Use on trade for that.
Trade closed block and set by takeprofit then add a buy block and sell block
-
@timmyhanke
thanks a lot timmy