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

Roulette-focused => Bet selection => Topic started by: ignatus on Mar 14, 06:52 AM 2020

Title: Roulette Master 90% winrate
Post by: ignatus on Mar 14, 06:52 AM 2020
Tested now 30 Livesessions, had a 90% winrate ....

BET 5 Streets and 1 Line, Static bet. (No progression if the Line-bet hits)

Progression; -1 Step in the progressionline when any Street hit, Reset when reached a new high.

1,2,3,5,8,13,21,32,55,89,144,233,377,610,987

WG +300 SL -750

system "Roulette Master"
// © ignatus 2020

method "main"
begin
  while starting a new session
  begin
       Set List [1,1,2,3,5,8,13,21,32,55,89,144,233,377,610,987]
        to Record "progression" Data
       
  end
   put 0 to Record "Highest Bankroll" Data


  while on each spin
  begin

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

  if total bankroll >= 300 each
  begin
  stop session
  end
 
{ if total spin count >= 3000 each
  begin
  stop session
  end
  }
  If any street bet won each
  begin
  subtract 1 on Record "progression" Data Index
  if Record "progression" Data Index <= 0 each
  begin
   put 1 on Record "progression" Data Index
  end

   reset all flags false
  // clear Last Answer

  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 total inside bets count >= 1 each
begin

  if any Line bet won each
  begin
  set flag "noprog" true
  end

    IF flag "noprog" false each
  begin

  add 1 on Record "progression" Data Index
  end

   
  set flag "noprog" false

end




Put 100% of Record "progression" Data to street(1-3)
Put 100% of Record "progression" Data to street(4-6)
Put 100% of Record "progression" Data to street(7-9)
Put 100% of Record "progression" Data to street(10-12)
Put 100% of Record "progression" Data to street(13-15)
//Put 100% of Record "progression" Data to street(16-18)
Put 100% of Record "progression" Data to Line(31-36)


       


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

  end
END
Title: Re: Roulette Master 90% winrate
Post by: ignatus on Mar 14, 09:57 PM 2020
Tested now 38 Live-sessions.... WG+300 SL-500... these are my results now;

+300
+300
+300
+300
+300
-500
+300
-500
+300
-500
-500
+300
+300
+300
+300
+300
+300
+300
+300
+300
=======
+2800

+300
+300
+300
-500
+300
-500
+300
-500
-500
+300
+300
+300
+300
+300
+300
+300
+300
+300
=====
+2200

TOTAL= +5000

30 wins
8 Losses

30/38= 79% winrate

RX.code
system "Roulette Master"
// © ignatus 2020

method "main"
begin
  while starting a new session
  begin
       Set List [1,1,2,3,5,8,13,21,32,55,89,144,233,377,610,987]
        to Record "progression" Data
       
  end
   put 0 to Record "Highest Bankroll" Data


  while on each spin
  begin

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

  if total bankroll >= 300 each
  begin
  stop session
  end
 
{ if total spin count >= 3000 each
  begin
  stop session
  end
  }
  If any street bet won each
  begin
  subtract 1 from Record "progression" Data Index
  if Record "progression" Data Index <= 0 each
  begin
   put 1 on Record "progression" Data Index
  end

   reset all flags false
  // clear Last Answer

  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 total inside bets count >= 1 each
begin

  if any Line bet won each
  begin
  set flag "noprog" true
  end

    IF flag "noprog" false each
  begin

  add 1 on Record "progression" Data Index
  end

   
  set flag "noprog" false

end




Put 100% of Record "progression" Data to street(1-3)
Put 100% of Record "progression" Data to street(4-6)
Put 100% of Record "progression" Data to street(7-9)
Put 100% of Record "progression" Data to street(10-12)
Put 100% of Record "progression" Data to street(13-15)
//Put 100% of Record "progression" Data to street(16-18)
Put 100% of Record "progression" Data to Line(31-36)


       


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

  end
END

Title: Re: Roulette Master 90% winrate
Post by: bcvalente on Mar 15, 02:57 PM 2020
Hello,

When I try to test it on roulette xtreme (with 100 or 500 spins) says the system has encountered an end session
Title: Re: Roulette Master 90% winrate
Post by: ignatus on Mar 16, 12:04 PM 2020
Quote from: bcvalente on Mar 15, 02:57 PM 2020
Hello,

When I try to test it on roulette xtreme (with 100 or 500 spins) says the system has encountered an end session

Yes, that is because you must reset your bankroll to 0. (because its set to Stop at +300) and so on.
Title: Re: Roulette Master 90% winrate
Post by: d80 on Mar 21, 05:04 PM 2020
Quote from: ignatus on Mar 14, 06:52 AM 2020
Tested now 30 Livesessions, had a 90% winrate ....

BET 5 Streets and 1 Line, Static bet. (No progression if the Line-bet hits)

Progression; -1 Step in the progressionline when any Street hit, Reset when reached a new high.

1,2,3,5,8,13,21,32,55,89,144,233,377,610,987

WG +300 SL -750

system "Roulette Master"
// © ignatus 2020

method "main"
begin
  while starting a new session
  begin
       Set List [1,1,2,3,5,8,13,21,32,55,89,144,233,377,610,987]
        to Record "progression" Data
       
  end
   put 0 to Record "Highest Bankroll" Data


  while on each spin
  begin

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

  if total bankroll >= 300 each
  begin
  stop session
  end
 
{ if total spin count >= 3000 each
  begin
  stop session
  end
  }
  If any street bet won each
  begin
  subtract 1 on Record "progression" Data Index
  if Record "progression" Data Index <= 0 each
  begin
   put 1 on Record "progression" Data Index
  end

   reset all flags false
  // clear Last Answer

  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 total inside bets count >= 1 each
begin

  if any Line bet won each
  begin
  set flag "noprog" true
  end

    IF flag "noprog" false each
  begin

  add 1 on Record "progression" Data Index
  end

   
  set flag "noprog" false

end




Put 100% of Record "progression" Data to street(1-3)
Put 100% of Record "progression" Data to street(4-6)
Put 100% of Record "progression" Data to street(7-9)
Put 100% of Record "progression" Data to street(10-12)
Put 100% of Record "progression" Data to street(13-15)
//Put 100% of Record "progression" Data to street(16-18)
Put 100% of Record "progression" Data to Line(31-36)


       


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

  end
END


When not hit street net and Line bet i too make the progression or only when hit the street bet?
Title: Re: Roulette Master 90% winrate
Post by: The General on Mar 21, 07:22 PM 2020
This system only has a 90% win rate.

If you want, then I can give you a system with a 99% hit rate for FREE!
Title: Re: Roulette Master 90% winrate
Post by: ignatus on Mar 21, 07:29 PM 2020
Quote from: ignatus on Mar 16, 12:04 PM 2020When not hit street net and Line bet i too make the progression or only when hit the street bet?

+1 Step if the progressionline if no street hit, and no Line hit. IF any Line bet hits (no progression, just re-bet) that is Hedge-bet.
Title: Re: Roulette Master 90% winrate
Post by: d80 on Mar 21, 08:58 PM 2020
Quote from: ignatus on Mar 21, 07:29 PM 2020
+1 Step if the progressionline if no street hit, and no Line hit. IF any Line bet hits (no progression, just re-bet) that is Hedge-bet.


OK but at your test what was the maximum bet of progression that achieved? i think it need of a big bankroll (1,2,3,5,8,13,21,32,55,89,144,233,377,610,987)
Title: Re: Roulette Master 90% winrate
Post by: ignatus on Mar 21, 09:10 PM 2020
Quote from: d80 on Mar 21, 08:58 PM 2020

OK but at your test what was the maximum bet of progression that achieved? i think it need of a big bankroll (1,2,3,5,8,13,21,32,55,89,144,233,377,610,987)

No. As you seen in my 2nd example i used a SL at -500. That is? A BR of 500u. and a WG of +300...This had a 80% winrate. Why dont you use RX, and test it
Title: Re: Roulette Master 90% winrate
Post by: d80 on Mar 23, 01:32 AM 2020
Quote from: ignatus on Mar 21, 09:10 PM 2020
No. As you seen in my 2nd example i used a SL at -500. That is? A BR of 500u. and a WG of +300...This had a 80% winrate. Why dont you use RX, and test it

i dont know use the RX software.. how many spins did you had tested at RX? it works good?
Title: Re: Roulette Master 90% winrate
Post by: ignatus on Mar 23, 02:43 AM 2020
Quote from: d80 on Mar 23, 01:32 AM 2020it works good?

No? its nothing special now, tested again "winrate" is about 70-80%, ofc, that is not "good enough", i made a 1000 roulettesystems with similar winrate.....so, the only way, you want to test, IS test yourself+USE your own Money Management and your own progression. That all i can say for now.
Title: Re: Roulette Master 90% winrate
Post by: c6821417 on Mar 26, 07:05 PM 2020
Quote from: ignatus on Mar 23, 02:43 AM 2020
No? its nothing special now, tested again "winrate" is about 70-80%, ofc, that is not "good enough", i made a 1000 roulettesystems with similar winrate.....so, the only way, you want to test, IS test yourself+USE your own Money Management and your own progression. That all i can say for now.

I send email to you,but dont get answer?
Title: Re: Roulette Master 90% winrate
Post by: Troykit on Mar 27, 02:56 PM 2020
Can I try this one..I am loosing always
Title: Re: Roulette Master 90% winrate
Post by: Logical life on Mar 27, 10:00 PM 2020
Quote from: ignatus on Mar 21, 07:29 PM 2020
+1 Step if the progressionline if no street hit, and no Line hit. IF any Line bet hits (no progression, just re-bet) that is Hedge-bet.
May I contact you  if you don't mind?
Thanks
Title: Re: Roulette Master 90% winrate
Post by: themoneymaker on Mar 29, 11:27 AM 2020
Quote from: The General on Mar 21, 07:22 PM 2020
This system only has a 90% win rate.

If you want, then I can give you a system with a 99% hit rate for FREE!

Please, sir, release this system to us.
Title: Re: Roulette Master 90% winrate
Post by: cogger on Jan 18, 06:27 PM 2023
 :)