Multiple Lot In Grid (BUYS/SELLS)
-
Hello guys,
I would to ask how I could increase lot size on limits like the betting sequence style ( sell limits/ buy limits) without using martingale because what I would to use here is ( buys in grid / sells in grid ) block as I made here in the EA, what I want is like the betting sequence (1,2,3,4,5,6,...) as shown in the Image, wish you could help me about it, thanks in advance.
EA Link:
https://fxdreema.com/shared/CZbdMEmueExample Image:

Best Regards to you all,
-
@trade-journey You will have to create a specific structure to do that. That block you are using cannot do it the way you want. All orders will have to be calculated separatedly with a variables calculatios for each new lot size. A loop would get it, but probably an easiest way to implement it is just by using as many 'pending orders' blocks as trades you want and customize each of them accordingly.
-
@l-andorrà Thank you so much sir, That's what I am gonna do.
Regards,
-
@trade-journey You're welcome.