• 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

Positioning Repeater

Started by ignatus, Jun 12, 06:26 AM 2020

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Kattila

Ignatus , there are many versions to test yet, patience .
Some with less numbers to bet

Clf7

Quote from: ignatus on Jun 12, 09:03 AM 2020
Alrighti then  O0 SECOND version of KATTILA's bet was a clear winner (better than my Original bet) NOW i added 1 spin so it will bet in the "window" or (position-bet) spin 4-12. (SEE RX-CODE)

Nice thank you, but 10K are to few spins....let it run for at least 100K so we can see how it runs longterm.Thanks  :thumbsup:

8)

RX-Code KATTILA-Version
system "Pos Repeater KATTILA-Version"
// © ignatus 2020 ©

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

       Set List[1,2,4,8,16,32,64]
                 to Record "progression" Data

        Set List[1,2,3,4]
       to Record "Bets placed" Data

       Set List[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16]
       to Record "Numbers Bet" Data

       Set List[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,
                22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38]
       to Record "spin" Data

       Set List[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,
                22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38]
       to Record "spin2" Data
  end

   while on each spin
  begin

  copy last Number to Record "last1" layout





  If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
     stop session
       set flag "bet" false
   // clear Record "Hotnumbers" Layout
  //  clear Record "Hotnumbers2" Layout
   Put 1 on Record "progression" Data Index
   Put 1 to Record "Bets placed" Data Index
   Put 1 on Record "spin" Data Index

   End



{
if spin count  >= 500 each time
begin
stop session
end
}

{
if total bankroll >= 500 each time
begin
stop session
end
}


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


if Record "spin2" data index >= 4 each
begin
  if flag "bet" false each
  begin
  clear Record "last10" layout
  set flag "W" false
  end
  set flag "Hot" false
  set flag "bet" true
  put 1 to Record "spin2" data index
end



if Record "spin" data index >= 9 each
begin
// set flag "bet2" true
reset all flags false
clear Record "Hotnumbers" Layout
clear Record "last10" Layout
put 1 to Record "spin" Data Index
put 1 to Record "spin2" Data Index

end


if flag "bet" true each
begin
Add 1 to Record "spin" Data Index
end

if flag "Hot" true each
begin
Add 1 to Record "spin2" Data Index
end





if any number bet won each
begin
  if flag "W" true each
  begin
  reset all flags false
  clear Record "Hotnumbers" Layout
  clear Record "last10" Layout
  set flag "Hot" true
  put 1 to Record "spin" Data Index
  put 1 to Record "spin2" Data Index
  end
  set flag "W" true
end





    IF Record "last1" layout is found within Record "last18" layout each
  begin


  // put 1 to Record "spin2" Data Index
   set flag "Hot" true

   Set Max to Record "Hotnumbers" Layout Index
   Add 1 to Record "Hotnumbers" Layout Index
   copy Record "last1" layout to Record "Hotnumbers" Layout
   
  end

 



  Track last Number for 15 spins to
Record "last10" layout


if flag "bet" true each
begin
  put 100% of Record "progression" data to Record "Hotnumbers" Layout list

  put 100% of Record "progression" data to Record "last10" Layout list

end

  Track last Number for 10 spins to
Record "last18" layout


  end
END


Ignatus 10k are to few spins, please let it run for at least 100K spins, so we can see how it runs longterm.Thanks  :thumbsup:

ignatus

WELL. I got advice to use window 4-11....Seems "good" sometimes. But then? Comparing the 4-11 bet to the Original 2-9....The Original window had better Results...

TEST1. window 4-11
TEST2. (original) window 2-9

(same spins)...
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

Just ran test 60 000 spins (FLATBET) Negative trend. Only Hope Flatbet ofc, is Very Short term.

I will run a longer test with progression also hm...:/
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

I was about to Give up on this bet because of all bad results ....BUT (from old lessons i know, POSITIVE PROGRESSIONS will NEVER work Long term) SO? What i Know (from OLD Times) Now, To find the BEST Negative Progression IS MY Formula;

THE NEG. PROGESSION *MUST* BE SHORT, BUT AGRESSIVE. BECAUSE IT MUST MAKE FAST PROFITS, YET BE ALBLE TO RECOVER FROM A TOTAL LOSS OF PROGRESSIONLINE.

So, applying this formula/my wisdom to the BET, Not only did it make good profits, but it was ABLE TO SURVIVE AND PROFIT LONG TERM!!!

THIS "HG PROGRESSION" (For this Bet THEN); 1,3,10,25 STOP

(The Progression/BET i have described in the First post in this thread!)

RX-code HG-PROGRESSION
system "Pos Repeater HG-PROG"
// © ignatus 2020 ©

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

       Set List[1,3,10,25]
                 to Record "progression" Data

        Set List[1,2,3,4]
       to Record "Bets placed" Data

       Set List[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16]
       to Record "Numbers Bet" Data

       Set List[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,
                22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38]
       to Record "spin" Data

       Set List[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,
                22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38]
       to Record "spin2" Data
  end

   while on each spin
  begin

  copy last Number to Record "last1" layout





  If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
    // stop session
     reset all flags false
       set flag "bet" false
   // clear Record "Hotnumbers" Layout
  //  clear Record "Hotnumbers2" Layout
   Put 1 on Record "progression" Data Index
   Put 1 to Record "Bets placed" Data Index
   Put 1 on Record "spin" Data Index

   End



{
if spin count  >= 500 each time
begin
stop session
end
}

{
if total bankroll >= 500 each time
begin
stop session
end



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

if Record "spin2" data index >= 2 each
begin
  if flag "bet" false each
  begin
  clear Record "last10" layout
  set flag "W" false
  end
  set flag "Hot" false
  set flag "bet" true
  put 1 to Record "spin2" data index
end



if Record "spin" data index >= 8 each
begin
// set flag "bet2" true
reset all flags false
clear Record "Hotnumbers" Layout
clear Record "last10" Layout
put 1 to Record "spin" Data Index
put 1 to Record "spin2" Data Index
add 1 to Record "progression" Data Index
end


if flag "bet" true each
begin
Add 1 to Record "spin" Data Index
end

if flag "Hot" true each
begin
Add 1 to Record "spin2" Data Index
end





if any number bet won each
begin
//add 1 to Record "progression" Data Index

//  if Bankroll >= Record "Highest Bankroll" Data
//    begin
  reset all flags false
  clear Record "Hotnumbers" Layout
  clear Record "last10" Layout
  set flag "Hot" true
  put 1 to Record "spin" Data Index
  put 1 to Record "spin2" Data Index
  put 1 to Record "progression" Data Index
//  end
//  end
//  set flag "W" true
end





    IF Record "last1" layout is found within Record "last18" layout each
  begin


  // put 1 to Record "spin2" Data Index
   set flag "Hot" true

   Set Max to Record "Hotnumbers" Layout Index
   Add 1 to Record "Hotnumbers" Layout Index
   copy Record "last1" layout to Record "Hotnumbers" Layout
   
  end

 



  Track last Number for 15 spins to
Record "last10" layout


if flag "bet" true each
begin
  put 100% of Record "progression" data to Record "Hotnumbers" Layout list

  put 100% of Record "progression" data to Record "last10" Layout list

end

  Track last Number for 10 spins to
Record "last18" layout


  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

7 steps, IS the minimum size of the "window-bet" now it will bet spin 5,6,7,8,9,10,11 STOP (After each Repeater/Trigger).

Progressionline (After each "window-bet" (of 7 spins) Lost +1 Step

1,2,5,10,15,35,75


RX.code
system "Pos Repeater 5-11"
// © ignatus 2020 ©

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

       Set List[1,2,5,10,15,35,75]

       //1,1,2,3,4,7,9,14,21,32,47,70,100]
                    to Record "progression" Data

        Set List[1,2,3,4]
       to Record "Bets placed" Data

       Set List[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16]
       to Record "Numbers Bet" Data

       Set List[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,
                22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38]
       to Record "spin" Data

       Set List[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,
                22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38]
       to Record "spin2" Data
  end

   while on each spin
  begin

  copy last Number to Record "last1" layout





  If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
   //  stop session
       set flag "bet" false
   // clear Record "Hotnumbers" Layout
  //  clear Record "Hotnumbers2" Layout
   Put 1 on Record "progression" Data Index
   Put 1 to Record "Bets placed" Data Index
   Put 1 on Record "spin" Data Index

   End



{
if spin count  >= 500 each time
begin
stop session
end
}

{
if total bankroll >= 500 each time
begin
stop session
end



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

if Record "spin2" data index >= 4 each
begin
  if flag "bet" false each
  begin
  clear Record "last10" layout
  set flag "W" false
  end
  set flag "Hot" false
  set flag "bet" true
  put 1 to Record "spin2" data index
end



if Record "spin" data index >= 8 each
begin
// set flag "bet2" true
reset all flags false
clear Record "Hotnumbers" Layout
clear Record "last10" Layout
put 1 to Record "spin" Data Index
put 1 to Record "spin2" Data Index
add 1 on Record "progression" Data Index
end


if flag "bet" true each
begin
Add 1 to Record "spin" Data Index
end

if flag "Hot" true each
begin
Add 1 to Record "spin2" Data Index
end





if any number bet won each
begin
  put 1 to Record "progression" Data Index


{Subtract 5 from Record "progression" data index
if Record "progression" data index <= 0 each
begin
  put 1 to Record "progression" data index
end
}

{ if Bankroll >= Record "Highest Bankroll" Data each
     begin
        clear Record "Highest Bankroll" Data
        put 100% Bankroll to Record "Highest Bankroll" Data
       put 1 to Record "progression" Data Index
     end
}
  reset all flags false
  clear Record "Hotnumbers" Layout
  clear Record "last10" Layout
  set flag "Hot" true
  put 1 to Record "spin" Data Index
  put 1 to Record "spin2" Data Index

end
else
begin
if any number bet lost each
begin
//add 1 on Record "progression" Data Index
end
end





    IF Record "last1" layout is found within Record "last18" layout each
  begin


  // put 1 to Record "spin2" Data Index
   set flag "Hot" true

   Set Max to Record "Hotnumbers" Layout Index
   Add 1 to Record "Hotnumbers" Layout Index
   copy Record "last1" layout to Record "Hotnumbers" Layout

  end





  Track last Number for 15 spins to
Record "last10" layout


if flag "bet" true each
begin
// put 100% of Record "progression" data to Record "Hotnumbers" Layout list

  put 100% of Record "progression" data to Record "last10" Layout list

end

  Track last Number for 10 spins to
Record "last18" layout


  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

daddyPIG

I have modified Ignatus work and  had it run for many days and still running up.
the progression is perfect as I did the calculation on spreadsheet.
but not so sure on the codes I have put it as I am no expert.
did ask some help from Ignatus but...not got any response.
so have no choice but to study the rx codes.

the system is X217 from Ignatus… maybe you guys want to have some tests too. and modify it as you want...idk.

keep exploring and never stop!

ignatus

Quote from: daddyPIG on Jun 18, 06:33 AM 2020
I have modified Ignatus work and  had it run for many days and still running up.
the progression is perfect as I did the calculation on spreadsheet.
but not so sure on the codes I have put it as I am no expert.
did ask some help from Ignatus but...not got any response.
so have no choice but to study the rx codes.

the system is X217 from Ignatus… maybe you guys want to have some tests too. and modify it as you want...idk.

keep exploring and never stop!

Hi :) nice..yes i was thinking about it , but ive been busy...nice you got it work better=)

cheers
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

-