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

Extras => Systems, Products & Services For Sale => Topic started by: ignatus on Apr 05, 11:12 AM 2019

Title: HOTNUMBERS MANIA 3
Post by: ignatus on Apr 05, 11:12 AM 2019
I kindly ask you now, IF you play this/if you like this, make a donation pls link:://paypal.me/ignatus1 (link:://paypal.me/ignatus1)
==================================================================
HOTNUMBERS MANIA 3

+100 000u in 40 000 spins from the first test (Random spins)

It's 1-3 "Hotnumbers" BET. Each number that Repeats (Hits 2 times, from the last 10 numbers) IS bet....First repeater, then a second, then a third. WHEN the fourth repeater hits: Re-start procedure (with that single fourth repeter). Also Re-start procedure at any hit. (with that single repeater hit). When Hit, also Reset progressionline.

Progressionline (Negative, +1 step for each loss);
1,1,1,1,1,2,2,2,2,2,3,3,3,3,3,4,4,4,4,4,5,5,5,5,5,6,6,6,6,6,
8,8,8,8,8,8,12,12,12,12,12,14,14,14,14,14,20,20,20,20,20,26,26,26,26,
35,35,35,35,45,45,45,45,75,75,75,75,100,100,100,100,135,135,135,135,
175,175,175,175,225,225,225,225,300,300,300,300

A TOTAL LOSS would be -9000u something, but, as it looks now (crazy yes?) but it seems to recover good.

TEST 1 (Random spins).

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

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

       Set List[1,1,1,1,1,2,2,2,2,2,3,3,3,3,3,4,4,4,4,4,5,5,5,5,5,6,6,6,6,6,
                8,8,8,8,8,8,12,12,12,12,12,14,14,14,14,14,20,20,20,20,20,26,26,26,26,
                35,35,35,35,45,45,45,45,75,75,75,75,100,100,100,100,135,135,135,135,
                175,175,175,175,225,225,225,225,300,300,300,300]
                 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,17,18,19,20]
       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 to Record "Bets placed" Data Index
    put 1 on Record "progression" Data Index
   // Put 100% of Record "progression" data to Record "Hotnumbers" Layout list
   // end
  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 total bankroll >= 300 each time
begin
stop session
end
}

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

   IF Record "Numbers Bet" Data Index >= 4
begin
IF Record "last1" layout is found within Record "last10" layout each
  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
end



  If total inside bets count = 0 each
  begin
    put 1 on Record "progression" Data Index
    IF Record "last1" layout is found within Record "last10" 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 "last10" layout each
  begin
   //add 1 on Record "progression" 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 = 2 each
  begin
    IF Record "last1" layout is found within Record "last10" layout each
  begin
   //add 1 on Record "progression" 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 = 3 each
  begin
    IF Record "last1" layout is found within Record "last10" layout each
  begin
   //add 1 on Record "progression" 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 = 4 each
  begin
    IF Record "last1" layout is found within Record "last10" layout each
  begin
   //add 1 on Record "progression" 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 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 "last10" layout

  end
END




Title: Re: HOTNUMBERS MANIA 3
Post by: ignatus on Apr 05, 11:40 AM 2019
Well, it's not a "long term winner" (not a grail?) But sure, some nice profits can be made (short-term), however you define "short-term"

most of the time it will win over +1000-2000u before crash, occasinaly it will pass that (as you see in the first chart it reached +60 000u in 20 000 spins....