Problem with Loop - Roulette Money Management
-

Hi guys, I want to use the roulette capital management method in a very simple strategy.
I used the reverse Martingale method for buy and sell orders, starting the volume at 0.1 and continuing up to 0.3.
However, the problem is that it only repeats once.
For example,
0.1 = Tp
0.2 = Tp
0.3 = TP
Now it should start the same method again from 0.1 and reach 0.3, but all other trades are taken with 0.1.
If anyone can help me, please don't hesitate. I've been struggling with this issue for two months.
Thank you -
0.1 you mean LOT, not TP? If you add a shared link people can see how this is setup
-
-
I have never really used martingale in the blocks, try changing the multiply on profit to 3 and see what happens
-
@jstap I tried this method too, but it didn't work.
How should I define loops for these commands to repeat?
Don't you know? -
Personally, I would set it up separately, so that every new trade it uses a variable to choose the lot and save the trade number into another variable,
Then check this number in a separate tree and change the lot variable accordingly. -
@jstap Sorry i didn't understand
would you show in site adn share it?? -
-
It would be something like this: https://fxdreema.com/shared/pnBP75AGc test and change so it does exactly what you want it to
-
@jstap Ok Thank you very much
-
@jstap Hi Jstap
I fixed it this way, and it worked. You spend more time here. If someone asks you about Roulette money management, guide them this way
https://fxdreema.com/shared/Pu2DFLNjd
(Betting costume sequence-Option)
And thanks about your help yesterday
