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

News:

Progression bets are nothing more than different size bets on different spins. You could get lucky and win big, or unlucky and lose even more.

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

PARAMOUNT SYSTEM

Started by ignatus, Apr 21, 03:23 PM 2019

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ignatus

Now,...this one have a winrate of 70% to 80% (MAX spincount 200 spins) from my first testings (tested 30 Livesession, each 10, won 7-8/10...and Each won session will give an average profit of 1000u).

Progressionline; 1,2,3,4,5,7,9,12,16,22,29,39,52,69,92,123,162,218,291

IT's a static bet (See pic) for each of the 2 LINES hit (no increase of progression, just re-bet) for each loss +1 step in the progressionline. STOP/Reset when any straightup number hit.

RX-code
system "Paramount System"
//(copyright) ignatus 2019

method "main"
begin
while starting a new session
begin
       Set List[1,2,3,4,5,7,9,12,16,22,29,39,52,69,92,123,162,218,291]
       to Record "progression" Data
end

        Copy List [number 0,number 4,number 7,number 9,number 11,number 14,number 15]
          to Record "Bet" Layout
       
        copy List [Line(25-30),Line(31-36)] to Record "Bet2" Layout

  while on each spin
  begin
 
If Any number bet won each
begin
  put 1 on Record "progression" Data Index
end

If Any split bet won each
begin
  put 1 on Record "progression" Data Index
end


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

if total bankroll <= -1500 each time
begin
  stop session
end

if total spin count >= 200 each time
begin
  stop session
end



{If any inside bet lost each
begin
add 1 on Record "progression" Data Index
end
}

put 100% of Record "progression" Data on Record "Bet" Layout list
put 100% of Record "progression" Data on Record "Bet2" Layout list

IF Record "Bet2" Layout list lost each
begin
add 1 on Record "progression" Data Index
end







If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
     Put 1 on Record "progression" Data Index
     clear Record "Bet" 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

LUDOMANIAC

Hi Ignatus great Job!
It look like you are the roulette extreme scripter guru, so many systems but profitable sometimes and need a high bankroll to stay alive.
I have some ideas to make profitable small bankrolls but dont know how to build logic into roulette extreme editor, to tested
properly can you help me in this?
Thanks Ignatus,
anyway profitable or not you make great contribution to understand a bit more roulette extreme, hopefully Les will soon finish the builder that we have been waiting for,
Regards
Ed

-