• 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

ROMANSKY BET

Started by ignatus, Apr 25, 02:14 AM 2019

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ignatus

Now, tested this bet, to my suprise it won flatbet (80&-90% of the time the first 50 spins or so)...then i coded this one and first tested a simple fibonacci-progression, fine. then i tested a simple DoubleDozen progression, worked even better. I think, if you play a "normal session" and stop at 200-300 spins, this can be profitable.

PROGRESSION. 1,3,9,27,81 STOP

+1 Step for each LOSS. RESET only when any of the 2 quad-bets hit.

RX-code ROMANSKY BET
system "Romansky BET"
//(copyright) ignatus 2019

method "main"
begin
while starting a new session
  begin
       Set List [1,3,9,27,81]
       to Record "progression" Data
       
       Set List [3,9,27,81,243]
       to Record "progression2" Data
  end


        Copy List [corner(1:5),corner(8:12)]
        to Record "bet" Layout

        Copy List [2nd dozen,3rd dozen]
        to Record "bet2" Layout

  while on each spin
  begin


{  if bankroll>=200
  begin
  stop session
  end
}
  if bankroll<=-500
  begin
  stop session
  end

   If record "bet" Layout list has lost Each time
          Begin
       If record "bet2" Layout list has lost Each time
          Begin
            add 1 on Record "progression" Data Index
            add 1 on Record "progression2" Data Index
          End
          end

         
if any inside bet has won each
  begin
    Put 1 on Record "progression" Data Index
    Put 1 on Record "progression2" Data Index
  end


  If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
      Put 1 on Record "progression" Data Index
      Put 1 on Record "progression2" Data Index
    End
   
     Put 100% of Record "progression" Data to Record "bet" Layout List
     Put 100% of Record "progression2" Data to Record "bet2" Layout List


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

Roulettebeater

Last week I was in Sweden, it’s a wonderful country, the people there are so kind, but I noticed that they aren’t interested in casino games, especially roulette
A dollar won is twice as sweet as as a dollar earned

ignatus

Quote from: Roulettebeater on Apr 26, 02:58 AM 2019
Last week I was in Sweden, it’s a wonderful country, the people there are so kind, but I noticed that they aren’t interested in casino games, especially roulette

nice:) ofc, they have 1 casino in stockholm, what i know XD

and i think minimum bet is like 20-25SEK (for a straightup number) that is like? 2-3$?? not for poor people:S
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

-