Hi pls help me how to make the martingale pending order and distance will longer every time forever until the price will not to touch the opposite pending order?
-
Hi for EXP I buy 1 lot then EA put sell stop 2 lots lower the buy price at minus 10 pips , then the price tuch my sell stop 2 lots, so then in the same time the EA should be Buy stop 3 lots over 10 pips of My first Buy 1 lot immediately, then the price go up to tuch my Buy stop 3 lots, then EA should be Sell stop 4 lots below 10 pips of My Last Sell lot like this go on and on forever until the price will not to touch the opposite pending order, how to connect the loop EA like this. help me Pls. thank you.

-
Here you will find (go to the end of the page) the money management option required to do that in both your buy now and sell now blocks.
-
@l-andorrà Thank you sir, and how to let the EA always create the opposite pending order with far over than previously order 10pips aways when the price hit the opposite pending order? which I call trend Hedging follow the trend without stop loss.
I whish you understand I mean how to let the EA always create the opposite pending order Hedging like this:
First open the EA it start to Buy 1Lot(Magic No.1)
then EA create Sell stop 2Lot(Magic No.2) Below previously Buy order(Magic No.1) 10pips away
then the price go down and hit Sell stop 2Lot(Magic No.2)
then ea should create a Buy stop at 3lots(Magic No.3) above previously Buy order(Magic No.1) far away 10pips
then the price go up and hit the last Buy stop(Magic No.3)
then ea should create a Sell stop at 4lots(Magic No.4) below previously Sell stop(Magic No.2) far away 10pips
then the price go down and hit the last Sell stop(Magic No.4)
then ea should create a Buy stop at 5lots(Magic No.5) above previously Buy stop(Magic No.3) far away 10pips
then the price go up and hit the last Buy stop(Magic No.5)
then ea should create a Sell stop at 6lots(Magic No.6) below previously Sell stop(Magic No.4) far away 10pips
then the price go down and hit the last Sell stop(Magic No.6)
then ea should create a Buy stop at 7lots(Magic No.7) above previously Buy stop(Magic No.5) far away 10pips
then the price go up and hit the last Buy stop(Magic No.7)
then ea should create a Sell stop at 8lots(Magic No.8) below previously Sell stop(Magic No.6) far away 10pips
more and over more like this
the EA must be always create the opposite pending order with more far away in every step by trend Hedging like this how to let the EA always create the opposite pending order like this? thank you sir. -
In that case you would need to create a specific block tree indentifiying the initiating sequence of lots and increasing it as new ones are programmed. That is not a trivial project to do. Do you have any initial one to begin with?
-
@l-andorrà yes please, my initial lot size is equal to 0.1% of balance.
if you mean my project initial one to begin with is right herehttps://fxdreema.com/shared/qh5wJ1dRc
Thank you sir
-
I sent you a provate message.