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

News:

Test the accuracy of your method to predict the winning number. If it works, then your system works. But tests over a few hundred spins tell you nothing.

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

SNIPER 2

Started by ignatus, Jul 11, 01:24 AM 2019

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ignatus

This is; --Wait for 9 numbers to be hit in Either HIGH or LOW, (whichever hits first) Bet the 9 Unhit numbers within H or L + a Hedged bet of 9 numbers on the opposite H/L).

This has A LITTLE higher winrate about 70% i believe.

I put a WG/SL at +1000/-1000

TEST and share your result. Thank you.

RX-code SNIPER 2
system "SNIPER 2"
// © ignatus 2019 ©

method "main"
begin
  while starting a new session
  begin
       Set List [5,5,10,20,40,80,160,300,400,600,800,1000] to Record "progression" Data
       
       Set List [1,2,3,4,5,6,7,8,9,10,11,12] to Record "Low" Data
       Set List [1,2,3,4,5,6,7,8,9,10,11,12] to Record "High" Data
  end
 
   Copy List [split(1-4),split(2-5),split(3-6),split(7-10),split(8-11),split(9-12),split(13-16),split(14-17),split(15-18)]
       to Record "L" Layout
       Copy List [split(19-22),split(20-23),split(21-24),split(25-28),split(26-29),split(27-30),split(31-34),split(32-35),split(33-36)]
       to Record "H" Layout

  while on each spin
  begin
 
  if total bankroll <= -1000 each time
begin
   stop session
end

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


IF total inside bets count = 0 each
begin

IF Low has hit each
begin

if flag "1" is false each
begin
IF number 1 has hit each
begin
add 1 on Record "Low" Data Index
set flag "1" true
end
end


if flag "3" is false each
begin
IF number 3 has hit each
begin
add 1 on Record "Low" Data Index
set flag "3" true
end
end

if flag "5" is false each
begin
IF number 5 has hit each
begin
add 1 on Record "Low" Data Index
set flag "5" true
end
end

if flag "7" is false each
begin
IF number 7 has hit each
begin
add 1 on Record "Low" Data Index
set flag "7" true
end
end

if flag "9" is false each
begin
IF number 9 has hit each
begin
add 1 on Record "Low" Data Index
set flag "9" true
end
end

if flag "12" is false each
begin
IF number 12 has hit each
begin
add 1 on Record "Low" Data Index
set flag "12" true
end
end

if flag "14" is false each
begin
IF number 14 has hit each
begin
add 1 on Record "Low" Data Index
set flag "14" true
end
end

if flag "16" is false each
begin
IF number 16 has hit each
begin
add 1 on Record "Low" Data Index
set flag "16" true
end
end

if flag "18" is false each
begin
IF number 18 has hit each
begin
add 1 on Record "Low" Data Index
set flag "18" true
end
end

if flag "2" is false each
begin
IF number 2 has hit each
begin
add 1 on Record "Low" Data Index
set flag "2" true
end
end


if flag "4" is false each
begin
IF number 4 has hit each
begin
add 1 on Record "Low" Data Index
set flag "4" true
end
end

if flag "6" is false each
begin
IF number 6 has hit each
begin
add 1 on Record "Low" Data Index
set flag "6" true
end
end

if flag "8" is false each
begin
IF number 8 has hit each
begin
add 1 on Record "Low" Data Index
set flag "8" true
end
end

if flag "10" is false each
begin
IF number 10 has hit each
begin
add 1 on Record "Low" Data Index
set flag "10" true
end
end

if flag "11" is false each
begin
IF number 11 has hit each
begin
add 1 on Record "Low" Data Index
set flag "11" true
end
end

if flag "13" is false each
begin
IF number 13 has hit each
begin
add 1 on Record "Low" Data Index
set flag "13" true
end
end

if flag "15" is false each
begin
IF number 15 has hit each
begin
add 1 on Record "Low" Data Index
set flag "15" true
end
end

if flag "17" is false each
begin
IF number 17 has hit each
begin
add 1 on Record "Low" Data Index
set flag "2" true
end
end

if Record "Low" Data Index >= 10 each
begin
put 1 on Record "Low" Data Index
set flag "bet" true
end

end


IF High has hit each
begin

if flag "20" is false each
begin
IF number 20 has hit each
begin
add 1 on Record "High" Data Index
set flag "20" true
end
end


if flag "22" is false each
begin
IF number 22 has hit each
begin
add 1 on Record "High" Data Index
set flag "22" true
end
end

if flag "24" is false each
begin
IF number 24 has hit each
begin
add 1 on Record "High" Data Index
set flag "24" true
end
end

if flag "26" is false each
begin
IF number 26 has hit each
begin
add 1 on Record "High" Data Index
set flag "26" true
end
end

if flag "28" is false each
begin
IF number 28 has hit each
begin
add 1 on Record "High" Data Index
set flag "28" true
end
end

if flag "29" is false each
begin
IF number 29 has hit each
begin
add 1 on Record "High" Data Index
set flag "29" true
end
end

if flag "31" is false each
begin
IF number 31 has hit each
begin
add 1 on Record "High" Data Index
set flag "31" true
end
end

if flag "33" is false each
begin
IF number 33 has hit each
begin
add 1 on Record "High" Data Index
set flag "33" true
end
end

if flag "35" is false each
begin
IF number 35 has hit each
begin
add 1 on Record "High" Data Index
set flag "35" true
end
end




if flag "19" is false each
begin
IF number 19 has hit each
begin
add 1 on Record "High" Data Index
set flag "19" true
end
end


if flag "21" is false each
begin
IF number 21 has hit each
begin
add 1 on Record "High" Data Index
set flag "21" true
end
end

if flag "23" is false each
begin
IF number 23 has hit each
begin
add 1 on Record "High" Data Index
set flag "23" true
end
end

if flag "25" is false each
begin
IF number 25 has hit each
begin
add 1 on Record "High" Data Index
set flag "25" true
end
end

if flag "27" is false each
begin
IF number 27 has hit each
begin
add 1 on Record "High" Data Index
set flag "27" true
end
end

if flag "30" is false each
begin
IF number 30 has hit each
begin
add 1 on Record "High" Data Index
set flag "30" true
end
end

if flag "32" is false each
begin
IF number 32 has hit each
begin
add 1 on Record "High" Data Index
set flag "32" true
end
end

if flag "34" is false each
begin
IF number 34 has hit each
begin
add 1 on Record "High" Data Index
set flag "34" true
end
end

if flag "36" is false each
begin
IF number 36 has hit each
begin
add 1 on Record "High" Data Index
set flag "36" true
end
end

if Record "High" Data Index >= 10 each
begin
put 1 on Record "High" Data Index
set flag "bet2" true
end

end
end



  If any number bet won each
  begin

      set flag "bet" false
      set flag "bet2" false

      set flag "19" false
      set flag "21" false
      set flag "23" false
      set flag "25" false
      set flag "27" false
      set flag "30" false
      set flag "32" false
      set flag "34" false
      set flag "36" false

      set flag "1" false
      set flag "3" false
      set flag "5" false
      set flag "7" false
      set flag "9" false
      set flag "12" false
      set flag "14" false
      set flag "16" false
      set flag "18" false
     
      set flag "2" false
      set flag "4" false
      set flag "6" false
      set flag "8" false
      set flag "10" false
      set flag "11" false
      set flag "13" false
      set flag "15" false
      set flag "17" false
     
      set flag "20" false
      set flag "22" false
      set flag "24" false
      set flag "26" false
      set flag "28" false
      set flag "29" false
      set flag "31" false
      set flag "33" false
      set flag "35" false

      Put 1 on Record "High" Data Index
      Put 1 on Record "Low" Data Index
      Put 1 on Record "progression" Data Index

end


 
IF Record "L" Layout list lost each
  begin
    add 1 on Record "progression" Data Index
  end
  else begin
  IF Record "H" Layout list lost each
  begin
   add 1 on Record "progression" Data Index
  end
  end





if flag "bet" true each
begin

IF flag "2" is false each
begin
Put 100% of Record "progression" Data to number 2
Put 100% of Record "progression" Data to Record "H" Layout List
end

IF flag "4" is false each
begin
Put 100% of Record "progression" Data to number 4
Put 100% of Record "progression" Data to Record "H" Layout List
end

IF flag "6" is false each
begin
Put 100% of Record "progression" Data to number 6
Put 100% of Record "progression" Data to Record "H" Layout List
end

IF flag "8" is false each
begin
Put 100% of Record "progression" Data to number 8
Put 100% of Record "progression" Data to Record "H" Layout List
end

IF flag "10" is false each
begin
Put 100% of Record "progression" Data to number 10
Put 100% of Record "progression" Data to Record "H" Layout List
end

IF flag "11" is false each
begin
Put 100% of Record "progression" Data to number 11
Put 100% of Record "progression" Data to Record "H" Layout List
end

IF flag "13" is false each
begin
Put 100% of Record "progression" Data to number 13
Put 100% of Record "progression" Data to Record "H" Layout List
end

IF flag "15" is false each
begin
Put 100% of Record "progression" Data to number 15
Put 100% of Record "progression" Data to Record "H" Layout List
end

IF flag "17" is false each
begin
Put 100% of Record "progression" Data to number 17
Put 100% of Record "progression" Data to Record "H" Layout List
end

IF flag "1" is false each
begin
Put 100% of Record "progression" Data to number 1
Put 100% of Record "progression" Data to Record "H" Layout List
end

IF flag "3" is false each
begin
Put 100% of Record "progression" Data to number 3
Put 100% of Record "progression" Data to Record "H" Layout List
end

IF flag "5" is false each
begin
Put 100% of Record "progression" Data to number 5
Put 100% of Record "progression" Data to Record "H" Layout List
end

IF flag "7" is false each
begin
Put 100% of Record "progression" Data to number 7
Put 100% of Record "progression" Data to Record "H" Layout List
end

IF flag "9" is false each
begin
Put 100% of Record "progression" Data to number 9
Put 100% of Record "progression" Data to Record "H" Layout List
end

IF flag "12" is false each
begin
Put 100% of Record "progression" Data to number 12
Put 100% of Record "progression" Data to Record "H" Layout List
end

IF flag "14" is false each
begin
Put 100% of Record "progression" Data to number 14
Put 100% of Record "progression" Data to Record "H" Layout List
end

IF flag "16" is false each
begin
Put 100% of Record "progression" Data to number 16
Put 100% of Record "progression" Data to Record "H" Layout List
end

IF flag "18" is false each
begin
Put 100% of Record "progression" Data to number 18
Put 100% of Record "progression" Data to Record "H" Layout List
end

end

IF flag "bet2" is true each
begin

IF flag "20" is false each
begin
Put 100% of Record "progression" Data to number 20
Put 100% of Record "progression" Data to Record "L" Layout List
end

IF flag "22" is false each
begin
Put 100% of Record "progression" Data to number 22
Put 100% of Record "progression" Data to Record "L" Layout List
end

IF flag "24" is false each
begin
Put 100% of Record "progression" Data to number 24
Put 100% of Record "progression" Data to Record "L" Layout List
end

IF flag "26" is false each
begin
Put 100% of Record "progression" Data to number 26
Put 100% of Record "progression" Data to Record "L" Layout List
end

IF flag "28" is false each
begin
Put 100% of Record "progression" Data to number 28
Put 100% of Record "progression" Data to Record "L" Layout List
end

IF flag "29" is false each
begin
Put 100% of Record "progression" Data to number 29
Put 100% of Record "progression" Data to Record "L" Layout List
end

IF flag "31" is false each
begin
Put 100% of Record "progression" Data to number 31
Put 100% of Record "progression" Data to Record "L" Layout List
end

IF flag "33" is false each
begin
Put 100% of Record "progression" Data to number 33
Put 100% of Record "progression" Data to Record "L" Layout List
end

IF flag "35" is false each
begin
Put 100% of Record "progression" Data to number 35
Put 100% of Record "progression" Data to Record "L" Layout List
end


IF flag "19" is false each
begin
Put 100% of Record "progression" Data to number 19
Put 100% of Record "progression" Data to Record "L" Layout List
end

IF flag "21" is false each
begin
Put 100% of Record "progression" Data to number 21
Put 100% of Record "progression" Data to Record "L" Layout List
end

IF flag "23" is false each
begin
Put 100% of Record "progression" Data to number 23
Put 100% of Record "progression" Data to Record "L" Layout List
end

IF flag "25" is false each
begin
Put 100% of Record "progression" Data to number 25
Put 100% of Record "progression" Data to Record "L" Layout List
end

IF flag "27" is false each
begin
Put 100% of Record "progression" Data to number 27
Put 100% of Record "progression" Data to Record "L" Layout List
end

IF flag "30" is false each
begin
Put 100% of Record "progression" Data to number 30
Put 100% of Record "progression" Data to Record "L" Layout List
end

IF flag "32" is false each
begin
Put 100% of Record "progression" Data to number 32
Put 100% of Record "progression" Data to Record "L" Layout List
end

IF flag "34" is false each
begin
Put 100% of Record "progression" Data to number 34
Put 100% of Record "progression" Data to Record "L" Layout List
end

IF flag "36" is false each
begin
Put 100% of Record "progression" Data to number 36
Put 100% of Record "progression" Data to Record "L" Layout List
end

end






If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
      set flag "bet" false
      set flag "bet2" false

      set flag "19" false
      set flag "21" false
      set flag "23" false
      set flag "25" false
      set flag "27" false
      set flag "30" false
      set flag "32" false
      set flag "34" false
      set flag "36" false

      set flag "1" false
      set flag "3" false
      set flag "5" false
      set flag "7" false
      set flag "9" false
      set flag "12" false
      set flag "14" false
      set flag "16" false
      set flag "18" false

      set flag "2" false
      set flag "4" false
      set flag "6" false
      set flag "8" false
      set flag "10" false
      set flag "11" false
      set flag "13" false
      set flag "15" false
      set flag "17" false
     
      set flag "20" false
      set flag "22" false
      set flag "24" false
      set flag "26" false
      set flag "28" false
      set flag "29" false
      set flag "31" false
      set flag "33" false
      set flag "35" false

      Put 1 on Record "Low" Data Index
      Put 1 on Record "High" Data Index

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

Let Me Win

No Sir I will not.
I don't have the time to waste on testing anything you create.

Nor am I going to donate to your PayPal link.

-