that the martingale begins to be applied from the 4th failure for example.
-
Good afternoon, I am trying to create a bot based on stocastic and moving averages, but, in the buying and selling area, I only find the part of "betting martingali paroli" my idea is, that the martingale begins to be applied from the 4th failure for example.

-
@kepler Not sure what you mean. What happens with lot size before the 4th failure?
-
No, me refiero a des pues de cuatro operativas falladas, de manera automatica se atctive una martingala. ejemplo:
gana: +0.01
gana: +0.01
pierde: -0.01 (primera perdida)
pierde: -0.01 (segunda perdida)
pierde: -0.01 (tercera perdida)
pierde: -0.01 (CUARTA PERDIDA Y AQUI SE ACTIVA MARTINGALA 0.02 ) -
@kepler Puedes crear una variable que te cuente esas cuatro operaciones consecutivas perdidas. Cada nueva operación se suma uno. Cuando llegue a 4, bloqueas el lanzador normal de operaciones y activas otro con la configuración de money management que tu mismo muestras en la imagen.