#1 Roulette Forum & Message Board | www.RouletteForum.cc

IT & Software => Coding for Roulette => Topic started by: drenek on Aug 30, 06:39 AM 2017

Title: RX code : Help me please
Post by: drenek on Aug 30, 06:39 AM 2017
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.
Title: Re: RX code : Help me please
Post by: stringbeanpc on Aug 30, 08:30 AM 2017
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.
Title: Re: RX code : Help me please
Post by: drenek on Aug 30, 10:16 AM 2017
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
Title: Re: RX code : Help me please
Post by: stringbeanpc on Aug 30, 12:55 PM 2017
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.

Title: Re: RX code : Help me please
Post by: RouletteGhost on Aug 30, 01:52 PM 2017
Doesn't anyone play in B and M anymore
Title: Re: RX code : Help me please
Post by: drenek on Aug 30, 05:45 PM 2017
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.