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

Roulette-focused => Testing zone => Topic started by: ignatus on May 16, 10:23 AM 2018

Title: IG-20 numbers Sector with 3,2,4 +Positive Progression+ Experiment
Post by: ignatus on May 16, 10:23 AM 2018
***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
==================


Title: Re: IG-20 numbers Sector with 3,2,4 +Positive Progression+ Experiment
Post by: ignatus on May 16, 11:32 AM 2018
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