Alright, fooling around, tryin to code another system , now i did a coding error/mistake...BUT HEY ! wtf? this was something else?? Now, thanks to my coding error/mistake this became the "WTF System": :xd:
The WTF System
For Live-Wheels only
Procedure:
*BET each number hit 8 Neigbours (4+4 numbers) 4 numbers/neigbours on each side of the current number hit, on the wheel (Repeat procedure for each spin)
Progression: 1,1,1,2,2,2,3,3,3,5,5,5,8,8,8 STOP
i'd say "winrate is maybe 70-80% (?) idk? A Total loss, will happen now and then, but good profits when it start hitting.. O0
(Need testers?/more testings)....I put a stoploss at -300u (or 500 spins) for the RX-Testing-code:
(Haven't figured out the MM for this one)
system "The WTF-System"
method "main"
begin
while starting a new session
begin
Set List [1,1,1,2,2,2,3,3,3,5,5,5,8,8,8] to Record "progression" Data
end
Track Last Number for 1 spins to Record "last1" Layout
Put 4 on Neighbor Count
Copy Neighbors of Record "last1" Layout
to Record "neighbors" Layout
while on each spin
begin
If any inside bet won each
begin
clear Record "neighbors" Layout
Put 1 on Record "progression" Data Index
end
if total inside bets count = 0 each
begin
Put 100% of Record "progression" Data to Record "neighbors" Layout List
end
if total spin count = 500 each time
begin
stop session
end
if total bankroll <= -300 each time
begin
stop session
end
If Any inside Bet lost each time
begin
add 1 on Record "progression" Data Index
Put 100% of Record "progression" Data to Record "neighbors" Layout List
end
If Record "progression" Data Index >
Record "progression" Data Count
Begin
clear Record "neighbors" Layout
Put 1 on Record "progression" Data Index
End
end
END
Test 1-8 (Livespins)
-