Costumazied Martingale
-
Hi, Is there any way that you could use martingale to work according to consecutive profits and losses. for example if you put the value '2' for 'multiply on profit' feature it will reset the volume after generally 2 wining positions. I want to reset if only in case of 2 consecutive wins.
-
Yes, use a variable to set lot sizes, set up trees to change as needed.
-
@jstap
I have tried but somehow it doesn't work.
this is the link to the project. shall i kindly ask you to have a look. the idea is as long as consecutive losses happens it doubles the volume and for every profit trade it reset the lot size to 0.1 -
On trade tab, trade closed (purple block) = loss (blue last closed block) x2 the lot size, trade closed (purple block) = win (blue last closed block) reset lot variable, use this variable in buy/sell blocks.
.
-
Please I have a project I'm really proud of... Please can anyone help me download it? I do not have a premium account and I only made changes
-
@jstap
I have tried to do what you mentioned and came across with this. still it doesn't work the way i want
-
the 'formula' block doubles the lot size and the 'modify variable' resets the lot size