OK, this is the final version of this Betselection.
--Wait for 3 Splits to hit in HIGH or LOW,..BET the remaning Unhit 6 splits +A Hegeded bet 6u on the opposite H/L.
(This was played with 5u bets, (WG+750 /SL-750)
Progressionline; 5,15,45,135,405,1000
I just finished the code, but i did some short testings, and what i´ve seen, you *should* win out of 5 games atleast 3/5 or 4/5.
But more testing is needed.
RX-code ROULETTE RAPTOR
system "ROULETTE RAPTOR"
// © ignatus 2019 ©
method "main"
begin
while starting a new session
begin
Set List [5,5,15,45,135,405,1000] to Record "progression" Data
Set List [1,2,3,4,5,6,7,8,9,10,11,12] to Record "Low" Data
Set List [1,2,3,4,5,6,7,8,9,10,11,12] to Record "High" Data
end
Copy List [street(1-3),street(4-6),street(7-9),Street(10-12),street(13-15),street(16-18)]
to Record "L" Layout
Copy List [street(19-21),street(22-24),street(25-27),Street(28-30),street(31-33),street(34-36)]
to Record "H" Layout
while on each spin
begin
if total bankroll <= -750 each time
begin
stop session
end
if total bankroll >= 750 each time
begin
stop session
end
IF total inside bets count = 0 each
begin
IF Low has hit each
begin
if flag "1" is false each
begin
IF split(1-4) has hit each
begin
add 1 on Record "Low" Data Index
set flag "1" true
end
end
if flag "2" is false each
begin
IF split(2-5) has hit each
begin
add 1 on Record "Low" Data Index
set flag "2" true
end
end
if flag "3" is false each
begin
IF split(3-6) has hit each
begin
add 1 on Record "Low" Data Index
set flag "3" true
end
end
if flag "4" is false each
begin
IF split(7-10) has hit each
begin
add 1 on Record "Low" Data Index
set flag "4" true
end
end
if flag "5" is false each
begin
IF split(8-11) has hit each
begin
add 1 on Record "Low" Data Index
set flag "5" true
end
end
if flag "6" is false each
begin
IF split(9-12) has hit each
begin
add 1 on Record "Low" Data Index
set flag "6" true
end
end
if flag "7" is false each
begin
IF split(13-16) has hit each
begin
add 1 on Record "Low" Data Index
set flag "7" true
end
end
if flag "8" is false each
begin
IF split(14-17) has hit each
begin
add 1 on Record "Low" Data Index
set flag "8" true
end
end
if flag "9" is false each
begin
IF split(15-18) has hit each
begin
add 1 on Record "Low" Data Index
set flag "9" true
end
end
if Record "Low" Data Index >= 4 each
begin
put 1 on Record "Low" Data Index
set flag "bet" true
end
end
IF High has hit each
begin
if flag "10" is false each
begin
IF split(19-22) has hit each
begin
add 1 on Record "High" Data Index
set flag "10" true
end
end
if flag "11" is false each
begin
IF split(20-23) has hit each
begin
add 1 on Record "High" Data Index
set flag "11" true
end
end
if flag "12" is false each
begin
IF split(21-24) has hit each
begin
add 1 on Record "High" Data Index
set flag "12" true
end
end
if flag "13" is false each
begin
IF split(25-28) has hit each
begin
add 1 on Record "High" Data Index
set flag "13" true
end
end
if flag "14" is false each
begin
IF split(26-29) has hit each
begin
add 1 on Record "High" Data Index
set flag "14" true
end
end
if flag "15" is false each
begin
IF split(27-30) has hit each
begin
add 1 on Record "High" Data Index
set flag "15" true
end
end
if flag "16" is false each
begin
IF split(31-34) has hit each
begin
add 1 on Record "High" Data Index
set flag "16" true
end
end
if flag "17" is false each
begin
IF split(32-35) has hit each
begin
add 1 on Record "High" Data Index
set flag "17" true
end
end
if flag "18" is false each
begin
IF split(33-36) has hit each
begin
add 1 on Record "High" Data Index
set flag "18" true
end
end
if Record "High" Data Index >= 4 each
begin
put 1 on Record "High" Data Index
set flag "bet2" true
end
end
end
If any split bet won each
begin
set flag "bet" false
set flag "bet2" false
set flag "19" false
set flag "21" false
set flag "23" false
set flag "25" false
set flag "27" false
set flag "30" false
set flag "32" false
set flag "34" false
set flag "36" false
set flag "1" false
set flag "3" false
set flag "5" false
set flag "7" false
set flag "9" false
set flag "12" false
set flag "14" false
set flag "16" false
set flag "18" false
set flag "2" false
set flag "4" false
set flag "6" false
set flag "8" false
set flag "10" false
set flag "11" false
set flag "13" false
set flag "15" false
set flag "17" false
set flag "20" false
set flag "22" false
set flag "24" false
set flag "26" false
set flag "28" false
set flag "29" false
set flag "31" false
set flag "33" false
set flag "35" false
Put 1 on Record "High" Data Index
Put 1 on Record "Low" Data Index
Put 1 on Record "progression" Data Index
end
IF Record "L" Layout list lost each
begin
add 1 on Record "progression" Data Index
end
else begin
IF Record "H" Layout list lost each
begin
add 1 on Record "progression" Data Index
end
end
if flag "bet" true each
begin
IF flag "1" is false each
begin
Put 100% of Record "progression" Data to split(1-4)
Put 100% of Record "progression" Data to Record "H" Layout List
end
IF flag "2" is false each
begin
Put 100% of Record "progression" Data to split(2-5)
Put 100% of Record "progression" Data to Record "H" Layout List
end
IF flag "3" is false each
begin
Put 100% of Record "progression" Data to split(3-6)
Put 100% of Record "progression" Data to Record "H" Layout List
end
IF flag "4" is false each
begin
Put 100% of Record "progression" Data to split(7-10)
Put 100% of Record "progression" Data to Record "H" Layout List
end
IF flag "5" is false each
begin
Put 100% of Record "progression" Data to split(8-11)
Put 100% of Record "progression" Data to Record "H" Layout List
end
IF flag "6" is false each
begin
Put 100% of Record "progression" Data to split(9-12)
Put 100% of Record "progression" Data to Record "H" Layout List
end
IF flag "7" is false each
begin
Put 100% of Record "progression" Data to split(13-16)
Put 100% of Record "progression" Data to Record "H" Layout List
end
IF flag "8" is false each
begin
Put 100% of Record "progression" Data to split(14-17)
Put 100% of Record "progression" Data to Record "H" Layout List
end
IF flag "9" is false each
begin
Put 100% of Record "progression" Data to split(15-18)
Put 100% of Record "progression" Data to Record "H" Layout List
end
end
IF flag "bet2" is true each
begin
IF flag "10" is false each
begin
Put 100% of Record "progression" Data to split(19-22)
Put 100% of Record "progression" Data to Record "L" Layout List
end
IF flag "11" is false each
begin
Put 100% of Record "progression" Data to split(20-23)
Put 100% of Record "progression" Data to Record "L" Layout List
end
IF flag "12" is false each
begin
Put 100% of Record "progression" Data to split(21-24)
Put 100% of Record "progression" Data to Record "L" Layout List
end
IF flag "13" is false each
begin
Put 100% of Record "progression" Data to split(25-28)
Put 100% of Record "progression" Data to Record "L" Layout List
end
IF flag "14" is false each
begin
Put 100% of Record "progression" Data to split(26-29)
Put 100% of Record "progression" Data to Record "L" Layout List
end
IF flag "15" is false each
begin
Put 100% of Record "progression" Data to split(27-30)
Put 100% of Record "progression" Data to Record "L" Layout List
end
IF flag "16" is false each
begin
Put 100% of Record "progression" Data to split(31-34)
Put 100% of Record "progression" Data to Record "L" Layout List
end
IF flag "17" is false each
begin
Put 100% of Record "progression" Data to split(32-35)
Put 100% of Record "progression" Data to Record "L" Layout List
end
IF flag "18" is false each
begin
Put 100% of Record "progression" Data to split(33-36)
Put 100% of Record "progression" Data to Record "L" Layout List
end
end
If Record "progression" Data Index >
Record "progression" Data Count
Begin
set flag "bet" false
set flag "bet2" false
set flag "19" false
set flag "21" false
set flag "23" false
set flag "25" false
set flag "27" false
set flag "30" false
set flag "32" false
set flag "34" false
set flag "36" false
set flag "1" false
set flag "3" false
set flag "5" false
set flag "7" false
set flag "9" false
set flag "12" false
set flag "14" false
set flag "16" false
set flag "18" false
set flag "2" false
set flag "4" false
set flag "6" false
set flag "8" false
set flag "10" false
set flag "11" false
set flag "13" false
set flag "15" false
set flag "17" false
set flag "20" false
set flag "22" false
set flag "24" false
set flag "26" false
set flag "28" false
set flag "29" false
set flag "31" false
set flag "33" false
set flag "35" false
Put 1 on Record "Low" Data Index
Put 1 on Record "High" Data Index
Put 1 on Record "progression" Data Index
End
end
END