Adjusting the order lot size.
-
Hello everybody;
my question is this:
The first order size: 0.01
second order size: 0.02
third order size: 0.03
fourth order size: 0.04
fifth order size: 0.05this way I want to adjust the lot size.
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.
 -
@dragonfly617 You can create a counter variable adding +0.01 lots for a limited numbers of consecutve trades. I see you are not duplicating lot size so it is not a strict martingale. Right?