Labourchere
-
Hi! I'm making an EA, with reverse Labouchere.
1-2-3-4
And I want to know how to reset the series after a certain volume (eg 10)
Start 5 win
next 6 win
next 7 win
next 8 win
next 9 win
next 10 win (reset)
Next 5...Thanks and sorry for my English.

-
I don't remember exacrly how this worked, but I think that the reset happens automatically, depending on the list. There is no other option to reset, obviously
-
I try to explain in a few words, for my English.
Reverse Labouchere:
Series = 1-2-3-4
BET 1 = (1 + 4 final figures) = 5
WIN
BET 2 = (add 5 to the series) - Series = 1-2-3-4-5 bet 6 (1 + 5)
WIN
BET 3 = Series = 1-2-3-4-5-6 BET= 7 (1 + 6)
...
When you win you add the number of the last bet ... until sticking a limit of eg 10 (1-2-3-4-5-6-7-8-9-10 reset 1-2-3-4) ... but it is infinite in Fxdrema.
I want to follow the example, when I get to 7 units reset the series, to 1-2-3-4 ...
Only restarts before a slump where the numbers are deleted:
1-2-3-4
Bet 1 = 5 (1 + 4)
LOSS
Delete 1 and 4 ... series is 2-3
Bet 2 = 5 (2 + 3)
LOSS
Delete 2 and 3 ... not more numbers in the series. reset
Ie only restarts for loss.
Maybe changing the magic number when the series came to my goal? -
I mean that I am confused by my own code for this MM and I'm a little bit lazy to make more options for this one. And I'm not sure that this will make some difference in the end profit
Well, I will look at it if you really want to.Yes, changing the group number will reset everything. There are arrays who remember the current state for each group. Normally there is only one group, but if any other appears, it should work with it independently. But this is something like a trick and I don't like tricks, because you will eventually forget about it. But because I think that the EA will not become more profitable by resetting it after the 10th turn, you can try it. There is a block that checks consecutive profits and if you use a Variable for the group number, after 10 consecutive profits this variable can be incremented.
There is also another option for custom sequences, one for profits and another for losses, but they are not interdependent: http://prntscr.com/8qnxcj If the profit list has 10 steps it will reset after the 10th step as you want. But in the middle of that sequence, if any loss happens, the loss sequence will start from it's beginning.