martingale after win
-
Hello. I have a problem. My martingale method is as follows:
The initial lot size is 0.01
After each win, 0.1 is added to the previous lot
And after 4 consecutive wins, the lot size is reset to 0.01
Also, after each loss, the lot size becomes 0.01
Example: 0.01 win 0.11 win 0.21 win 0.31 win 0.41 win 0.01 win 0.11...
Example: 0.01 win 0.11 win 0.21 win 0.31 loss 0.01 win 0.11...
Example: 0.01 loss 0.01 loss 0.01 loss 0.01 win 0.11...Problem: Everything works fine. But when, for example, there are 9 consecutive wins. After 4 wins, it is reset, but after that, the lot size does not increase. Until a loss is made
That is: win 0.11 win 0.21 win 0.31 win 0.41 win 0.01 win 0.01 win 0.01 win 0.01 win 0.01 lose 0.01 win 0.11 win 0.21 ...
How do I solve the problem? I put the pictures and the link
https://fxdreema.com/shared/acUX9FZT

-
You need variables to get that. Are you familiar with variables in fxDreema?
-
Yes, I know the variables. But I don't have a premium plan. I wanted to use the martingale in the buy or sell block. It seems that this martingale is not working properly. I have to buy a premium plan and write it myself
-
If you are a free subscriber now you can build projects with 10 connections maximum. Unless your strategy conditions are VERY simple, yes, you will need to pay for a subscription plan to build it.