Help Please! I don't know what to do about this
-
This is my project https://fxdreema.com/shared/U8y6Zzr0c
As in chart, If i want the first order is opened then the second pending order is followed and after the second pending order has changed to be buy and continued to send the third pending. How can I set the command as these details above?
image url) -
@tradercompany Can you please share the link fo your project? On the other hand I see you are asking several aspects related to this project in other threads. Please can you focus on just one of them? That wil not disperse the information.
-
@l-andorrà sorry about that T_T, Ok im just focus on this topic
-
@l-andorrà this is my project https://fxdreema.com/shared/8B3VO0Tib
which command orders to place the next pending order, after the previous pending order is already opend (custom price)?
-
@tradercompany I see one first problem. You use a 'NO trade' block (block ID 50) that is supposed to fins manual and automatic trades. But then you are opening automatic trades below. I see buys belong to group 1 and sells to group 21. However, the 'initial' group definition is not included in block 50. Do you really need manual trades to be included there?
-
@l-andorrà
Hello mister thx for answer
I would like that after opening the EA, EA can automatically open buy order (group1) and sell order (group21). And after that EA open pending order buy (group2) 6pips away from buy order (group1), when current price comes to pending order buy (group2) and change status pending to buy, EA just open pending order buy (group3) 6pips away from buy order(group2), thank you so much. -
@tradercompany I'm afraid I'm still a bit confused. So please let me try to summarize it and correct me if I'm wrong:
-
As soon as the EA is running on the chart, a buy ans a sell pending orders are programmed. I see that is exactly what you are doing in Areas 1 and 6. No problem here.
-
I see you store the values of both open prices into two variables to be used for further calculations. No problem here either.
-
Then are you trying to program two additional pending orders 6 pips away from both previous ones? Is this what you are looking for? Are you trying to program 4 pending orders as soon as the EA is executed on your chart?
-