Prolblem mrtingale
-
I beg you, how can I subtract my batches automatically for example I want to start at 0.10; 0.09 0.08 ........ ........ ........ ........ ........ ........ ........ ........ 0.01 it's a martingale upside down
-
For martingale there are multiple settings that can change the behavior so much. For example, the "Multiply on loss" parameter is 2 by default, but it can be 0.5, which will make every lot after a loss to be half of the previous one. But the changes are not liner in this case, and you want them linear. What is linear is "Add lots on loss", which is 0 by default. I didn't tried it with negative values, but it could work. If it doesn't, there is also Custom Sequence option that you can use instead of Martingale.
-
Thanks for your help
-
-
The link you uploaded leads to the general builder, not your project.
-
@43275529 set the string to a variable for the sequence and then reset that when profit is taken or trades are closed on the on trade tab. You may want to save the variable as brokers reset terminals and will mess with the sequence. Miro has great posts covering sequence in many ways and has good post saving variable.
