add lot size
-
hii
i want to know if i can add 1 lot size every time a new buy or sell trade happens
example 1st buy trade lotsize =0.1 and then i open a sell trade with a lotsize =0.2 and open another buy trade with a lot size= 0.3 and new sell trade with a lotsoze=0.4 and it keeps going on adding 0.1lotsize for every new trade
Thanks
-
https://fxdreema.com/shared/sj5zjSuL
but you should reset the sequence at some point, yeah ?

-
Thank you @roar and yes i will after 1 of the trades hit profit target

thanks -
@roar and could you please show me how you did it and how you add the variables
-
@bossx
In the builder, you see the menu on left: first there is constants, then there is variables. These are the lists of constants and variables.
Read more: https://fxdreema.com/help/working-with/constants-and-variablesI used a simple formula to calculate the values - after trade the formula calculates a new variable that is bigger than the old one, and then it replaces it.
In the "on Init" tab you see a small system that resets the sequence to the first lot amount. You can copy those blocks to your Ontick process to reset whenever you need
-
hi how can i add size lot in the runing position?
-
@hoseynhomaee You cannot. You need to open a new trade to add more lot size.