• 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

Variance Alliance Dozen

Started by ignatus, Apr 07, 01:08 AM 2019

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ignatus

Short-term hitn'run, this should be profitable. short-term, i'd say +500-1000u profit is almost guaranteed. 80-90% winrate(?)

It's a dozen/column system.

Gameplay/procedure; Wait for any dozen or column to sleep for a minimum of 9 spins (TRIGGER), THEN when that particular sleeping dozen or column HITs, you Start place bets (TRIGGER-BET).

Progressionline; 10,25,45,75,125,225 STOP

The progressionline only 6 step, Because, i made it Short and *agressive* so, IF/when a loss happens, it should be able to recover.

TEST 1 RNG
TEST 2-5 LIVE

RX-code
system "Variance Alliance Column/Dozen"
// © ignatus 2019 ©

method "main"
begin
  while starting a new session
  begin
      // Set List [1,2,3,4,6,9,14,21,31,47,70,105,158,237,355,533]
        Set List [10,25,45,75,125,225]
                to Record "progression" Data
  end
   put 0 to Record "Highest Bankroll" Data
   
       Copy List [1st dozen] to Record "D1" Layout
       
       Copy List [2nd dozen] to Record "D2" Layout
       
       Copy List [3rd dozen] to Record "D3" Layout
       
       Copy List [Column A] to Record "C1" Layout

       Copy List [Column B] to Record "C2" Layout

       Copy List [Column C] to Record "C3" Layout

  while on each spin
  begin
 
  IF total bankroll <= -2000 each
  begin
  stop session
  end
 
  IF any outside bet lost each
  begin
    add 1 on Record "progression" Data Index
  end
 
  If any outside bet won each
  begin
  put 1 on Record "progression" Data Index

  { if Bankroll > Record "Highest Bankroll" Data
   begin
    clear Record "Highest Bankroll" Data
    put 100% Bankroll to Record "Highest Bankroll" Data
    put 1 on Record "progression" Data Index
   end
   }
      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 "C1" false
      Set flag "C2" false
      Set flag "C3" false

      Set flag "C1bet" false
      Set flag "C2bet" false
      Set flag "C3bet" false

      clear Record "D1" Layout
      clear Record "D2" Layout
      clear Record "D3" Layout
     
      clear Record "C1" Layout
      clear Record "C2" Layout
      clear Record "C3" Layout
  end

 
  If flag "D1" true each
  begin
     if total outside bets count = 0 each
      begin

     If 1st dozen hit each
     begin
     set flag "D1" false
     set flag "D1bet" true
       Put 100% of Record "progression" Data to Record "D1" Layout List
       end
     end
  end
 
   If flag "D2" true each
  begin
  if total outside bets count = 0 each
      begin
     If 2nd dozen hit each
     begin
     set flag "D2" false
       set flag "D2bet" true
       Put 100% of Record "progression" Data to Record "D2" Layout List
       end
     end
  end
 
   If flag "D3" true each
  begin
     if total outside bets count = 0 each
     begin
     If 3rd dozen hit each
     begin
     set flag "D3" false
       set flag "D3bet" true
       Put 100% of Record "progression" Data to Record "D3" Layout List
       end
     end
  end
 
 
  If flag "C1" true each
  begin
     if total outside bets count = 0 each
      begin

     If Column A hit each
     begin
     set flag "C1" false
     set flag "C1bet" true
       Put 100% of Record "progression" Data to Record "C1" Layout List
       end
     end
  end

   If flag "C2" true each
  begin
  if total outside bets count = 0 each
      begin
     If Column B hit each
     begin
     set flag "C2" false
       set flag "C2bet" true
       Put 100% of Record "progression" Data to Record "C2" Layout List
       end
     end
  end

   If flag "C3" true each
  begin
     if total outside bets count = 0 each
     begin
     If Column C hit each
     begin
     set flag "C3" false
       set flag "C3bet" true
       Put 100% of Record "progression" Data to Record "C3" Layout List
       end
     end
  end

     If 1st dozen not hit 9 times in a row each
     begin
       set flag "D1" true
     end
     
     If 2nd dozen not hit 9 times in a row each
     begin
       set flag "D2" true
     end
     
     If 3rd dozen not hit 9 times in a row each
     begin
       set flag "D3" true
     end
     
     If Column A not hit 9 times in a row each
     begin
       set flag "C1" true
     end

     If Column B not hit 9 times in a row each
     begin
       set flag "C2" true
     end

     If Column C not hit 9 times in a row each
     begin
       set flag "C3" true
     end



     IF flag "D1bet" True each
     begin
        Put 100% of Record "progression" Data to Record "D1" Layout List
     end
     
       IF flag "D2bet" True each
     begin
        Put 100% of Record "progression" Data to Record "D2" Layout List
     end
     
       IF flag "D3bet" True each
     begin
        Put 100% of Record "progression" Data to Record "D3" Layout List
     end


     IF flag "C1bet" True each
     begin
        Put 100% of Record "progression" Data to Record "C1" Layout List
     end

       IF flag "C2bet" True each
     begin
        Put 100% of Record "progression" Data to Record "C2" Layout List
     end

       IF flag "C3bet" True each
     begin
        Put 100% of Record "progression" Data to Record "C3" Layout List
     end


  If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
      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 "C1" false
      Set flag "C2" false
      Set flag "C3" false

      Set flag "C1bet" false
      Set flag "C2bet" false
      Set flag "C3bet" false

      clear Record "D1" Layout
      clear Record "D2" Layout
      clear Record "D3" Layout

      clear Record "C1" Layout
      clear Record "C2" Layout
      clear Record "C3" Layout
     
      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

-