Adjusting the order lot size 0.01 0.02 0.04
-
Hello everybody;
my question is this:
The first order size: 0.01
second order size: 0.01
third order size: 0.01
fourth order size: 0.02
fifth order size: 0.02
order size: 0.02
order size: 0.04
order size: 0.04
order size: 0.06i want to not set stop loss, set TP fixed X
it does not matter if the first order is profit or loss.
After all orders are closed, the size of the new order will be: 0.01.
thanks for your help. -
@truongvnd Every time you place an order add 1 to the number of placed orders (in a variable), in separate trees check the number in a condition block then modify a variable to the new lot, when sequence is finished reset the variable to 0.01.
-
@jstap I thank you for your answer. i just learned about fxdreema. Can you share the sample project with me? i thank you
-
@truongvnd This is the start, you need to add a no trade block and your conditions to place a trade, you'll also need to add your desired TP & SL.
-
@jstap I don't know what to say anymore. thank you very much