Need Help
-
Hi,
can you help me plz, im trying to arrange the blocks in certain way to trigger the pending orders in sequence.
my problem is whatever i do it never place a new pending order after the last one triggered, they always place at same time. what should i do to make them place a pending orders in chain ( i mean when the pending order is hitted its place new one ...etc).
thanks in advance.
......
0000.mq4 -
"on Trade" is a single event (work place) that reacts to multiple possible events - create, modify, close... The top block(s) under "on Trade" should be one of those purple blocks, to filter the trade that you actually need.