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

News:

Odds and payouts are different things. If either the odds or payouts don't change, then the result is the same - eventual loss.

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

SPLIT HEDGE

Started by ignatus, Feb 08, 03:12 AM 2020

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ignatus

OK, just testing something here, very simple. BET (the 2 Unhit splits within 1 Line+ 2u on the opposite H/L)....Double after (3) Losses in a row... as 1 split hit, Re-bet the 2 Unhit splits. (no progression when the H/L bet hits (Hedge-bet)

That´s all.
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

Serendipity

Try more spins please
Whether you think you can or you can't, you're probably right!

ignatus

Quote from: Serendipity on Feb 08, 04:56 AM 2020
Try more spins please

Split Hedge 2. (same bet) the 2 Unhit splits bet within 1 LINE, +HedgeBet now, All (4) Lines bet within the 2 unhit dozens....

winrate seems to be somewhere between 60%-80%...(only did a short test now)

TEST 1-5

SPLIT HEDGE RX-code
system "SPLIT HEDGE"
// © ignatus 2020 ©

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]
        //2,4,8,16,32,64,128,256,512,1000]
        //1,2,3,5,8,13,21,32,55,89,144,233,377,610,987]
       to Record "progression" Data

       Set List[1,2,3,4,5,6,7] to Record "bets" Data
end

        Copy List [Split(2-5),split(3-6)] to Record "s1" Layout
        Copy List [Split(1-4),split(3-6)] to Record "s2" Layout
        Copy List [Split(1-4),split(2-5)] to Record "s3" Layout
       
        Copy List [Split(8-11),split(9-12)] to Record "s4" Layout
        Copy List [Split(7-10),split(9-12)] to Record "s5" Layout
        Copy List [Split(7-10),split(8-11)] to Record "s6" Layout
       
        Copy List [Split(14-17),split(15-18)] to Record "s7" Layout
        Copy List [Split(13-16),split(15-18)] to Record "s8" Layout
        Copy List [Split(13-16),split(14-17)] to Record "s9" Layout
       
        Copy List [Split(20-23),split(21-24)] to Record "s10" Layout
        Copy List [Split(19-22),split(21-24)] to Record "s11" Layout
        Copy List [Split(19-22),split(20-23)] to Record "s12" Layout
       
        Copy List [Split(26-29),split(27-30)] to Record "s13" Layout
        Copy List [Split(25-28),split(27-30)] to Record "s14" Layout
        Copy List [Split(25-28),split(26-29)] to Record "s15" Layout
       
        Copy List [Split(32-35),split(33-36)] to Record "s16" Layout
        Copy List [Split(31-34),split(33-36)] to Record "s17" Layout
        Copy List [Split(31-34),split(32-35)] to Record "s18" Layout
       

        Copy List [Line(1-6),Line(7-12)]
        to Record "d1" Layout
       
        Copy List [Line(13-18),Line(19-24)]
        to Record "d2" Layout
       
        Copy List [Line(25-30),Line(31-36)]
        to Record "d3" Layout
       
         Copy List [High]
        to Record "H" Layout
       
         Copy List [Low]
        to Record "L" Layout



  while on each spin
  begin
 
   Track last Number for 1 spins to
Record "last1" layout
 

   If Any split bet won each
begin
  reset all flags false
  put 1 to Record "progression" Data Index
  Put 1 to Record "bets" Data Index

end



{if total inside bets count = 0 each
begin
// Put 1 on Record "bets" Data Index
  set flag "L1" false
  set flag "L2" false
  set flag "L3" false
  set flag "L4" false
  set flag "L5" false
  set flag "L6" false
end
}

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


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

{if total spin count >= 250 each time
begin
  stop session
end
}

if total inside bets count > 0 each
begin

if any Line bet won each
begin
set flag "prog" true
end

If flag "prog" false each
begin
  add 1 on Record "progression" Data Index
end

set flag "prog" false

end
//===========





//IF record "last1" layout is found within record "secondlast" layout
//  begin


if total split bets count < 2 each
begin

set flag "bet" true


if high hit each
begin
set flag "H" true
end

if low hit each
begin
set flag "L" true
end

IF flag "L1" false each
begin
//IF record "bets" data index <= 5
//begin

IF Line(1-6) hit each
begin
set flag "L1" true
//add 1 on record "bets" data index

IF split(1-4) hit each
begin
//add 1 on record "bets" data index
set flag "s1" true
set flag "L" true
//put 100% of Record "progression" Data on Record "s2" Layout list
end

IF split(2-5) hit each
begin
//add 1 on record "bets" data index
set flag "s2" true
set flag "L" true
//put 100% of Record "progression" Data on Record "s1" Layout list
end

IF split(3-6) hit each
begin
//add 1 on record "bets" data index
set flag "s3" true
set flag "L" true
//put 100% of Record "progression" Data on Record "s1" Layout list
end

end
end
//end

IF flag "L2" false each
begin
//IF record "bets" data index <= 5

//begin
IF Line(7-12) hit each
begin
set flag "L2" true
//add 1 on record "bets" data index

IF split(7-10) hit each
begin
//add 1 on record "bets" data index
set flag "s4" true
set flag "L" true
//put 100% of Record "progression" Data on Record "s4" Layout list
end

IF split(8-11) hit each
begin
//add 1 on record "bets" data index
set flag "s5" true
set flag "L" true
//put 100% of Record "progression" Data on Record "s3" Layout list
end

IF split(9-12) hit each
begin
//add 1 on record "bets" data index
set flag "s6" true
set flag "L" true
//put 100% of Record "progression" Data on Record "s3" Layout list
end

//end
end
end


IF flag "L3" false each
begin
//IF record "bets" data index <= 5
//begin

IF Line(13-18) hit each
begin
set flag "L3" true
//add 1 on record "bets" data index

IF split(13-16) hit each
begin
//add 1 on record "bets" data index
set flag "s7" true
set flag "L" true
//put 100% of Record "progression" Data on Record "s6" Layout list
end

IF split(14-17) hit each
begin
//add 1 on record "bets" data index
set flag "s8" true
set flag "L" true
//put 100% of Record "progression" Data on Record "s5" Layout list
end

IF split(15-18) hit each
begin
//add 1 on record "bets" data index
set flag "s9" true
set flag "L" true
//put 100% of Record "progression" Data on Record "s5" Layout list
end

//end
end
end
//end



//if flag "L" false each
//begin


IF flag "L4" false each
begin
//IF record "bets" data index <= 5
//begin

IF Line(19-24) hit each
begin
set flag "L4" true

//add 1 on record "bets" data index


IF split(19-22) hit each
begin
//add 1 on record "bets" data index
set flag "s10" true
set flag "H" true

//put 100% of Record "progression" Data on Record "s8" Layout list
end

IF split(20-23) hit each
begin
//add 1 on record "bets" data index
set flag "s11" true
set flag "H" true

//put 100% of Record "progression" Data on Record "s7" Layout list
end

IF split(21-24) hit each
begin
//add 1 on record "bets" data index
set flag "s12" true
set flag "H" true

//put 100% of Record "progression" Data on Record "s7" Layout list
end

end
end




IF flag "L5" false each
begin
//IF record "bets" data index <= 5
//begin

IF Line(25-30) hit each
begin
set flag "L5" true
set flag "H" true
//add 1 on record "bets" data index

IF split(25-28) hit each
begin
//add 1 on record "bets" data index
set flag "s13" true
set flag "H" true
//put 100% of Record "progression" Data on Record "s10" Layout list
end

IF split(26-29) hit each
begin
//add 1 on record "bets" data index
set flag "s14" true
set flag "H" true
//put 100% of Record "progression" Data on Record "s9" Layout list
end

IF split(27-30) hit each
begin
//add 1 on record "bets" data index
set flag "s15" true
set flag "H" true
//put 100% of Record "progression" Data on Record "s9" Layout list
end

end
end


IF flag "L6" false each
begin
//IF record "bets" data index <= 5
//begin

IF Line(31-36) hit each
begin
set flag "L6" true
set flag "H" true
//add 1 on record "bets" data index


IF split(31-34) hit each
begin
//add 1 on record "bets" data index
set flag "s16" true
set flag "H" true
//put 100% of Record "progression" Data on Record "s12" Layout list
end

IF split(32-35) hit each
begin
//add 1 on record "bets" data index
set flag "s17" true
set flag "H" true
//put 100% of Record "progression" Data on Record "s11" Layout list
end

IF split(33-36) hit each
begin
//add 1 on record "bets" data index
set flag "s18" true
set flag "H" true
//put 100% of Record "progression" Data on Record "s11" Layout list
end

end
end

end
//end



if total inside bets count = 0 each
begin
Put 1 on Record "bets" Data Index
  set flag "d1" false
  set flag "d2" false
  set flag "d3" false
end


if flag "bet" true each
begin

IF 1st dozen hit each
begin

if flag "d1" false each
begin
add 1 on record "bets" data index
end
set flag "d1" true
set flag "L1" true
set flag "L2" true

end



IF 2nd dozen hit each
begin


if flag "d2" false each
begin
add 1 on record "bets" data index
end
set flag "d2" true
set flag "L3" true
set flag "L4" true

end



IF 3rd dozen hit each
begin


if flag "d3" false each
begin
add 1 on record "bets" data index
end
set flag "d3" true
set flag "L5" true
set flag "L6" true

end
end



if flag "bet1" false each
begin

if flag "d1" true each
begin
set flag "d2bet" true
set flag "d3bet" true
set flag "bet1" true
end


if flag "d2" true each
begin
set flag "d1bet" true
set flag "d3bet" true
set flag "bet1" true
end


if flag "d3" true each
begin
set flag "d1bet" true
set flag "d2bet" true
set flag "bet1" true
end

end

{
IF flag "H" true each
begin
put 100% of Record "progression" Data on Record "L" Layout list
end

IF flag "L" true each
begin
put 100% of Record "progression" Data on Record "H" Layout list
end
   }

IF flag "d1bet" true each
begin
put 100% of Record "progression" Data on Record "d1" Layout list
end

IF flag "d2bet" true each
begin
put 100% of Record "progression" Data on Record "d2" Layout list
end

IF flag "d3bet" true each
begin
put 100% of Record "progression" Data on Record "d3" Layout list
end



If flag "s1" true each
begin
put 100% of Record "progression" Data on Record "s1" Layout list
end



//IF Record "s2" Layout list lost each
If flag "s2" true each
begin
put 100% of Record "progression" Data on Record "s2" Layout list
end

//IF Record "s3" Layout list lost each
If flag "s3" true each
begin
put 100% of Record "progression" Data on Record "s3" Layout list
end

//IF Record "s4" Layout list lost each
If flag "s4" true each
begin
put 100% of Record "progression" Data on Record "s4" Layout list
end

//IF Record "s5" Layout list lost each
If flag "s5" true each
begin
put 100% of Record "progression" Data on Record "s5" Layout list
end

//IF Record "s6" Layout list lost each
If flag "s6" true each
begin
put 100% of Record "progression" Data on Record "s6" Layout list
end

//IF Record "s7" Layout list lost each
If flag "s7" true each
begin
put 100% of Record "progression" Data on Record "s7" Layout list
end

//IF Record "s8" Layout list lost each
If flag "s8" true each
begin
put 100% of Record "progression" Data on Record "s8" Layout list
end

//IF Record "s9" Layout list lost each
If flag "s9" true each
begin
put 100% of Record "progression" Data on Record "s9" Layout list
end





//IF Record "s10" Layout list lost each
If flag "s10" true each
begin
put 100% of Record "progression" Data on Record "s10" Layout list
end

//IF Record "s11" Layout list lost each
If flag "s11" true each
begin
put 100% of Record "progression" Data on Record "s11" Layout list
end

//IF Record "s12" Layout list lost each
If flag "s12" true each
begin
put 100% of Record "progression" Data on Record "s12" Layout list
end

If flag "s13" true each
begin
put 100% of Record "progression" Data on Record "s13" Layout list
end

//IF Record "s8" Layout list lost each
If flag "s14" true each
begin
put 100% of Record "progression" Data on Record "s14" Layout list
end

//IF Record "s9" Layout list lost each
If flag "s15" true each
begin
put 100% of Record "progression" Data on Record "s15" Layout list
end

//IF Record "s10" Layout list lost each
If flag "s16" true each
begin
put 100% of Record "progression" Data on Record "s16" Layout list
end

//IF Record "s11" Layout list lost each
If flag "s17" true each
begin
put 100% of Record "progression" Data on Record "s17" Layout list
end

//IF Record "s12" Layout list lost each
If flag "s18" true each
begin
put 100% of Record "progression" Data on Record "s18" Layout list
end

//end

{
IF flag "H" true each
begin
put 100% of Record "progression" Data on Record "L" Layout list
end

IF flag "L" true each
begin
put 100% of Record "progression" Data on Record "H" Layout list
end
}




If Record "progression" Data Index >
  Record "progression" Data Count
  Begin
  Put 1 on Record "progression" Data Index
  Put 1 on Record "bets" Data Index
  reset all flags false
  set flag "db" false
  set flag "d1" false
  set flag "d2" false
  set flag "d3" false
  set flag "d1bet" false
  set flag "d2bet" false
  set flag "d3bet" false

  set flag "L1" false
  set flag "L2" false
  set flag "L3" false
  set flag "L4" false
  set flag "L5" false
  set flag "L6" false
 
  set flag "s1" false
  set flag "s2" false
  set flag "s3" false
  set flag "s4" false
  set flag "s5" false
  set flag "s6" false
  set flag "s7" false
  set flag "s8" false
  set flag "s9" false
  set flag "s10" false
  set flag "s11" false
  set flag "s12" false
  set flag "s13" false
  set flag "s14" false
  set flag "s15" false
  set flag "s16" false
  set flag "s17" false
  set flag "s18" false

  clear Record "s1" Layout
  clear Record "s2" Layout
  clear Record "s3" Layout
  clear Record "s4" Layout
  clear Record "s5" Layout
  clear Record "s6" Layout
  clear Record "s7" Layout
  clear Record "s8" Layout
  clear Record "s9" Layout
  clear Record "s10" Layout
  clear Record "s11" Layout
  clear Record "s12" Layout

  End
 
    Track last Number for 10 spins to
Record "secondlast" layout

  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

-