Need urgent help
-
Hi guys i'm new in this program. I just wondering if someone could help me fix with my project. I place an order and while i'm waiting to hit take profit with one order I want to place an order into another side. Can someone help me with this? Thanks in advance
-
Sure. Are you talking about manual or automatic trades?
-
Automatic trades brother. Please see the photo below:

As you can see there is a pending buy triggered by the market and while I'm waiting for TP I want the robot to place a sell trade even though there is a pending order. Can you help me please thank you.
-
@drich02 Can you share your project? That would ease things. However, seperate buy and sell paths usually does the trick. If you're not sure which one will get triggered when placing the order, you may also consider oco (one cancles other) pending orders. That would open a buy and a sell pending order at the same time. Once one of both get's triggered, it will close the opposite order.
-
trader.philipps is right. Sharing the project here would help.
-
here you go fxdreema.com/shared/iWtDJNnMb
-
Bothblocks 8 and 9 are specified to not pass whether pendind buys AND sells are active. You should separate buyns only on block 8 and sells only on block 9.
-
How will I do that?
-
@drich02 Like that

Furtheremore I'd place block 8 behind block 5 and the same for block 9 and block 10
-
Let me try this brother thanks for the help