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

News:

The only way to beat roulette is by increasing accuracy of predictions (changing the odds). This is possible on many real wheels.

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

LINE Hunter

Started by ignatus, Jan 31, 02:25 AM 2019

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ignatus

OK, also something i did for fun  O0

-BET Every LINE that hits,(ONE Line bet) with a POSITIVE PROGRESSIONLINE, (+1 Step for each HIT) Until Reached a new high, then Reset

POSITIVE PROGRESSIONLINE
1,2,3,5,7,9,11,12,14,16,18,20,22,25,28,30,32,35,40,45,50,55,60,70,80,90,100,110,130,150,190,230,275,350

TEST 1-2 (RX Random spins)
TEST 1-5 (LIVE spins)

RX-code


system "Line Hunter"
//(copyright) ignatus 2019

method "main"
begin
while starting a new session
begin
       Set List[1,2,3,5,7,9,11,12,14,16,18,20,22,25,28,30,32,35,40,45,50,55,60,70,
                80,90,100,110,130,150,190,230,275,350]
       to Record "progression" Data
end
put 0 to Record "Highest Bankroll" Data

        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
// add 1 on Record "progression" Data Index

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

if total bankroll <= -300 each time
begin
  stop session
end


If any Line bet won each
begin

if Bankroll > Record "Highest Bankroll" Data
begin
  clear Record "Highest Bankroll" Data
  put 5000% Bankroll to Record "Highest Bankroll" Data
  put 1 on Record "progression" Data Index
end

   add 1 on Record "progression" Data Index
  end
end


If any Line bet lost each
begin
//  add 1 on Record "progression" Data Index
end


IF Line(1-6) has hit each
begin
put 100% of Record "progression" Data on Record "L1" Layout list
end

IF Line(7-12) has hit each
begin
put 100% of Record "progression" Data on Record "L2" Layout list
end

IF Line(13-18) has hit each
begin
put 100% of Record "progression" Data on Record "L3" Layout list
end

IF Line(19-24) has hit each
begin
put 100% of Record "progression" Data on Record "L4" Layout list
end

IF Line(25-30) has hit each
begin
put 100% of Record "progression" Data on Record "L5" Layout list
end

IF Line(31-36) has hit each
begin
put 100% of Record "progression" Data on Record "L6" Layout list
end



If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
     Put 1 on Record "progression" Data Index
     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

stringbeanpc

ignatus, You have become a very skilled RX coder. Congratulations !

ignatus

Quote from: stringbeanpc on Jan 31, 08:57 PM 2019
ignatus, You have become a very skilled RX coder. Congratulations !

Thanks :)
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

-