Add lot per trade 0.01 0.02 0.03 0.04....
-
How to add lot trade with 10 order consecutive:
1st order: 0,01
2nd order: 0.02
3rd order: 0.03
....
9: 0.09
10: 0.1Thanks
-
@khacdiepvnc You can create a variabla controlling lot size and another one counting the maximum amount of increasing steps. Considering that every new lot size level is +0.01 from the previous one you can do that this way:

-
could you share the link share please
-
@khacdiepvnc Something like this: