• 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

BASIC Progression and Trigger code in RX (for beginners)

Started by ignatus, May 06, 09:25 PM 2018

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ignatus

OK, so i've learned now something new today, how to code a basic Progression and Trigger code in RX,

This may be useful for those who wish to learn RX? ...(it took me a couple of hours to figure this out!) hah  :twisted:

I have much yet to learn, but.. atleast i did it!  O0



system "Test 1"

{BASIC Progression and TRIGGER code}

//TRIGGER: if RED & HIGH hits 2 times in a row, start basic progression on RED

method "main"
begin
  while starting a new session
  begin
       Set List [1,2,4,8] to Record "progression" Data
       Put 100% of Record "progression" Data to Red
  end

       Copy Red to Record "Red" Layout
       Copy High to Record "High" Layout
       
  while on each spin
  begin
     If Record "Red" Layout has Hit 2 times
     begin
       If Record "High" Layout has Hit 2 times
       Begin
        put 1 to Record "progression" Data Index
        Put 100% of Record "progression" Data to Red
       End
    end

       If Red Lost Each time
          Begin
           add 1 to Record "progression" Data Index
           Put 100% of Record "progression" Data to Red
          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

jekhb76

Quote from: ignatus on May 06, 09:25 PM 2018
OK, so i've learned now something new today, how to code a basic Progression and Trigger code in RX,

This may be useful for those who wish to learn RX? ...(it took me a couple of hours to figure this out!) hah  :twisted:

I have much yet to learn, but.. atleast i did it!  O0



system "Test 1"

{BASIC Progression and TRIGGER code}

//TRIGGER: if RED & HIGH hits 2 times in a row, start basic progression on RED

method "main"
begin
  while starting a new session
  begin
       Set List [1,2,4,8] to Record "progression" Data
       Put 100% of Record "progression" Data to Red
  end

       Copy Red to Record "Red" Layout
       Copy High to Record "High" Layout
       
  while on each spin
  begin
     If Record "Red" Layout has Hit 2 times
     begin
       If Record "High" Layout has Hit 2 times
       Begin
        put 1 to Record "progression" Data Index
        Put 100% of Record "progression" Data to Red
       End
    end

       If Red Lost Each time
          Begin
           add 1 to Record "progression" Data Index
           Put 100% of Record "progression" Data to Red
          End
  end
END
Nice work!

Lucky7Red

when you have eliminated the impossible, whatever remains, however improbable, must be the truth?

keepontryin

ignatus..........i have never seen anyone with your drive and dedication to a goal as you.......and i mean NO ONE

keepontryin


-