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
Pls ignore this Topic HA HA i don't know what the hell i just did :twisted:
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
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
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
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
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
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
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
From further testings, (no luck) I give up Outside bets for now, :question: