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

News:

WARNING: Forums often contain bad advice & systems that aren't properly tested. Do NOT believe everything. Read these links: The Facts About What Works & Why | How To Proplerly Test Systems | The Top 5 Proven Systems | Best Honest Online Casinos

Main Menu
Popular pages:

Roulette System

The Roulette Systems That Really Work

Roulette Computers

Hidden Electronics That Predict Spins

Roulette Strategy

Why Roulette Betting Strategies Lose

Roulette System

The Honest Live Online Roulette Casinos

Double LINE Bet

Started by ignatus, Jun 23, 09:13 PM 2019

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ignatus

OK coded this for fun now, it tracks all LINES. IF/When 2 Lines has not hit for 18 spins, Those 2 Lines are bet. Progression; 12 numbers negative.

This passed 80 000 spins from the first test (Live spins).

RX-code
system "Double Line Bet"
// © ignatus 2019 ©

method "main"
begin
while starting a new session
  begin
       Set List [1,1,2,3,4,6,9,14,21,31,47,70,105,158,237,355,533,799]
        to Record "progression" Data
       
end
       Copy List [Line(1-6)]
        to Record "L1" Layout

       Copy List [Line(7-12)]
       to Record "L2" Layout
       
       Copy List [Line(13-18)]
        to Record "L3" Layout

       Copy List [Line(19-24)]
       to Record "L4" Layout
       
       Copy List [Line(25-30)]
        to Record "L5" Layout

       Copy List [Line(31-36)]
       to Record "L6" Layout


  while on each spin
  begin
 

{
  if total bankroll <= -1000 each
  begin
  stop session
  end

  if total bankroll >= 200 each
  begin
  stop session
  end
  }


IF any inside bet won each
  begin
      Set flag "L1" false
      Set flag "L2" false
      Set flag "L3" false
      Set flag "L4" false
      Set flag "L5" false
      Set flag "L6" false

      Put 1 on Record "progression" Data Index

      clear Record "L1" Layout
      clear Record "L2" Layout
      clear Record "L3" Layout
      clear Record "L4" Layout
      clear Record "L5" Layout
      clear Record "L6" Layout
  end



IF any inside bet lost each
  begin
    add 1 on Record "progression" Data Index
  end


if total inside bets count= 0 each
begin

IF Record "L1" Layout List not hit more 17 time each
  begin
  IF Record "L2" Layout List not hit more 17 time each
  begin
   set flag "L1" true
   set flag "L2" true
  end
  else begin
  IF Record "L3" Layout List not hit more 17 time each
  begin
   set flag "L1" true
   set flag "L3" true
  end
  else begin
  IF Record "L4" Layout List not hit more 17 time each
  begin
   set flag "L1" true
   set flag "L4" true
  end
  else begin
  IF Record "L5" Layout List not hit more 17 time each
  begin
   set flag "L1" true
   set flag "L5" true
  end
  IF Record "L6" Layout List not hit more 17 time each
  begin
   set flag "L1" true
   set flag "L6" true
  end
  end
  end
  end
end

IF Record "L2" Layout List not hit more 17 time each
  begin
  IF Record "L1" Layout List not hit more 17 time each
  begin
   set flag "L2" true
   set flag "L1" true
  end
  else begin
  IF Record "L3" Layout List not hit more 17 time each
  begin
   set flag "L2" true
   set flag "L3" true
  end
  else begin
  IF Record "L4" Layout List not hit more 17 time each
  begin
   set flag "L2" true
   set flag "L4" true
  end
  else begin
  IF Record "L5" Layout List not hit more 17 time each
  begin
   set flag "L2" true
   set flag "L5" true
  end
  IF Record "L6" Layout List not hit more 17 time each
  begin
   set flag "L2" true
   set flag "L6" true
  end
  end
  end
  end
end

IF Record "L3" Layout List not hit more 17 time each
  begin
  IF Record "L1" Layout List not hit more 17 time each
  begin
   set flag "L3" true
   set flag "L1" true
  end
  else begin
  IF Record "L2" Layout List not hit more 17 time each
  begin
   set flag "L3" true
   set flag "L2" true
  end
  else begin
  IF Record "L4" Layout List not hit more 17 time each
  begin
   set flag "L3" true
   set flag "L4" true
  end
  else begin
  IF Record "L5" Layout List not hit more 17 time each
  begin
   set flag "L3" true
   set flag "L5" true
  end
  IF Record "L6" Layout List not hit more 17 time each
  begin
   set flag "L3" true
   set flag "L6" true
  end
  end
  end
  end
end

IF Record "L4" Layout List not hit more 17 time each
  begin
  IF Record "L1" Layout List not hit more 17 time each
  begin
   set flag "L4" true
   set flag "L1" true
  end
  else begin
  IF Record "L2" Layout List not hit more 17 time each
  begin
   set flag "L4" true
   set flag "L2" true
  end
  else begin
  IF Record "L3" Layout List not hit more 17 time each
  begin
   set flag "L4" true
   set flag "L3" true
  end
  else begin
  IF Record "L5" Layout List not hit more 17 time each
  begin
   set flag "L4" true
   set flag "L5" true
  end
  IF Record "L6" Layout List not hit more 17 time each
  begin
   set flag "L4" true
   set flag "L6" true
  end
  end
  end
  end
end

IF Record "L5" Layout List not hit more 17 time each
  begin
  IF Record "L1" Layout List not hit more 17 time each
  begin
   set flag "L5" true
   set flag "L1" true
  end
  else begin
  IF Record "L2" Layout List not hit more 17 time each
  begin
   set flag "L5" true
   set flag "L2" true
  end
  else begin
  IF Record "L3" Layout List not hit more 17 time each
  begin
   set flag "L5" true
   set flag "L3" true
  end
  else begin
  IF Record "L4" Layout List not hit more 17 time each
  begin
   set flag "L5" true
   set flag "L4" true
  end
  IF Record "L6" Layout List not hit more 17 time each
  begin
   set flag "L5" true
   set flag "L6" true
  end
  end
  end
  end
end

IF Record "L6" Layout List not hit more 17 time each
  begin
  IF Record "L1" Layout List not hit more 17 time each
  begin
   set flag "L6" true
   set flag "L1" true
  end
  else begin
  IF Record "L2" Layout List not hit more 17 time each
  begin
   set flag "L6" true
   set flag "L2" true
  end
  else begin
  IF Record "L3" Layout List not hit more 17 time each
  begin
   set flag "L6" true
   set flag "L3" true
  end
  else begin
  IF Record "L4" Layout List not hit more 17 time each
  begin
   set flag "L6" true
   set flag "L4" true
  end
  IF Record "L5" Layout List not hit more 17 time each
  begin
   set flag "L6" true
   set flag "L5" true
  end
  end
  end
  end
end

end


IF flag "L1" true each
  begin
  Put 100% of Record "progression" Data to Record "L1" Layout List
  end

IF flag "L2" true each
  begin
  Put 100% of Record "progression" Data to Record "L2" Layout List
  end

IF flag "L3" true each
  begin
  Put 100% of Record "progression" Data to Record "L3" Layout List
  end

IF flag "L4" true each
  begin
  Put 100% of Record "progression" Data to Record "L4" Layout List
  end

IF flag "L5" true each
  begin
  Put 100% of Record "progression" Data to Record "L5" Layout List
  end

IF flag "L6" true each
  begin
  Put 100% of Record "progression" Data to Record "L6" Layout List
  end



If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
      Set flag "L1" false
      Set flag "L2" false
      Set flag "L3" false
      Set flag "L4" false
      Set flag "L5" false
      Set flag "L6" false

      Put 1 on Record "progression" Data Index

      clear Record "L1" Layout
      clear Record "L2" Layout
      clear Record "L3" Layout
      clear Record "L4" Layout
      clear Record "L5" Layout
      clear Record "L6" Layout
    End

  end
END


If you like to donate link::[url="//paypal.me/ignatus1"]//paypal.me/ignatus1[/url]

"Focus on predicting wheel sectors where the ball is expected to land" ~Steve

RouletteGhost

Impressive. But how long is the wait
the key to winning with systems : play for a statistically irrelevant number of spins

link:[url="s://m.youtube.com/watch?v=nmJKY59NX8o"]s://m.youtube.com/watch?v=nmJKY59NX8o[/url]

ignatus

Quote from: RouletteGhost on Jun 23, 10:06 PM 2019
Impressive. But how long is the wait

ofc, this is not realistic for real play? only with RX-bot, perhaps..this was just for fun
If you like to donate link::[url="//paypal.me/ignatus1"]//paypal.me/ignatus1[/url]

"Focus on predicting wheel sectors where the ball is expected to land" ~Steve

ignatus

So, this was not the HG? (Unless you make the progressionline longer?) but now, it crashed after 100 000 Live-spins..
If you like to donate link::[url="//paypal.me/ignatus1"]//paypal.me/ignatus1[/url]

"Focus on predicting wheel sectors where the ball is expected to land" ~Steve

-