Here's a bet i've been lucky with...(see pic!)
Test 1 -Livespins-
Games won: 10
Games lost: 3
10/13 Games won= 77% winrate
Remember, this could be pure luck(?) but i don't think so? (I don't recommend RNG-play anyhow).
it's played with a simple paroli positive progression 1,2,2,3
RX code
=====================
system "Above Average"
method "main"
begin
While starting a new session
begin
Set List [1,2,2,3] to
Record "progression" Data
copy List [Street(1-3),Line(10-15),corner(22:26),Line(31-36)]
to Record "bet" Layout
end
While on Each spin
begin
if bankroll>=50
begin
stop session
end
if bankroll<=-50
begin
stop session
end
If Any inside bet has Won each time
Begin
Add 1 to Record "progression" Data Index
end
else
begin
Put 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 "bet" Layout List
end
END
of all the crazy systems out there the paroli is as close to a systems HG as you are going to find.
This is because due to unknown reasons (ESP for those who understand), the luckier you are the luckier you get. But you should stop doubling after 3 wins.
Well now! Second test went straight to hell...sry again, i should've tested more before publish.... :-\
Test 2 -Livespins-
Games won: 4
Games lost: 14