• 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

IG-20 numbers Sector with 3,2,4 +Positive Progression+ Experiment

Started by ignatus, May 16, 10:23 AM 2018

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ignatus

***This is Testing Zone*** Need help testing this.

OK, i tried this BET;

For each spin, bet 10 neighbours on each side of the current number hit,

Progression Positive -my own- (from many trials i figure this is the best) 3,2,4

I put a low stoploss (-75) and a higher wingoal (+200) , -This means you need only to win 3/10 games to be in profit.

(I tested one of the worst(?) sessions)--

Acid Test 1 (-75/+200)

Games won: 4

Games lost: 6


wins/losses

wins: 4*200=800

losses: 6*75=450

Total= +350u


RX CODE
==================
system "Sector 20 IG- 3,2,4 +Positive+ Progression"

method "main"
begin
  While Starting a New Session
Begin

Set List [3,2,4] to
  Record "progression" Data

End
While on Each Spin
Begin
Track Last Number for 1 spins to Record "last1" Layout

  Put 10 on Neighbor Count

   Copy Neighbors of Record "last1" Layout
   to Record "neighbors" Layout


   if bankroll>=200
      begin
       stop session
      end

      if bankroll<=-75
      begin
       stop session
      end


If Any inside bet has Lost Each time
Begin
   Put 1 to Record "progression" Data Index
end

  If Any inside Bet has Won Each time
Begin
Add 1 to Record "progression" Data Index
end

If Record "progression" Data Index >
Record "progression" Data Count
Begin
  Put 1 to Record "progression" Data Index
End

Put 100% of Record "progression" Data to Record "neighbors" 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

ignatus

I took the two *WORST* sessions and played them both with profit (or breakeven);

Acid Test 2 (-75/+175)

Games won: 3

Games lost: 7

calculating wins/losses

wins: 3*175=525

losses: 7*75=525

TOTAL= +/- 0
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

-