• 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 passed 1 MILLION Random spins.

Started by ignatus, Apr 29, 11:33 AM 2020

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ignatus

Sure you´re not interested.(as usual)

Just wanted to show these Results
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

2BobBet

Looks good , like to tell us about it ?

ignatus

Quote from: 2BobBet on Apr 29, 11:51 AM 2020
Looks good , like to tell us about it ?

it´s the Repeats-system, just with a different setting/progression..
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

Serendipity

The problem is that if you start playing at 600k spin and finish at 700k spin, you'd be losing 60k units.
Otherwise you will win.
Whether you think you can or you can't, you're probably right!

Winner

Quote from: ignatus on Apr 29, 11:33 AM 2020
Sure you´re not interested.(as usual)

Just wanted to show these Results
You should start playing for real money.
As long as your progression are realistic.

ignatus

Quote from: Winner on Apr 29, 01:39 PM 2020
You should start playing for real money.
As long as your progression are realistic.

This one, best played with a BOT, (because of the many numbers to be tracked) ...progression is according to table-limits (MAXBET 100u).
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

Steeefan2014

Quote from: ignatus on Apr 29, 01:56 PM 2020
This one, best played with a BOT, (because of the many numbers to be tracked) ...progression is according to table-limits (MAXBET 100u).

Have you tried it flat bet? I'm asking because the graph doesn't look bad at all

ignatus

Quote from: Steeefan2014 on Apr 29, 02:02 PM 2020
Have you tried it flat bet? I'm asking because the graph doesn't look bad at all

hmm..not with this settings..perhaps i should try ..im doin another run now (1M spins) it takes some time, i will try that later, ok

BTW, the code is already posted in the other thread. (for those with little coding skills you can modify and test yourself...with different settings)..now i added the amount of "hotnumbers"...also progression is little different etc
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

winforus

Ignatus, while I appreciate your efforts into coding this thing, I will say the same thing that others have already mentioned - it is fundamentally flawed.

The only way to have an edge and to win in the long run, is to increase the accuracy of your predictions. The repeater bets have no better accuracy than random bets. Progression is only going to distort this.

You should not be using any progression, unless if you an actual edge.

ignatus

Quote from: winforus on Apr 29, 02:25 PM 2020The repeater bets have no better accuracy than random bets.

Really? well we see about that.

Now, testing Flatbet (The bet IS 35 Hotnumbers) That will be about 18 number bet.

For the Disbelievers i post the code. (That im running now) ok (i don´t know how this chart will look after 1M spins) Now, i am FLATBETTING. so get real? i cant promise anything about "FLATBET" ok

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]
   //,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,22,24,26,30,35,40,45,50,55,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
clear Record "bet" Layout
reset all flags false
end
end

if any inside bet won each
begin
       clear Record "Hotnumbers" Layout
       clear Record "bet" Layout
       reset all flags false
     // add 1 on Record "progression" Data Index
     {  subtract 2 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
      //  clear Record "Hotnumbers" Layout
    end
end



If Record "Last1" layout is found within Record "Last10" layout each
begin
   if total inside bets count <= 24 each
   begin
   Set Max to Record "Hotnumbers" Layout Index
   Add 1 to Record "Hotnumbers" Layout Index
   copy Record "last1" layout to Record "Hotnumbers" Layout
   duplicate Record "Hotnumbers" to Record "bet"
   end
   
  { if Record "Hotnumbers" Layout count = 46 each
          begin
             clear Record "Hotnumbers" Layout
          end
   }
  if record "Hotnumbers" layout count >= 35 each
  begin
  set flag "bet" true
  end

end

if flag "bet" true each
begin
Put 100% of Record "progression" Data to Record "bet" 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 >= 750 each time
begin
stop session
end


if bankroll <= -1500 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

meow

Why is crashing after 600K like that? Also what language/code you are using to run it? (I'm new here).

Quote from: ignatus on Apr 29, 11:33 AM 2020
Sure you´re not interested.(as usual)

Just wanted to show these Results

ignatus

Quote from: meow on Apr 29, 02:37 PM 2020
Why is crashing after 600K like that? Also what language/code you are using to run it? (I'm new here).

ITs because of the "recovery procedure"... (it wont RESET progression Until it reach a new high..) RX (Roulette Xtreme coding)
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 just gave away a "holy grail system" now passed 200 000 spins FLATBET.....owell owell, im a fool, as usual.  :question:
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: ignatus on Apr 29, 02:49 PM 2020
I just gave away a "holy grail system" now passed 200 000 spins FLATBET.....owell owell, im a fool, as usual.  :question:

so far...hmm
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

Steeefan2014

Quote from: winforus on Apr 29, 02:25 PM 2020The repeater bets have no better accuracy than random bets.

Oh really??????? That's a good one! :))))

-