• 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

IG Hotnumbers Mania X

Started by ignatus, Dec 29, 09:44 AM 2018

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ignatus

The hotnumbers thread gave me inspiration to test this. It will not win forever, but short term, i believe it has a good winrate (atleast 80% winrate). if played with a "normal" wingoal...

Procedure; BET all repeaters/hotnumbers (1 number hit 2 times) from the last 10 spins. until 6 hotnumbers bet. Stop/Restart procedure at any ht.

Progression: Negative (i use only a +1 progression, for each Loss) MAXbet=100u

Test 1. (Random spins) Test 2-5 (Live spins) 1u bets.

code (I put a Stoploss at -2000u)

RX-code

system "IG Hotnumbers Mania X"
// © ignatus 2018 ©

method "main"
begin
  while starting a new session
  begin
      put 0 to Record "Highest Bankroll" 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,34,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,
       51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,
       76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100]
                 to Record "progression" Data

        Set List[1,2,3,4,5,6]
       to Record "Bets placed" Data
       
       Set List[1,2,3,4,5,6,7,8,9]
       to Record "Numbers 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
        put 1 on Record "progression" Data Index
        Put 1 to Record "Bets placed" Data Index
       
         Set Max to Record "Hotnumbers" Layout Index
         Add 1 to Record "Hotnumbers" Layout Index
         copy Last Number to Record "Hotnumbers" Layout

         Put 100% of Record "progression" data to Record "Hotnumbers" Layout list
         Put 1 to Record "Numbers Bet" Data Index
    end
    else
    begin}
     clear Record "Hotnumbers" Layout

   Put 1 on Record "progression" Data Index
   Put 1 to Record "Bets placed" Data Index
   Put 1 to Record "Numbers Bet" Data Index
   set flag "bet" true
    end


  IF Record "Numbers Bet" Data Index >= 15
begin
clear Record "Hotnumbers" Layout

   Put 1 on Record "progression" Data Index
   Put 1 to Record "Bets placed" Data Index

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

   Put 100% of Record "progression" data to Record "Hotnumbers" Layout list
   Put 1 to Record "Numbers Bet" Data Index
end


  If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
    clear Record "Hotnumbers" Layout

   Put 1 on Record "progression" Data Index
   Put 1 to Record "Bets placed" Data Index

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

   Put 100% of Record "progression" data to Record "Hotnumbers" Layout list
   Add 1 to Record "Numbers Bet" Data
   End




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

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

    If Record "Numbers Bet" Data Index = 7 each
  begin
  set flag "bet" false
  end



  If total inside bets count = 0 each
  begin
    set flag "bet" true
    put 1 on Record "progression" Data Index
    IF Record "last1" layout is found within Record "last18" layout each
  begin

  put 2 on Record "Bets placed" Data Index

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

   Put 100% of Record "progression" data to Record "Hotnumbers" Layout list
   Add 1 to Record "Numbers Bet" Data Index
  end
  end

  If Record "Bets placed" Data Index = 1 each
  begin
    IF Record "last1" layout is found within Record "last18" layout each
  begin
  IF flag "bet" true each
  begin
   Set Max to Record "Hotnumbers" Layout Index
   Add 1 to Record "Hotnumbers" Layout Index
   copy Record "last1" layout to Record "Hotnumbers" Layout

   Put 100% of Record "progression" data to Record "Hotnumbers" Layout list
   Add 1 to Record "Numbers Bet" Data Index
  end
  end
  end


  If Record "Bets placed" Data Index = 2 each
  begin
    IF Record "last1" layout is found within Record "last18" layout each
  begin
  IF flag "bet" true each
  begin
   Set Max to Record "Hotnumbers" Layout Index
   Add 1 to Record "Hotnumbers" Layout Index
   copy Record "last1" layout to Record "Hotnumbers" Layout

   Put 100% of Record "progression" data to Record "Hotnumbers" Layout list
   Add 1 to Record "Numbers Bet" Data Index
  end
  end
  end
 


  if any inside bet lost each
begin
    add 1 on Record "progression" Data Index
    put 100% of Record "progression" data to Record "Hotnumbers" 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

-