Same bet as "Nottogame 12" but now played with 15 numbers :twisted:
Progressionline 1,1,1,1,1,1,1,2,2,3,4,5,8,13,21 STOP
Test1. (Randomspins)
WWWLWLWLWWWWWWLWWLWWW 16/21 = 76% Winrate
(WG/Stoploss) +250/-500
*Note This was just for fun/testing, i don't know if this is playable at all..:S
RX-Testing code
system "CrazyTrack 15"
method "main"
begin
while starting a new session
begin
Set List[1,1,1,1,1,1,1,2,2,3,4,5,8,13,21] to Record "progression" Data
Set List[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16] to Record "Spin Counter" Data
end
while on each spin
begin
if any inside bet won each
begin
clear Record "last15" layout
put 1 on Record "Spin Counter" Data Index
put 1 on Record "progression" Data Index
end
Track last Number for 15 spins to
Record "last15" layout
Put 100% of Record "progression" Data to Record "last15" layout list
add 1 on Record "progression" Data Index
add 1 on Record "Spin Counter" Data Index
if Record "Spin Counter" Data = 16 each time
begin
clear Record "last15" layout
put 1 on Record "progression" Data Index
put 1 on Record "Spin Counter" Data Index
Put 100% of Record "progression" Data to Record "last15" layout list
end
if total bankroll >= 250 each time
begin
stop session
end
if total bankroll <= -500 each time
begin
stop session
end
If Record "progression" Data Index >
Record "progression" Data Count
Begin
clear Record "last15" layout
Put 1 on Record "progression" Data Index
put 1 on Record "Spin Counter" Data Index
End
end
END
I was thinking a TRIGGER(start bet)/Any repeating number from the last 10... (i will try/code this soon, i must try something else first..)
cheers 8)