when candle move ( buy / sell pending limits and stop move too ) , how ?
-
hello
look this image

A = Candle close move
B = pending buy limits
C = pending sell limits
D = buy stops
E = Sell stopsi want If A move 10 pips to up or down
the B , C , D and E move 10 pips too in the same time to up or down like candlehow i can do that ?
thank you -
Modifying orders with so few pips can be very hard depending on your broker. Before trying any EA I suggest you to find a broker enabling you to do that manually.
-
@l-andorrà ok no one pips
ten pips , or 100 pips any number
how i can do that here ?
-
Should all those value be modified after each candle?
-
@l-andorrà EA create B , C , D and E
i want after that if Candle move 100 Pips to up
B and C and D and E move To 100 Pips to up
If candle move 100 Pips To Down
B and C and D and E move To 100 Pips to Down Too -
@moon What is the base for calculation? candle high/low of previous candle? Candle close of previous? Your image is not clear for me.
-
@trader-philipps i say above post candle close
like
EA create B , C , D and E when candle close 1.1000if candle close up to 1.1100 then B , C , D and E edit position and up to 100 pips
like that if candle close down
-
@moon all the options for order types are in the block . i think this works for moving orders .http://icecream.me/3a4fa9c2b15eb98d9834f81f39b66990
-
Hadees is correct.