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

News:

Almost every system has been tested many times before. Start by learning what we already know doesn't work, and why.

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

System that passed 400 000 Random spins.

Started by ignatus, Apr 27, 05:23 AM 2020

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

ignatus

Well? I think i did about 1000 trials now:S...I found about "what betselection works, and what does not" etc. Again, Trial and Error, only way to find out....

so, since no-one has shown a serious interest in buying this system (and i don´t have the energy/time) with all the mails/selling/explaning etc. I decided to publish it (FOR FREE) And (Hopefully?) some will donate. idk? donations haven´t worked Ever so far as i have been on this forum i got 0$ in donations, but perhaps this will change, idk... :/ Just for the credits, i was inspired by the "repeaters discussion on the board", so credits to the forum, and all of you. Thank you.

BETSELECTION

This is a REPEATERS System. (You always look for Any repeating number from the Last 10 spins) OK.....You will *not* bet Every spin. You will COLLECT (not any "amount of repeters") BUT (How this was coded and played) You will COLLECT *the Amount of Repeating numbers* (numbers hit 2 times from the last 10 spins) BEFORE placing bets. That´s the Difference. SO....i tested then "What amount of Repeats" WORKS BEST, *Before placing bets* and this amount (from my endless Trials and Errors/testings) WAS *12 Repeters* (in the code the "data record is 13, but calculated as 12) anyways...so That´s the Basics.

PROCEDURE: As you NOTE down EVERY time a repeater come, (note down That number, IF a *new* repeater, IF SAME number repeat as already repeat, you STILL note down *How many Repeats has occured*+Any new repeater that come) SO! FINALLY; WHEN you Got *12 Repeats* (Not 12 "Repeating numbers, that is because some numbers will hit more than 2 times" Then You will PLACE BETS. (That is, you will Bet All numbers noted down).....That amount of repeaters can vary, but it´s always LESS than 12 (obviously) normally it is about 8-9 number BET. OK

PROCEDURE (part 2). AS you´ve placed the Bets, THEN you will ALSO bet Every *new repeter that come* (But i put a limit to MAX 18 Repeaters (within the code). ok....So That´s pretty much it..? As soon you get 1 hit. RESTART Procedure... (All Flatbet ofc) now

Chart 1-3 (FLATBET 5u bets).....Results may vary and results are not Guaranteed. I have seen losing charts also, so idk what the "winrate" would be. About "money management" Stoploss BR etc. That you have to figure yourself (idk)-

Hope you like it. Everyone cheers. And goodluck, (if you want to find tweaks, test yourself, and post your ideas/results in this Tread) But this is the best i could figure, so far (FLATBET).

Thank you.

RX-code
System "Last 10 Repeater"
// © ignatus 2020 ©

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

   Set List [5,5,5,10,10,10,15,15,15,20,20,20,25,25,25,30,30,30,35,35,35,40,40,40,45,45,45,50,50,55,55,60,60,65,65,70,70,
             75,75,80,80,85,85,90,90,95,95,
             100,105,110,115,120,125,130,135,140,145,150,155,160,165,170,175,180,185,190,195,200,210,220,230,240,250,260,
             270,280,290,300,325,350,375,400,425,450,475,500]
   //1,2,3,4,6,9,14,21,32,64,128,256,512,1024]
   to Record "progression" Data

end

while on each spin
begin

copy last Number to Record "last1" layout

if any inside bet lost each
begin
if total inside bets count >= 4 each
begin
//add 1 on Record "progression" Data Index
end
end

if any inside bet won each
begin
       clear Record "Hotnumbers" Layout
       reset all flags false
      // add 1 on Record "progression" Data Index
      { subtract 3 from Record "progression" Data Index
          if Record "progression" Data Index <= 0 each
          begin
          put 1 on Record "progression" Data Index
          end
       }
       if Bankroll >= Record "Highest Bankroll" Data
    begin
        clear Record "Highest Bankroll" Data
        put 100% Bankroll to Record "Highest Bankroll" Data
        put 1 on Record "progression" Data Index
    end
end



If Record "Last1" layout is found within Record "Last10" layout each
begin
   if total inside bets count <= 18 each
   begin
   Set Max to Record "Hotnumbers" Layout Index
   Add 1 to Record "Hotnumbers" Layout Index
   copy Record "last1" layout to Record "Hotnumbers" Layout
   end

  if record "Hotnumbers" layout count >= 13 each
  begin
  set flag "bet" true
  end

end

if flag "bet" true each
begin
Put 100% of Record "progression" Data to Record "Hotnumbers" layout list
end




If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
    reset all flags false
    Put 1 on Record "progression" Data Index
     End


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

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

Track last number for 10 spins to
Record "last10" 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

Tested now 50 Live sessions. With a +250u WG and a -750u SL, it had about a 70-80% "winrate"....

Just one MM idea for testing idk.

System "Last 10 Repeater"
// © ignatus 2020 ©

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

   Set List [5,5,5,10,10,10,15,15,15,20,20,20,25,25,25,30,30,30,35,35,35,40,40,40,45,45,45,50,50,55,55,60,60,65,65,70,70,
             75,75,80,80,85,85,90,90,95,95,
             100,105,110,115,120,125,130,135,140,145,150,155,160,165,170,175,180,185,190,195,200,210,220,230,240,250,260,
             270,280,290,300,325,350,375,400,425,450,475,500]
   //1,2,3,4,6,9,14,21,32,64,128,256,512,1024]
   to Record "progression" Data

end

while on each spin
begin

copy last Number to Record "last1" layout

if any inside bet lost each
begin
if total inside bets count >= 4 each
begin
//add 1 on Record "progression" Data Index
end
end

if any inside bet won each
begin
       clear Record "Hotnumbers" Layout
       reset all flags false
      // add 1 on Record "progression" Data Index
      { subtract 3 from Record "progression" Data Index
          if Record "progression" Data Index <= 0 each
          begin
          put 1 on Record "progression" Data Index
          end
       }
       if Bankroll >= Record "Highest Bankroll" Data
    begin
        clear Record "Highest Bankroll" Data
        put 100% Bankroll to Record "Highest Bankroll" Data
        put 1 on Record "progression" Data Index
    end
end



If Record "Last1" layout is found within Record "Last10" layout each
begin
   if total inside bets count <= 18 each
   begin
   Set Max to Record "Hotnumbers" Layout Index
   Add 1 to Record "Hotnumbers" Layout Index
   copy Record "last1" layout to Record "Hotnumbers" Layout
   end

  if record "Hotnumbers" layout count >= 13 each
  begin
  set flag "bet" true
  end

end

if flag "bet" true each
begin
Put 100% of Record "progression" Data to Record "Hotnumbers" layout list
end




If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
    reset all flags false
    Put 1 on Record "progression" Data Index
     End



if bankroll >= 250 each time
begin
stop session
end

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


Track last number for 10 spins to
Record "last10" 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

Azim

ignatus,
Can you change the >=250  to  0?
Run it and let's see the result.

Thanks, Azim
With right tools and good money management, any gambling activity can produce a steady income.

Steve

Ignatus, i really like your efforts but youre still looking in the wrong area. Youre still not understanding your bet selections have random accuracy. You change nothing. Youre not understanding the basics.
"The only way to beat roulette is by increasing the accuracy of predictions"
Roulettephysics.com ← Professional roulette tips
Roulette-computers.com ← Hidden electronics that predicts the winning number
Roulettephysics.com/roulette-strategy ← Why most systems lose

Winner

Quote from: ignatus on Apr 27, 01:55 PM 2020
Well? I think i did about 1000 trials now:S...I found about "what betselection works, and what does not" etc. Again, Trial and Error, only way to find out....

so, since no-one has shown a serious interest in buying this system (and i don´t have the energy/time) with all the mails/selling/explaning etc. I decided to publish it (FOR FREE) And (Hopefully?) some will donate. idk? donations haven´t worked Ever so far as i have been on this forum i got 0$ in donations, but perhaps this will change, idk... :/ Just for the credits, i was inspired by the "repeaters discussion on the board", so credits to the forum, and all of you. Thank you.

BETSELECTION

This is a REPEATERS System. (You always look for Any repeating number from the Last 10 spins) OK.....You will *not* bet Every spin. You will COLLECT (not any "amount of repeters") BUT (How this was coded and played) You will COLLECT *the Amount of Repeating numbers* (numbers hit 2 times from the last 10 spins) BEFORE placing bets. That´s the Difference. SO....i tested then "What amount of Repeats" WORKS BEST, *Before placing bets* and this amount (from my endless Trials and Errors/testings) WAS *12 Repeters* (in the code the "data record is 13, but calculated as 12) anyways...so That´s the Basics.

PROCEDURE: As you NOTE down EVERY time a repeater come, (note down That number, IF a *new* repeater, IF SAME number repeat as already repeat, you STILL note down *How many Repeats has occured*+Any new repeater that come) SO! FINALLY; WHEN you Got *12 Repeats* (Not 12 "Repeating numbers, that is because some numbers will hit more than 2 times" Then You will PLACE BETS. (That is, you will Bet All numbers noted down).....That amount of repeaters can vary, but it´s always LESS than 12 (obviously) normally it is about 8-9 number BET. OK

PROCEDURE (part 2). AS you´ve placed the Bets, THEN you will ALSO bet Every *new repeter that come* (But i put a limit to MAX 18 Repeaters (within the code). ok....So That´s pretty much it..? As soon you get 1 hit. RESTART Procedure... (All Flatbet ofc) now

Chart 1-3 (FLATBET 5u bets).....Results may vary and results are not Guaranteed. I have seen losing charts also, so idk what the "winrate" would be. About "money management" Stoploss BR etc. That you have to figure yourself (idk)-

Hope you like it. Everyone cheers. And goodluck, (if you want to find tweaks, test yourself, and post your ideas/results in this Tread) But this is the best i could figure, so far (FLATBET).

Thank you.

RX-code
System "Last 10 Repeater"
// © ignatus 2020 ©

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

   Set List [5,5,5,10,10,10,15,15,15,20,20,20,25,25,25,30,30,30,35,35,35,40,40,40,45,45,45,50,50,55,55,60,60,65,65,70,70,
             75,75,80,80,85,85,90,90,95,95,
             100,105,110,115,120,125,130,135,140,145,150,155,160,165,170,175,180,185,190,195,200,210,220,230,240,250,260,
             270,280,290,300,325,350,375,400,425,450,475,500]
   //1,2,3,4,6,9,14,21,32,64,128,256,512,1024]
   to Record "progression" Data

end

while on each spin
begin

copy last Number to Record "last1" layout

if any inside bet lost each
begin
if total inside bets count >= 4 each
begin
//add 1 on Record "progression" Data Index
end
end

if any inside bet won each
begin
       clear Record "Hotnumbers" Layout
       reset all flags false
      // add 1 on Record "progression" Data Index
      { subtract 3 from Record "progression" Data Index
          if Record "progression" Data Index <= 0 each
          begin
          put 1 on Record "progression" Data Index
          end
       }
       if Bankroll >= Record "Highest Bankroll" Data
    begin
        clear Record "Highest Bankroll" Data
        put 100% Bankroll to Record "Highest Bankroll" Data
        put 1 on Record "progression" Data Index
    end
end



If Record "Last1" layout is found within Record "Last10" layout each
begin
   if total inside bets count <= 18 each
   begin
   Set Max to Record "Hotnumbers" Layout Index
   Add 1 to Record "Hotnumbers" Layout Index
   copy Record "last1" layout to Record "Hotnumbers" Layout
   end

  if record "Hotnumbers" layout count >= 13 each
  begin
  set flag "bet" true
  end

end

if flag "bet" true each
begin
Put 100% of Record "progression" Data to Record "Hotnumbers" layout list
end




If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
    reset all flags false
    Put 1 on Record "progression" Data Index
     End


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

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

Track last number for 10 spins to
Record "last10" layout

  end
END

I guess my question would be how many actual bets are made in this 400.000 spins what is the wait time between hits ?

ignatus

Quote from: Azim on Apr 27, 05:50 PM 2020
ignatus,
Can you change the >=250  to  0?
Run it and let's see the result.

Thanks, Azim

Now, played (without WG), just stoploss -750u

System "Last 10 Repeater"
// © ignatus 2020 ©

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

   Set List [5,5,5,10,10,10,15,15,15,20,20,20,25,25,25,30,30,30,35,35,35,40,40,40,45,45,45,50,50,55,55,60,60,65,65,70,70,
             75,75,80,80,85,85,90,90,95,95,
             100,105,110,115,120,125,130,135,140,145,150,155,160,165,170,175,180,185,190,195,200,210,220,230,240,250,260,
             270,280,290,300,325,350,375,400,425,450,475,500]
   //1,2,3,4,6,9,14,21,32,64,128,256,512,1024]
   to Record "progression" Data

end

while on each spin
begin

copy last Number to Record "last1" layout

if any inside bet lost each
begin
if total inside bets count >= 4 each
begin
//add 1 on Record "progression" Data Index
end
end

if any inside bet won each
begin
       clear Record "Hotnumbers" Layout
       reset all flags false
      // add 1 on Record "progression" Data Index
      { subtract 3 from Record "progression" Data Index
          if Record "progression" Data Index <= 0 each
          begin
          put 1 on Record "progression" Data Index
          end
       }
       if Bankroll >= Record "Highest Bankroll" Data
    begin
        clear Record "Highest Bankroll" Data
        put 100% Bankroll to Record "Highest Bankroll" Data
        put 1 on Record "progression" Data Index
    end
end



If Record "Last1" layout is found within Record "Last10" layout each
begin
   if total inside bets count <= 18 each
   begin
   Set Max to Record "Hotnumbers" Layout Index
   Add 1 to Record "Hotnumbers" Layout Index
   copy Record "last1" layout to Record "Hotnumbers" Layout
   end

  if record "Hotnumbers" layout count >= 13 each
  begin
  set flag "bet" true
  end

end

if flag "bet" true each
begin
Put 100% of Record "progression" Data to Record "Hotnumbers" layout list
end




If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
    reset all flags false
    Put 1 on Record "progression" Data Index
     End


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

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


Track last number for 10 spins to
Record "last10" 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

Quote from: Steve on Apr 27, 06:24 PM 2020
Ignatus, i really like your efforts but youre still looking in the wrong area. Youre still not understanding your bet selections have random accuracy. You change nothing. Youre not understanding the basics.

As always "maybe so", but this i demonstrated FLATBET (as was the wish), now it had a 70-80% winrate FLATBET. YOU may have a Flatbet-system with "higher winrate", show me Any one got a FLATBET system with 70-80% "winrate" on this forum then ok.....

Now, depending on the BR, resuts may vary, also possible to add a mild progression (That is still not forbidden), why should it be?...
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

Azim

ignatus,

I don't have RX...  Can't test it. Do you mind doing it?
With right tools and good money management, any gambling activity can produce a steady income.

ignatus

Quote from: Azim on Apr 27, 08:45 PM 2020
ignatus,

I don't have RX...  Can't test it. Do you mind doing it?

no. download RX-trial or buy the software, i have done enough.
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

Added progression Now. MAXBET 100u

Progressionline; 1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,11,12,13,14,15,17,20,22,24,28,30,33,38,45,50,65,75,85,100

+1 Step for Each LOSS and Each WIN (and Reset when reached a new high)...

RX.code
System "Last 10 Repeater"
// © ignatus 2020 ©

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

   Set List [1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,11,12,13,14,15,17,20,22,24,28,30,33,38,45,50,65,75,85,100]
   {5,5,5,10,10,10,15,15,15,20,20,20,25,25,25,30,30,30,35,35,35,40,40,40,45,45,45,50,50,55,55,60,60,65,65,70,70,
             75,75,80,80,85,85,90,90,95,95,
             100,105,110,115,120,125,130,135,140,145,150,155,160,165,170,175,180,185,190,195,200,210,220,230,240,250,260,
             270,280,290,300,325,350,375,400,425,450,475,500]
   }
   //1,2,3,4,6,9,14,21,32,64,128,256,512,1024]
   to Record "progression" Data

end

while on each spin
begin

copy last Number to Record "last1" layout

if any inside bet lost each
begin
if total inside bets count >= 4 each
begin
add 1 on Record "progression" Data Index
clear Record "Hotnumbers" Layout
end
end

if any inside bet won each
begin
       clear Record "Hotnumbers" Layout
       reset all flags false
       add 1 on Record "progression" Data Index
      { subtract 1 from Record "progression" Data Index
          if Record "progression" Data Index <= 0 each
          begin
          put 1 on Record "progression" Data Index
          end
       }
       if Bankroll >= Record "Highest Bankroll" Data
    begin
        clear Record "Highest Bankroll" Data
        put 100% Bankroll to Record "Highest Bankroll" Data
        put 1 on Record "progression" Data Index
    end
end



If Record "Last1" layout is found within Record "Last10" layout each
begin
   if total inside bets count <= 18 each
   begin
   Set Max to Record "Hotnumbers" Layout Index
   Add 1 to Record "Hotnumbers" Layout Index
   copy Record "last1" layout to Record "Hotnumbers" Layout
   end

  if record "Hotnumbers" layout count >= 22 each
  begin
  set flag "bet" true
  end

end

if flag "bet" true each
begin
Put 100% of Record "progression" Data to Record "Hotnumbers" layout list
end




If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
    reset all flags false
    Put 1 on Record "progression" Data Index
     End


{
if bankroll >= 1000 each time
begin
stop session
end


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

Track last number for 10 spins to
Record "last10" 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

VENERE98

Quote from: cht on Apr 27, 09:28 AM 2020
This proposal makes sense.

It's very difficult to devise a systems betting strategy that has a positive edge.
We all hv tried and failed.
Based on the content on forum there's nothing here that grants a positive edge. Nothing.
So, good proposal to pool your brains as one work together.
As a group you might get lucky.

con 75000 boule qualsiasi sistema cadrebbe, sei sicuro che proprio tutti ???? dipende dal modo di vedere le cose, io faccio profitti, e mi bastano 1000 boule al giorno, perche' dovrei continuare, poi ognuno ha il suo modo di vedere la roulette, ma alla fine se per 360 giorni all'anno vinci ogni giorno, io reputo un sistema vincente

praline

Quote from: ignatus on Apr 27, 05:23 AM 2020
i am willing to sell this now, it´s not a "Grail" but very close, so im thinking now perhaps a price between 200-300$ IF anyone interested.

If you are willing to sell it, you should also modify "max drop down"

Otherwise it's clear that you are a cheater.

Lowest -11 952
At spin 91181


Where is it, Ignatus???
I don't have TheHolyGrail.

praline

Quote from: VENERE98 on Nov 10, 03:57 PM 2020con 75000 boule qualsiasi sistema cadrebbe, sei sicuro che proprio tutti ? dipende dal modo di vedere le cose, io faccio profitti, e mi bastano 1000 boule al giorno, perche' dovrei continuare, poi ognuno ha il suo modo di vedere la roulette, ma alla fine se per 360 giorni all'anno vinci ogni giorno, io reputo un sistema vincente


E vai a vincere...allora


Che minchia rompi alla gente?!
I don't have TheHolyGrail.

praline

          Venere       del cazzo   

Registered        Oct 28, 08:17 AM 2020
Local time        Nov 10, 05:35 PM 2020
Last Active       Today at 06:07 PM

            Leoncino del cazzo

Registered     Oct 15, 04:41 PM 2019
Local time     Nov 10, 05:35 PM 2020
Last Active     Today at 03:14 PM



Now look who rated "them" :

I don't have TheHolyGrail.

-