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

News:

Every system can win in the short-term. It just depends on the spins you play.

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

Fun test

Started by Normy2000, Dec 22, 05:03 PM 2018

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Normy2000

Look to work fine on Bervoyager NoZero Real money spins i collected myself in 2012

We start betting 18$ on 18 numbers.
If win, we bet 17$ on 17 numbers
If win again, we bet 16$ on 16 numbers
If win again, we bet 15$ on 15 numbers
and so on until we reach 12$ on 12 numbers, then we stay there..

If lose, we bet 20$ on 20 numbers
If lose again, we bet 22$ on 22 numbers
If lose again, we bet 24$ on 24 numbers, then we stay there.

Procedure:
Start betting 18$ on 18 numbers.
-1$ and -1 number on a win,
+2$ and +2 numbers on a lose.



Here is the code for RX
[reveal]
system "incrase-decrase group2bet"

method "main"
begin
    While starting a new session
    begin
        set flag "skip first spin" to false
        call "initialize";
    end
    call "check win"
    call "place bets"
end

// ***************************************************************************
method "check win"
begin
    if flag "skip first spin" is false
    begin
        return
    end

    if net > 0
    and record "group2bet" data > 12
    begin
        subtract 1 on record "group2bet" data
    end

    if net < 0
    and record "group2bet" data <= 22
    begin
        add 2 on record "group2bet" data
    end
end
// ***************************************************************************

method "place bets"
begin
   set flag "skip first spin" to true
   
   if record "group2bet" data = 12
   begin
        put 100% record "group2bet" data on record "12" layout list
        exit
    end

   if record "group2bet" data = 13
   begin
        put 100% record "group2bet" data on record "13" layout list
        exit
    end

   if record "group2bet" data = 14
   begin
        put 100% record "group2bet" data on record "14" layout list
        exit
    end

   if record "group2bet" data = 15
   begin
        put 100% record "group2bet" data on record "15" layout list
        exit
    end
   
   if record "group2bet" data = 16
   begin
        put 100% record "group2bet" data on record "16" layout list
        exit
    end

   if record "group2bet" data = 17
   begin
        put 100% record "group2bet" data on record "17" layout list
        exit
    end

   if record "group2bet" data = 18
   begin
        put 100% record "group2bet" data on record "18" layout list
        exit
    end

   if record "group2bet" data = 19
   begin
        put 100% record "group2bet" data on record "19" layout list
        exit
    end
   
   if record "group2bet" data = 20
   begin
        put 100% record "group2bet" data on record "20" layout list
        exit
    end

   if record "group2bet" data = 21
   begin
        put 100% record "group2bet" data on record "21" layout list
        exit
    end

   if record "group2bet" data = 22
   begin
        put 100% record "group2bet" data on record "22" layout list
        exit
    end

   if record "group2bet" data = 23
   begin
        put 100% record "group2bet" data on record "23" layout list
        exit
    end
   
   if record "group2bet" data = 24
   begin
        put 100% record "group2bet" data on record "24" layout list
        exit
    end
end

// ***************************************************************************
method "initialize"
begin
    put 18 on record "group2bet" data

    copy list [7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30] to record "24" layout;
    copy list [7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29] to record "23" layout;
    copy list [8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29] to record "22" layout;
    copy list [8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28] to record "21" layout;
    copy list [9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28] to record "20" layout;
    copy list [9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27] to record "19" layout;
    copy list [10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27] to record "18" layout;
    copy list [10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26] to record "17" layout;
    copy list [11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26] to record "16" layout;
    copy list [11,12,13,14,15,16,17,18,19,20,21,22,23,24,25] to record "15" layout;
    copy list [12,13,14,15,16,17,18,19,20,21,22,23,24,25] to record "14" layout;
    copy list [12,13,14,15,16,17,18,19,20,21,22,23,24] to record "13" layout;
    copy list [13,14,15,16,17,18,19,20,21,22,23,24] to record "12" layout;
end
[/reveal]

Have fun,  8)
nOrMy2o0o  ‹(•¿•)›
"Learn from yesterday, live for today, hope for tomorrow. The important thing is not to stop questioning."  Albert Einstein

Normy2000

Longer test...
nOrMy2o0o  ‹(•¿•)›
"Learn from yesterday, live for today, hope for tomorrow. The important thing is not to stop questioning."  Albert Einstein

Normy2000

More tests.
From best to worst results...
The first one is a dream session; $19K in 1200 spins  :love:

nOrMy2o0o  ‹(•¿•)›
"Learn from yesterday, live for today, hope for tomorrow. The important thing is not to stop questioning."  Albert Einstein

ignatus

Quote from: Normy2000 on Dec 22, 05:03 PM 2018We start betting 18$ on 18 numbers.

Great Normy, just one idea/trigger ? (IF you know how to code it, i don't know) BET the 18 UNHIT numbers /(not the last 18 Hit numbers)..etc?
If you like to donate link::[url="//paypal.me/ignatus1"]//paypal.me/ignatus1[/url]

"Focus on predicting wheel sectors where the ball is expected to land" ~Steve

Normy2000

Right now my starting 18 numbers are street 4 to 9, then i add or remove numbers on either side.

copy list [10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27] to record "18" layout;

It might be a good idea to set a better bet selection like:

- the numbers that have at least 1 hit in last 40-50 spins
or
- the numbers that have the best S.D. in last 40-50 spins
or like you suggest,
- the numbers that have not hit in last 40-50 spins

May be with a better bet selection it will work with 37 numbers  :question:
nOrMy2o0o  ‹(•¿•)›
"Learn from yesterday, live for today, hope for tomorrow. The important thing is not to stop questioning."  Albert Einstein

-