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

News:

The only way to beat roulette is by increasing accuracy of predictions (changing the odds). This is possible on many real wheels.

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

Last 12 numbers Repeater v7

Started by ignatus, Mar 07, 03:55 PM 2019

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ignatus

OK, here's the first version of irish88 idea/modified (not simple "last 12" but each number bet, upto 12 numbers bet...(then restart procedure and +1 steo in the progressionline, a simple fibonacci-negative progressionline)....Progression only Reset IF win and reach a new high...

demo-version (sl/wg -5000/+10 000)

Credits to Normy2000 & irish88  O0


RX code "Last12 Repeater v7"


System "Repeater / Last 12 v7"
//(copyright) ignatus 2019

method "main"
begin
while starting a new session
begin
   put 0 to Record "Highest Bankroll" Data

   Set List [1,2,3,5,8,13,21,34,55,89]
    to Record "progression" Data
   Set List [1,2,3,4,5,6,7,8,9,10,11,12,13] to Record "Number Bet" Data
end

while on each spin
begin

copy last Number to Record "last1" layout


if any number bet won each
begin
if Bankroll >= Record "Highest Bankroll" Data
    begin
        clear Record "Hotnumbers" Layout
        clear Record "Highest Bankroll" Data
        put 100% Bankroll to Record "Highest Bankroll" Data

        clear Record "last12" layout
        put 1 on Record "progression" Data Index
        put 1 to Record "Number Bets" Data Index

     //   Put 100% of Record "progression" data to Record "last12" Layout list
    end
    else
    begin
    clear Record "last12" layout
        add 1 on Record "progression" Data Index
        put 1 to Record "Number Bets" Data Index

      //  Put 100% of Record "progression" data to Record "last12" Layout list
   end
end


{If total inside bets count >= 12 each
  begin
   clear Record "last12" layout
   add 1 on Record "progression" Data Index
   Put 1 on Record "Numbers Bet" Data Index
  end
}

If Record "last12" layout list lost each time
begin
   Put 100% of Record "progression" data to Record "last12" Layout list
  // add 1 on Record "Number Bet" Data Index
end





Put 100% of Record "progression" Data to Record "last12" layout list

add 1 on Record "Number Bet" Data Index


{If total inside bets count = 0 each
begin
Put 1 on Record "progression" Data Index
//Put 100% of Record "progression" Data to Record "last12" layout list
end}

If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
     clear Record "last12" layout
     Put 1 on Record "progression" Data Index
     Put 1 on Record "Numbers Bet" Data
    End

Track last Number for 12 spins to
Record "last12" layout

if total bankroll >= 10000 each time
begin
stop session
end

if total bankroll <= -5000 each time
begin
stop session
end

  end
END


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

ignatus

This is version 8, (Last 12 number bet, with a simple Negative 12 numbers progression+ Do not reset Until reached a new high...) I think, recovery is good,..but this was for demonstration,..If you got better ideas about progression etc, let me know...

Again credits to Normy2000 & irish88...  O0


RX-code "Last 12 v8"


System "Repeater / Last 12 v8"
//(copyright) ignatus 2019

method "main"
begin
while starting a new session
begin
   put 0 to Record "Highest Bankroll" Data

   Set List [1,1,2,3,4,6,9,14,21,31,47,70]
    to Record "progression" Data
   Set List [1,2,3,4,5,6,7,8,9,10,11,12,13] to Record "Number Bet" Data
end

while on each spin
begin

copy last Number to Record "last1" layout


if any number bet won each
begin
if Bankroll >= Record "Highest Bankroll" Data
    begin
        clear Record "Hotnumbers" Layout
        clear Record "Highest Bankroll" Data
        put 100% Bankroll to Record "Highest Bankroll" Data

        clear Record "last12" layout
        put 1 on Record "progression" Data Index
        put 1 to Record "Number Bets" Data Index

     //   Put 100% of Record "progression" data to Record "last12" Layout list
    end
    else
    begin
    clear Record "last12" layout
        add 1 on Record "progression" Data Index
        put 1 to Record "Number Bets" Data Index

      //  Put 100% of Record "progression" data to Record "last12" Layout list
   end
end

{
If Record "Last12" layout list lost each time
begin
   Put 100% of Record "progression" data to Record "last12" Layout list
end
}










IF Record "last12" layout count = 12 each
Begin
Put 100% of Record "progression" Data to Record "last12" layout list
add 1 on Record "progression" Data Index
end

add 1 on Record "Number Bet" Data Index






{If total inside bets count = 0 each
begin
Put 1 on Record "progression" Data Index
//Put 100% of Record "progression" Data to Record "last12" layout list
end}

If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
     clear Record "last12" layout
     Put 1 on Record "progression" Data Index
     Put 1 on Record "Numbers Bet" Data
    End

Track last Number for 12 spins to
Record "last12" layout

if total bankroll >= 10000 each time
begin
stop session
end

if total bankroll <= -5000 each time
begin
stop session
end

  end
END
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

Gandhi

did you test flat betting first?

-