Pending order
-
Hi, please this is what i want the EA to do
- if condition one is met let the EA place a pending trade
- let the pending trade be deleted after 30mins if condition two is not met
- if pending trade and condition two is met trade be executed
-
In the block, there is a close option, won't work if the trade has activated
-
-
@jstap yes, i ve seen the close option but im not sure if ive set it corectly.
please can you help me check the project -
That is correct, a buy will be placed, and 20 pips above the pending will be placed
-
thanks sir
but i actually want only the pending trade to be placed when the second condition is met.- condition one is met = pending buy
2.condition two is met = pending buy placed
- condition one is met = pending buy
-
But your 2 conditions are the same? Change this and it will do as you want.
-
@jsta@jstap please how can i do this?
when buy trade is place 20pips in loss let the pending buy be placed.on the pending block, i've set price offset as -20pips and it does not work perfectly.
thanks -
This is your choice as to what you want this to do, test 1 condition until it is doing what you want, then test the 2nd, and then add them together
-
Thanks for the advice sir, the 1st condition is working but the 2nd condition is not working perfectly. thanks