Hello,
I want help with coding this.
I want to know how many times the figure "RBBBR" appeared 3 times in a row
What I can do is : how many times the "RBBBR" figure appeared
Here is the code:
*********************************************************
system "Patterns_etude"
method "main"
Begin
Track last Red-Black patterns for 5 spins to record "pattern3" Layout
if list [Black, Red, Red, Red, Black] has a pattern match to record "pattern3" Layout
or list [Red, Black, Black, Black, Red] has a pattern match to record "pattern3" Layout
Begin
add 1 to record "Serie 3" data
End
end
*********************************************************************
Thank you for your help.
To clarify do you mean 3 consecutive times in a row
Option 1)
RBBBR RBBBR RBBBR
and/or
BRRRB BRRRB BRRRB
Option 2)
3 times in total during your session
If Option 2 is desired, your current code is ok.
Hello
I want option 1 :
Exemple :
rbbrRBBBRRBBBRRBBBRrbrbbrb
in this session, 3 times in a row the figure RBBBR
rbbrRBBBRbRBBBRRBBBR
In this session, only 2 times in a row
I hope to clarify my request
Not to pry, but what are you really trying to find ?
A pattern of 3, boxed in by the opposite color. My guess is that if this appears, and you bet against the same pattern repeating, you will probably win.
Doesn't anyone play in B and M anymore
English is not my language, it is difficult for me to express myself correctly
For a study on simple odds, I need to have this information.
It will mainly be applied for series of 7 and more.
Rouletteghost, what is the use of this intervention?
I just asked if anyone could give me the code to do this.
If you know how to do it I say a big thank you.
If you do not know how to code it, it does not matter I would manage.