Lot size increment
-
I want to automatically increase the lot size by 0.01 after every 50pips of profits. Please help.
-
@mesmerist Every 50 you add a new trade with +0.01 lot?
-
@jstap Yes, so if the previous trades were 0.02 lot size, then after 50 pips profit the EA will then trade with a lot size of 0.03
-
@mesmerist said in Lot size increment:
@jstap Yes, so if the previous trades were 0.02 lot size, then after 50 pips profit the EA will then trade with a lot size of 0.03
I meant to say after 50 pips of profits, NEW trades will then enter with a lot size of 0.03, not the existing open trades (referring to my example above)
-
@mesmerist Place your 1st trade with wanted lot, pink for each trade, pink pips away, place new trade with in loop lot with an adjust of 0.01.
-
@jstap So on the Buy Now/Sell Now block I set the starting lot size and on the pink blocks you mentioned has to be on a different tree? is this correct?
-
@mesmerist Yes
-
@jstap Alright will test that soon. Thanks!