#1 Roulette Forum & Message Board | www.RouletteForum.cc

Roulette-focused => Bet selection => Topic started by: ignatus on Jan 07, 07:42 AM 2019

Title: Last 6 Test FLATBET
Post by: ignatus on Jan 07, 07:42 AM 2019
Hi 😊

Very interesting results! I had a code already made (i've tried something similar myself)..just changed to code to 6 numbers (last 6 numbers hit are bet non-stop with 1u bets)... (+111u Wingoal, no stoploss)

so, *8/10 were winners* Random-spins...(reached the wg, within a very short timeframe,+low drawdown.. longest was 200-300 spins i think..) I show the 2 charts of the  2 losing sessions.

so, nice one! i think you got something here,...just test and if you have ideas how tweaks should be done, let me know 😊

Also sorry for the messy RX code...:S (But it was an old code);

cheers

RX-code


system "Last 6 Test FLATBET"

method "main"
begin
   while starting a new session
  begin
       Set List [1,1,2,2,3,3,5,5,8,8,13,13,21,21,34,34,55,55] to Record "progression" Data
  end

   while on each spin
  begin

  If any number bet won each
begin
// clear Record "last6" layout
// Put 1 on Record "progression" Data Index
// Put 1 on Record "Spin Counter" Data
end

//if total inside bets count = 0 each time
//begin
// add 1 to Record "Spin Counter" Data

  Track last Number for 6 spins to
Record "last6" layout

Put 1 to Record "last6" layout list

// end

//  if Record "Spin Counter" Data = 5 each time
// begin


{   Put 100% of Record "progression" Data to Record "last4" layout list }


// end


if total bankroll >= 111 each time
begin
stop session
end

{if total bankroll <= -500 each time
begin
stop session
end
}

{
If Record "last6" layout list lost each time
begin
// add 1 on Record "progression" Data Index
  Put 100% of Record "progression" Data to Record "last6" layout list
end
  }

  If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
//  clear Record "last6" layout

//   Put 1 on Record "progression" Data Index
//   Put 1 on Record "Spin Counter" Data
    End


  end
END

Title: Re: Last 6 Test FLATBET
Post by: Irish88 on Jan 07, 07:55 AM 2019
Great stuff Ignatus,

According to Luck of the Irish stats, the most optimal window to get a repeat is spin 5-10

link:s://:.rouletteforum.cc/index.php?topic=9740.0

Is there a way to code spins 5-10? Flatbetting.