repeated pending order
-
how to create repeated pending order('2times') , 200 pips away from initial price.
-
You have to decide what condition recreates the pending, share you project link to look at.
-
@jstap i would like to create a pending order at a point where i created previous pending order
(repeated pending order = 2 times) -
-
When the pending is placed I would save the open price into a variable, then use this price to place others
-
@jstap how to store open price in a variable
-
Create the variable then use pink blocks, for each pending order, modify variables get the price from loop, when placing a trade, if correct use this price.
-
-
@jstap Pls help how to get open price and create pending order 2 times ,100 pips away from open price
-
under the block that has placed 1st, put a pending block with the required offset.
-
-
@jstap after adding pending order ,its not working, pls check
-
You need to use the on trade tab, purple trade opened block, then place pending. This means EA will wait until a trade is opened before placing another pending.
-
@jstap https://fxdreema.com/shared/iovhtkVpe
pending order created but its creating 2 times at the same time, when the price comes again to that position then only second pending order should happen. -
You need to specify the trade type.

-
@jstap https://fxdreema.com/shared/fDUKJzITb
pending order working now but its taking trades morethan two times -
Try this way round, I prefer to use once per daily bar, waits for 1st tick before working:

-
@jstap https://fxdreema.com/shared/ynO1uUttc
repeated pending orders are creating. i only need 2 times pending order. -
@jstap i want to start this ea at a particular time. eg: 09:00 am
-
I would use > 09:00, so doesn't rely on Tick to happen at a set time, time filter set to 1 minute would do this.