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

RX Code...

Started by MXkid77, February 05, 2009, 09:23:25 AM

0 Members and 2 Guests are viewing this topic.

MXkid77

Does anyone know what language is used when coding systems for RX, I am trying to teach myself to code.

MXkid77

If i have a 12 stage progression, how do i get RX to check bankroll, and reset the progression to stage 1 on a new bankroll high?

Also, do i list the progression (for example) like this:

1,2,3,4,5,6,7,8,9,2,3,4,5,6,7,8,9,10,3,4 etc

or like this

Progression 1 (1,2,3,4,5,6,7,8,9)
Progression 2 (2,3,4,5,6,7,8,9,10)
Progression 3 (3,4, etc
Progression 4 (
Etc

Any help would be greatly appreciated.

VLSroulette

MX, first way to learn RX is to consult its embedded help.

Also, there are MAGNOX RX tutorials for you to start with:
nolinks://vlsroulette.com/roulette-coding-zone/how-to-code-rx-dozencolumn-part-1/

Remember there are also other languages to make your programming code with! Some may argue even easier to learn (and more useful as you can leverage your skills to non-roulette areas) than RX.

Kind regards,
Victor


MXkid77

Thanks for the info Victor,

Any ideas on which language would be the best overall package to focus my attention on??

VLS

Quote from: MXkid77 on February 09, 2009, 04:28:04 AM
Any ideas on which language would be the best overall package to focus my attention on??

For windows programming, you can't go wrong with either Visual Basic or C# :)

VLS

-