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

News:

WARNING: Forums often contain bad advice & systems that aren't properly tested. Do NOT believe everything. Read these links: The Facts About What Works & Why | How To Proplerly Test Systems | The Top 5 Proven Systems | Best Honest Online Casinos

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

RX Code for Fun with Double Dozen-Progression

Started by ignatus, May 13, 02:40 PM 2018

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ignatus

Fooling around with this, RX-code for FUN-- Double Dozen progression-- Test it,? Good or Bad?

Trial of three (Random spins)
won: 5
lost: 2

==============================
system "DD Prog "

method "main"
begin
      if bankroll>200
      begin
       stop session
      end
     
      if bankroll<-200
      begin
       stop session
      end



      if 3rd Dozen has hit 1 times each time
      begin
        Put 15 units on 1st dozen;
        Put 15 units on 2nd dozen;
      end
     
      if 3rd Dozen has hit 2 times each time
      begin
        Put 10 units on 1st dozen;
        Put 10 units on 2nd dozen;
      end

      if 1st Dozen has hit 1 times each time
      begin
        Put 15 units on 1st dozen;
        Put 15 units on 2nd dozen;
      end
     
      if 2nd Dozen has hit 1 times each time
      begin
        Put 15 units on 1st dozen;
        Put 15 units on 2nd dozen;
      end
     
      if Any dozen bet has Won 1 time each time
       begin
        Put 20 units on 1st dozen;
        Put 20 units on 2nd dozen;
      end

      if Any Dozen bet has Won 2 times each time
      begin
        Put 20 units on 1st dozen;
        Put 20 units on 2nd dozen;
      end
     
      if Any Dozen bet has Won 3 times each time
      begin
        Put 5 units on 1st dozen;
        Put 5 units on 2nd dozen;
      end

      if Any Dozen bet has Won 4 times each time
      begin
        Put 5 units on 1st dozen;
        Put 5 units on 2nd dozen;
      end
     
      if Any Dozen bet has Won 5 times each time
      begin
        Put 5 units on 1st dozen;
        Put 5 units on 2nd dozen;
      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

Pls ignore this Topic HA HA i don't know what the hell i just did  :twisted:
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

Quote from: ignatus on May 13, 03:08 PM 2018
Pls ignore this Topic HA HA i don't know what the hell i just did  :twisted:

ok first test with live-spins was disaster 2/8 wins etc, second test was a winner , third test also a winner- soo..idk, you tell me..

Test Live-spins

won 8
lost 2
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

ozon

Hi Ignatus
If you want to program
check yourself
Bet selection
FTL ec bets

Positive progression
1-2-2-4-3-6-4-8 back to 1 unit

Stop lose 20 units, target profit 40 units

Only played on la partage rule, or bacarat

ignatus

Quote from: ozon on May 13, 05:41 PM 2018Positive progression
1-2-2-4-3-6-4-8 back to 1 unit

Hi ozon :) i tested it, but didn't have any luck. But i've been working on my own positive-progression, for the last days and i Believe the big secret lay within just exactly "math" of-------The Positive progression------.

This is what i've been doin, (..with mixed results..) My own positive progression 5-10-15-10-20.

But this is still a work under progress... more testing is needed (as always!)

Here is the code, play with it! (example 2)

===============
RX code;

system "Ig- Positive Prog"
method "main"
begin
   While Starting a New Session
Begin
Set List [5,10,15,10,20] to
Record "progression" Data
Put 100% of Record "progression" Data to Red
End
While on Each Spin
Begin
   if bankroll>100
      begin
       stop session
      end

      if bankroll<-100
      begin
       stop session
      end

If Any Even Bet has Lost Each time
Begin
  Put 1 on Record "progression" Data Index
End
If Any Even Bet has Won Each time
Begin
Add 1 to Record "progression" Data Index
If Record "progression" Data Index >
Record "progression" Data Count
Begin
  Put 1 on Record "progression" Data Index
End
End
Put 100% of Record "progression" Data to Red
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

Here's is the new progression:

30 20 40--Double Dozen BET (positive progression)

That's the basics, now i adjusted the code; Give it a try? And tell me, what you think


=========================
RX Code;

system "DD Prog 2"

method "main"
begin
      if bankroll>200
      begin
       stop session
      end
     
      if bankroll<-200
      begin
       stop session
      end

      if 1st Dozen has hit 1 times each time
      begin
        Put 30 units on 1st dozen;
        Put 30 units on 2nd dozen;
      end
     
      if 2nd Dozen has hit 1 times each time
      begin
        Put 30 units on 1st dozen;
        Put 30 units on 2nd dozen;
      end
     
      if Any dozen bet has Won 1 time each time
       begin
        Put 20 units on 1st dozen;
        Put 20 units on 2nd dozen;
      end

      if Any Dozen bet has Won 2 times each time
      begin
        Put 40 units on 1st dozen;
        Put 40 units on 2nd dozen;
      end
     
      if Any Dozen bet has Won 3 times each time
      begin
        Put 20 units on 1st dozen;
        Put 20 units on 2nd dozen;
      end

      if Any Dozen bet has Won 4 times each time
      begin
        Put 20 units on 1st dozen;
        Put 20 units on 2nd dozen;
      end
     
      if Any Dozen bet has Won 5 times each time
      begin
        Put 20 units on 1st dozen;
        Put 20 units on 2nd dozen;
      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

The wingoal/stoploss had to be adjusted. (Keep it small! +100/-150),

Great results from the first Live-session  O0

Test 1 LIVE-spins

wins
140
120
140
120
130
110
110
110

=980

losses
170
160

=330

TOTAL= +650u


====================
Rx (new stoploss/wingoal)

system "DD Prog 3"

method "main"
begin
      if bankroll>100
      begin
       stop session
      end
     
      if bankroll<-150
      begin
       stop session
      end

      if 1st Dozen has hit 1 times each time
      begin
        Put 30 units on 1st dozen;
        Put 30 units on 2nd dozen;
      end
     
      if 2nd Dozen has hit 1 times each time
      begin
        Put 30 units on 1st dozen;
        Put 30 units on 2nd dozen;
      end
     
      if Any dozen bet has Won 1 time each time
       begin
        Put 20 units on 1st dozen;
        Put 20 units on 2nd dozen;
      end

      if Any Dozen bet has Won 2 times each time
      begin
        Put 40 units on 1st dozen;
        Put 40 units on 2nd dozen;
      end
     
      if Any Dozen bet has Won 3 times each time
      begin
        Put 20 units on 1st dozen;
        Put 20 units on 2nd dozen;
      end

      if Any Dozen bet has Won 4 times each time
      begin
        Put 20 units on 1st dozen;
        Put 20 units on 2nd dozen;
      end
     
      if Any Dozen bet has Won 5 times each time
      begin
        Put 20 units on 1st dozen;
        Put 20 units on 2nd dozen;
      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've been experimenting with the stoploss/wingoal and NOW it seems +125/-75 works better. so, change these lines in the code:

if bankroll>125   
begin       
stop session       
end             

if bankroll<-75     
begin         
stop session       
end


TEST 1 Live-spins

wins
140
140
130
150
130
130

losses
80
90
90
70

TOTAL= +490
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

Still Experimening with this,.. **NOW it seems +150/-75 works better.

Test 2 Live-spins (-75/+150)

wins
150
170
170
190

losses
120
80
90
80
80
90

Total= +140u
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

From further testings, (no luck) I give up Outside bets for now,  :question:
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

-