Tried HotTrack FLATBET, and it seems to work pretty good,....Short-.term id say it will win *most of the time*..
Procedure: BET Every repeater (from the last 10 spins) until hit, OR until 18-spin count. then STOP/Restart procedure.. (MAX 7 repeaters bet)
Progressionline: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 STOP
Test 1 (Random RX spins) Test 2-5 (Live spins)
RX-code HotTrack FLATBET
system "Hot Track 2 FLATBET"
// © ignatus 2018 ©
method "main"
begin
while starting a new session
begin
//Set List[1,1,1,1,1,1,1,1,1,1,1,2,2,2,3,3,4,4,5,6,7,8,10,11,12,13,14,15,16,17,18,20,
// 22,24,26,28,30,33,36,40,44,48,52,57,65,75,85,100]
Set List[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]
to Record "progression" Data
end
while on each spin
begin
copy last number to record "last1" layout
if any inside bet Lost each
begin
Add 1 on Record "progression" Data index
end
if any inside bet won each
begin
set flag "NOTrack" false
put 1 on Record "progression" Data Index
clear Record "last15" layout
clear Record "last10" Layout
put 1 on Record "track15" Data Index
end
if flag "NOTrack" false each
begin
if record "last1" Layout is found within record "last10" Layout each
begin
Set Max to Record "last15" Layout Index
Add 1 on Record "last15" Layout Index
copy last number to Record "last15" layout
end
end
if Record "last15" Layout index >= 7 each
begin
set flag "NOTrack" true
{ clear Record "last15" Layout
clear Record "last10" Layout
Put 1 on Record "progression" Data Index}
end
Put 100% of Record "progression" Data to Record "last15" Layout List
If Record "progression" Data Index >
Record "progression" Data Count
Begin
set flag "NOTrack" false
clear Record "last15" Layout
clear Record "last10" Layout
Put 1 on Record "progression" Data Index
End
Track last Number for 10 spins to
Record "last10" layout
end
END
Thanks iggy. :thumbsup:
This looks good. I will do some testing when I have time.