“Add to lot” does not multiply
-
Hello all,
I am creating an EA as follows:
Buy initial lot 0.01, if price move against trade by 100 pips, add to lot by 135% of current lot.
So it should be:
Initial lot: 0.01
2nd lot: 0.01 x 1.35 = 0.0135 = 0.01 lot
3rd lot: 0.0135 x 1.35 = 0.0182 = 0.02 lot
4th lot: 0.0182 x 1.35 = 0.0246 = 0.02 lot
5th lot: 0.0246 x 1.35 = 0.0332 = 0.03 lot
… and so onWhen I try to put in 135% in ‘add to lot’ block under % of current volume lot, I only get 0.1 lots for all subsequent lot levels.
May I ask how do I solve this?
-
@dewberries Can you please share the link to your project to take a look at?