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

Roulette-focused => Bet selection => Topic started by: ignatus on Jul 01, 12:12 PM 2019

Title: Hotnumbers Mania
Post by: ignatus on Jul 01, 12:12 PM 2019
Have been experimenting with this bet, and i was uncertain if i should bring up this topic again,...also im not sure about "winrate" i doubt it´s more than 70-80% Max (depending on MM).. Anyway this is the best i could do, so far.

1-7 Hotnumbers bet. (a number repeated from the last 10 spins). When the 8th hotnumber hit, Stop/Restart.

For each *new hotnumber bet* +1 step in the progressionline 1,1,2,2,4,8,16,32 STOP

IF played with a wingoal of 500u (or Less) perhaps this can be playable, idk? more testing is needed

I put a stoploss at  -2000u (for testing).

TEST 1-5 Livespins.

RX-code
system "Hotnumbers Mania"
// © ignatus 2018 ©

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

       Set List[1,1,2,2,4,8,16,32]
                 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
  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  }
    set flag "bet" false
    clear Record "Hotnumbers" Layout
    Put 1 to Record "Bets placed" Data Index
    put 1 to Record "progression" Data Index
    Put 1 to Record "Numbers Bet" Data Index
    Put 1 to Record "Bets placed" Data Index
    //Put 100% of Record "progression" data to Record "Hotnumbers" Layout list
    end
// end

  IF Record "Numbers Bet" Data Index >= 16
begin
set flag "bet" true
end
{ 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
    set flag "bet" false
    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 total bankroll >= 300 each time
begin
stop session
end
}

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





  If total inside bets count = 0 each
  begin
   // 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 flag "bet" false each
begin

  If Record "Bets placed" Data Index = 1 each
  begin
    IF Record "last1" layout is found within Record "last18" layout 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
   Add 1 to Record "progression" Data Index
  end
  end


  If Record "Bets placed" Data Index = 2 each
  begin
    IF Record "last1" layout is found within Record "last18" layout 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
   Add 1 to Record "progression" Data Index
  end
  end

end

if Record "Numbers Bet" Data Index >= 16 each
begin
Add 1 to Record "progression" Data Index
end


  if any inside bet lost each
begin
    put 100% of Record "progression" data to Record "Hotnumbers" Layout list

end


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

  end
END
Title: Re: Hotnumbers Mania
Post by: Face on Jul 01, 01:45 PM 2019
Fantastic! :)
Title: Re: Hotnumbers Mania
Post by: nottophammer on Jul 01, 03:16 PM 2019
Why not use a bankroll of 5000 like the GOLD STANDARD MPR
Then you can see if you can beat Random.org