Make pending grid volume size increase based on initial size summed (0.1. 0.2, 0.3 etc)
-
Hi!
Im trying to configure the volume size on pending grid orders to get them to be created like this:
1st = 0.1
2nd = 0.2
3rd = 0.3
4th = 0.4Etc. I think i could do it with variables? I just dont know how.
Right now we can only increase volume size by X%
Thanks
-
@maledetu Place a shared link on here that way people can see where your at.
-
Thanks for the reply!
Actually im just trying to learn how i could do it on a grid project, nothing special right now, just learning different things!

What i mean is, on the volume size, i want to find a way to make the orders increase as sum, not multiples.
Right now we can increase by 150, 200, 300 etc %, I would need to increase by summing the first order size.
0.1, 0.2, 0.3, 0.4 etc. -
@maledetu I have not worked with orders in a grid but, I assume if you change the percentage to lets say 200% then it would work like this, 0.1, 0.2, 0.4, 0.8. You can do what your saying for a single trade, under buy/sell add 0.1 to variable, at a set point reset to 0.1, not sure how this would work in a grid.
You could use something like pips away to place via a variable, every trade save the used lot, then add and use for next.