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

News:

Test the accuracy of your method to predict the winning number. If it works, then your system works. But tests over a few hundred spins tell you nothing.

Main Menu
Popular pages:

Roulette System

The Roulette Systems That Really Work

Roulette Computers

Hidden Electronics That Predict Spins

Roulette Strategy

Why Roulette Betting Strategies Lose

Roulette System

The Honest Live Online Roulette Casinos

RX code : Help me please

Started by drenek, Aug 30, 06:39 AM 2017

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

drenek

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.

stringbeanpc

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.

drenek

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

stringbeanpc

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.


RouletteGhost

Doesn't anyone play in B and M anymore
the key to winning with systems : play for a statistically irrelevant number of spins

link:[url="s://m.youtube.com/watch?v=nmJKY59NX8o"]s://m.youtube.com/watch?v=nmJKY59NX8o[/url]

drenek

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.

-