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

News:

Odds and payouts are different things. If either the odds or payouts don't change, then the result is the same - eventual loss.

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

Progressive Line BET 90%-100% winrate

Started by ignatus, Jul 15, 10:21 AM 2019

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ignatus

Well now, had this idea now, bet 1-4 LINES in a progressive test, and?? from my testings now (with a 750u minimum BR, and MAX 300 spins) it had a 90%-100% winrate.

Tested over 50 Live-sessions.

Procedure; BEGIN Bet Line (1-6), next spin BET Line (7-12), next spin BET Line (13-18), next spin BET Line (19-24). After 4 Lines Bet, STOP and keep the same bet, Until hit. Stop/Restart procedure at any hit.

Progressionline; 1,1,2,5,15,45,135,405 STOP

RX-code
system "Progressive Lines BET"
// © ignatus 2019 ©

method "main"
begin
  while starting a new session
  begin
       Set List [1,1,2,5,15,45,135,405]
        to Record "progression" Data
       

  end
   put 0 to Record "Highest Bankroll" Data

       Copy List [Line(1-6)] to Record "L1" Layout
       Copy List [Line(7-12)] to Record "L2" Layout
       Copy List [Line(13-18)] to Record "L3" Layout
       Copy List [Line(19-24)] to Record "L4" Layout


        Copy List [3rd dozen] to Record "doz3" Layout


  while on each spin
  begin
 
  if flag "L3" true each
  begin
  set flag "L4" true
  end

   if flag "L2" true each
  begin
  set flag "L3" true
  end

  if flag "L1" true each
  begin
  set flag "L2" true
  end

  if flag "L1" false each
  begin
  set flag "L1" true
  end
 
   
    IF any inside bet lost each
  begin
     add 1 on Record "progression" Data Index
  end

   If any inside bet won each
  begin
      set flag "L1" false
      set flag "L2" false
      set flag "L3" false
      set flag "L4" false

      Put 1 on Record "progression" Data Index

      clear Record "L1" Layout
      clear Record "L2" Layout
      clear Record "B3" Layout
      clear Record "B4" Layout
  end
 

  if total spin count >= 300 each
  begin
  stop session
  end

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

  if total bankroll >= 750 each
  begin
  stop session
  end




IF flag "L1" true each
  begin
  Put 100% of Record "progression" Data to Record "L1" Layout List
  end
 
  IF flag "L2" true each
  begin
  Put 100% of Record "progression" Data to Record "L2" Layout List
  end
 
  IF flag "L3" true each
  begin
  Put 100% of Record "progression" Data to Record "L3" Layout List
  end
 
  IF flag "L4" true each
  begin
  Put 100% of Record "progression" Data to Record "L4" Layout List
  end




 

If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
      set flag "L1" false
      set flag "L2" false
      set flag "L3" false
      set flag "L4" false

      Put 1 on Record "progression" Data Index

      clear Record "L1" Layout
      clear Record "L2" Layout
      clear Record "B3" Layout
      clear Record "B4" Layout
    End
   



  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

Sparks

like the sound of this idea. confused on one part though:

if all 4 lines loses, do you carry on betting line 4 until hit? or do you start again at 1?

Thanks!

ignatus

Quote from: Sparks on Jul 15, 10:48 AM 2019
like the sound of this idea. confused on one part though:

if all 4 lines loses, do you carry on betting line 4 until hit? or do you start again at 1?

Thanks!

The way i tested i keep the 4 Lines bet,..yes
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

Sparks

ok i think i understand now

so it goes:
step 1 - bet line 1: lose- move to step 2, win- stop and reset
step 2 - bet line 1 + 2: lose- move to step 3, win- stop and reset
step 3 - bet line 1 + 2 + 3: lose- move to step 4, win- stop and reset
step 4 - bet 1 + 2 + 3 + 4 : lose- move to step 5, win- stop and reset
step 5 - bet 1 + 2 + 3 + 4 until win or stop-loss

ignatus

Quote from: Sparks on Jul 15, 12:04 PM 2019
ok i think i understand now

so it goes:

This is how i played/tested...(MAX 300 Spins) ofc Less spins would give Less risk(?) etc,,Minimum BR 750u.

step 1 - bet line (1-6) 1u: lose- move to step 2, win- stop and reset
step 2 - bet line (1-6)+(7-12) 1u: lose- move to step 3, win- stop and reset
step 3 - bet line (1-6)+(7-12)+(13-18) 2u: lose- move to step 4, win- stop and reset
step 4 - bet line (1-6)+(7-12)+(13-18)+(19-24) 5u : lose- move to step 5, win- stop and reset
step 5 - bet line (1-6)+(7-12)+(13-18)+(19-24) 15,45,135,405... stop
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

Thank you Ignatus! Impressive!

Tell me please, you have there ' Copy List [3rd dozen] to Record "doz3" Layout '   -> do you use it eventually?

Thx and keep up the good work!
Whether you think you can or you can't, you're probably right!

ignatus

Quote from: Serendipity on Jul 16, 04:28 AM 2019
Thank you Ignatus! Impressive!

Tell me please, you have there ' Copy List [3rd dozen] to Record "doz3" Layout '   -> do you use it eventually?

Thx and keep up the good work!

Thanks :) No, that was some old code..
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

Stevof1

Hi, Ignatus, very similar to my progressive line bet, although I only bet 3 lines. But I'll take yours as an improvement! Do you start progression once 4 lines bet?

It's as close to a perfect system as you'll get. Definitely worth testing.

poluvolo

HI  GUYS
its  close to HERMES  DOUBLE STREET SYSTEM  or not?

Serendipity

Ignatus has found the holy grail. That's why he is missing for many days now.

Do share do share!

thx
Whether you think you can or you can't, you're probably right!

Tekunda

Ignatus, I assume this system is only playable as a bot? It looks like it needs hundreds of spins to create a worthwhile profit?

Gitano


Roulettebeater

Ignatius

I am gonna open a champagne 🍾 for you
A dollar won is twice as sweet as as a dollar earned

ignatus

Quote from: Roulettebeater on Jul 29, 12:49 PM 2019
Ignatius

I am gonna open a champagne 🍾 for you

Yes, thank you... i will do that too, soon enough!  O0

NOW, im pretty much in a state of shock, why?? You will see THIS??!! (Stats from running this system) hmmmm...

==========================
Total spins=72 852

905/1132=80% winrate

(+250/-500)
Lost:227*500=113500
Won:905*250=226250

Total=+112750u
==========================
Total spins=77148

967/1217=79% winrate

(+250/-500)
Lost:250*500=125000
Won:967*250=241750

Total=+116750u
=========================

Do you see?? hmmm....+ 100000u hehehe... W T F? there no mistake about it, i ran 2 test exact the same results..O0

So, there you go. There is the HG.

Cheers  8)

(i post the code i did the testings with now... WG+250/SL-500)
system "Progressive Lines BET"
// © ignatus 2019 ©

method "main"
begin
  while starting a new session
  begin
       Set List [5,5,10,25,75,225]
        to Record "progression" Data
       

  end
   put 0 to Record "Highest Bankroll" Data

       Copy List [Line(1-6)] to Record "L1" Layout
       Copy List [Line(7-12)] to Record "L2" Layout
       Copy List [Line(13-18)] to Record "L3" Layout
       Copy List [Line(19-24)] to Record "L4" Layout


        Copy List [3rd dozen] to Record "doz3" Layout


  while on each spin
  begin
 
  if flag "L3" true each
  begin
  set flag "L4" true
  end

   if flag "L2" true each
  begin
  set flag "L3" true
  end

  if flag "L1" true each
  begin
  set flag "L2" true
  end

  if flag "L1" false each
  begin
  set flag "L1" true
  end
 
   
    IF any inside bet lost each
  begin
     add 1 on Record "progression" Data Index
  end

   If any inside bet won each
  begin
      set flag "L1" false
      set flag "L2" false
      set flag "L3" false
      set flag "L4" false

      Put 1 on Record "progression" Data Index

      clear Record "L1" Layout
      clear Record "L2" Layout
      clear Record "B3" Layout
      clear Record "B4" Layout
  end
 

{ if total spin count >= 300 each
  begin
  stop session
  end
  }
  if total bankroll <= -500 each
  begin
   { add 1 to record "lost sessions" data index
    put 0 on total bankroll
    put 1 on Record "progression" Data Index
    }
  stop session
  end

  if total bankroll >= 250 each
  begin
   {
    add 1 to record "won sessions" data index
    put 0 on total bankroll
    put 1 on Record "progression" Data Index
    }
  stop session
  end




IF flag "L1" true each
  begin
  Put 100% of Record "progression" Data to Record "L1" Layout List
  end
 
  IF flag "L2" true each
  begin
  Put 100% of Record "progression" Data to Record "L2" Layout List
  end
 
  IF flag "L3" true each
  begin
  Put 100% of Record "progression" Data to Record "L3" Layout List
  end
 
  IF flag "L4" true each
  begin
  Put 100% of Record "progression" Data to Record "L4" Layout List
  end




 

If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
      set flag "L1" false
      set flag "L2" false
      set flag "L3" false
      set flag "L4" false

      Put 1 on Record "progression" Data Index

      clear Record "L1" Layout
      clear Record "L2" Layout
      clear Record "B3" Layout
      clear Record "B4" Layout
    End


  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

Winner

Quote from: ignatus on Aug 23, 02:13 PM 2019
Yes, thank you... i will do that too, soon enough!  O0

NOW, im pretty much in a state of shock, why?? You will see THIS??!! (Stats from running this system) hmmmm...

==========================
Total spins=72 852
My question is how many times have you hit 8 in a row that’s $1620 for a bet ?

905/1132=80% winrate

(+250/-500)
Lost:227*500=113500
Won:905*250=226250

Total=+112750u
==========================
Total spins=77148

967/1217=79% winrate

(+250/-500)
Lost:250*500=125000
Won:967*250=241750

Total=+116750u
=========================

Do you see?? hmmm....+ 100000u hehehe... W T F? there no mistake about it, i ran 2 test exact the same results..O0

So, there you go. There is the HG.

Cheers  8)

(i post the code i did the testings with now... WG+250/SL-500)
system "Progressive Lines BET"
// © ignatus 2019 ©

method "main"
begin
  while starting a new session
  begin
       Set List [5,5,10,25,75,225]
        to Record "progression" Data
       

  end
   put 0 to Record "Highest Bankroll" Data

       Copy List [Line(1-6)] to Record "L1" Layout
       Copy List [Line(7-12)] to Record "L2" Layout
       Copy List [Line(13-18)] to Record "L3" Layout
       Copy List [Line(19-24)] to Record "L4" Layout


        Copy List [3rd dozen] to Record "doz3" Layout


  while on each spin
  begin
 
  if flag "L3" true each
  begin
  set flag "L4" true
  end

   if flag "L2" true each
  begin
  set flag "L3" true
  end

  if flag "L1" true each
  begin
  set flag "L2" true
  end

  if flag "L1" false each
  begin
  set flag "L1" true
  end
 
   
    IF any inside bet lost each
  begin
     add 1 on Record "progression" Data Index
  end

   If any inside bet won each
  begin
      set flag "L1" false
      set flag "L2" false
      set flag "L3" false
      set flag "L4" false

      Put 1 on Record "progression" Data Index

      clear Record "L1" Layout
      clear Record "L2" Layout
      clear Record "B3" Layout
      clear Record "B4" Layout
  end
 

{ if total spin count >= 300 each
  begin
  stop session
  end
  }
  if total bankroll <= -500 each
  begin
   { add 1 to record "lost sessions" data index
    put 0 on total bankroll
    put 1 on Record "progression" Data Index
    }
  stop session
  end

  if total bankroll >= 250 each
  begin
   {
    add 1 to record "won sessions" data index
    put 0 on total bankroll
    put 1 on Record "progression" Data Index
    }
  stop session
  end




IF flag "L1" true each
  begin
  Put 100% of Record "progression" Data to Record "L1" Layout List
  end
 
  IF flag "L2" true each
  begin
  Put 100% of Record "progression" Data to Record "L2" Layout List
  end
 
  IF flag "L3" true each
  begin
  Put 100% of Record "progression" Data to Record "L3" Layout List
  end
 
  IF flag "L4" true each
  begin
  Put 100% of Record "progression" Data to Record "L4" Layout List
  end




 

If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
      set flag "L1" false
      set flag "L2" false
      set flag "L3" false
      set flag "L4" false

      Put 1 on Record "progression" Data Index

      clear Record "L1" Layout
      clear Record "L2" Layout
      clear Record "B3" Layout
      clear Record "B4" Layout
    End


  end
END


-