• 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

Roulette Master 90% winrate

Started by ignatus, Mar 14, 06:52 AM 2020

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ignatus

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
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 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

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

bcvalente

Hello,

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

ignatus

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.
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

d80

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?

The General

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!
Basic probability and The General are your friend.
(Now hiring minions, apply within.)

ignatus

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.
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

d80

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)

ignatus

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
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

d80

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?

ignatus

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.
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

c6821417

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?

Troykit

Can I try this one..I am loosing always

Logical life

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

themoneymaker

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.

-