ok, another flatbet clustered bet. don´t know if it´s useful or what kind of progression could be used, or how it should be played?
Alright, i think i found one progression that could be useful. it´s a pretty mild one, and focus only at two numbers, in the pic, number 13 and number 16. I calculate 18 losses(losses for 13,16 that is!) then +1u bet on all numbers if not hit. Also, +1u anytime number 13 or 16 hit and it didn´t reach a new high.
Reset anytime any number hit and reach a new high.
Test1. 5u bets
You still use this progression?
Tried this bet with a mild negative progression (do not reset until reached a new high,+1 step for each loss)
Progressionline; 1,1,1,1,1,1,2,2,2,2,3,3,4,5,6,7,8,9,10,11,12,14,15,16,17,18,19,20,21,23,24,25,27,28,30,32,34,
36,38,40,42,45,48,50,53,56,60,63,67,71,75,80,84,89,94,100,106,112,119,126,133,141,149,158,167,177,187,
198,210,222,236,249,264,280,296,313,332,351,372,394
decent results, (short term),..
RX.code
system "K6"
// © ignatus 2019 ©
method "main"
begin
while starting a new session
begin
put 0 to Record "Highest Bankroll" Data
set List [1,1,1,1,1,1,2,2,2,2,3,3,4,5,6,7,8,9,10,11,12,14,15,16,17,18,19,20,21,23,24,25,27,28,30,32,34,
36,38,40,42,45,48,50,53,56,60,63,67,71,75,80,84,89,94,100,106,112,119,126,133,141,149,158,167,177,187,
198,210,222,236,249,264,280,296,313,332,351,372,394]
to Record "progression" Data
end
Copy List [split(13-16),split(13-14),split(16-17),Split(11-14),split(17-20),corner(14:18)] to Record "K6" Layout
put 0 to Record "Highest Bankroll" Data
while on each spin
begin
if total bankroll >= 500 each time
begin
//stop session
{ add 1 to record "won sessions" data index
put 0 on total bankroll
put 1 on Record "progression" Data Index }
end
if total bankroll <= -2000 each time
begin
stop session
{ add 1 to record "lost sessions" data index
put 0 on total bankroll
put 1 on Record "progression" Data Index
}
end
if any inside bet lost each
begin
add 1 on Record "progression" Data Index
end
if any inside bet won each
begin
// add 1 on Record "progression" Data Index
if Bankroll >= Record "Highest Bankroll" Data
begin
clear Record "Highest Bankroll" Data
put 100% Bankroll to Record "Highest Bankroll" Data
put 1 on Record "progression" Data Index
end
end
Put 100% of Record "progression" Data to Record "K6" Layout List
If Record "progression" Data Index >
Record "progression" Data Count
Begin
put 1 on Record "progression" Data Index
End
end
END
But in the end it always fails? Or do i missunderstand something? ok 5-6k are alot of spins. how do i know when i have to stop?
Quote from: Fateichel on Dec 19, 01:43 PM 2019
But in the end it always fails? Or do i missunderstand something? ok 5-6k are alot of spins. how do i know when i have to stop?
Well? you have to put a "wingoal", and a "stopploss", (this has not been decided yet)...Also a normal Live-session is about 300 spins?