• 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

Wheel Movements

Started by ignatus, Jan 13, 09:35 PM 2013

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

ignatus

Here is the code

program TwoStepTrack;

var bet:integer;

begin
repeat;
writeln('Enter last spin: ');
readln(bet);
if (bet=0)  then writeln('Bet numbers 14,18,31,36 Splits 8/9, 10/11, 22/23, 29/30');
if (bet=32) then writeln('Bet numbers 14,18,31,36 Splits 8/9, 10/11, 22/23, 29/30');
if (bet=15) then writeln('Bet numbers 14,18,31,36 Splits 8/9, 10/11, 22/23, 29/30');
if (bet=19) then writeln('Bet numbers 14,18,31,36 Splits 8/9, 10/11, 22/23, 29/30');
if (bet=4)  then writeln('Bet numbers 14,18,31,36 Splits 8/9, 10/11, 22/23, 29/30');
if (bet=21) then writeln('Bet numbers 14,18,31,36 Splits 8/9, 10/11, 22/23, 29/30');
if (bet=2)  then writeln('Bet numbers 14,18,31,36 Splits 8/9, 10/11, 22/23, 29/30');
if (bet=25) then writeln('Bet numbers 1,3,5,7,12,16,20,24,26,28,33,35');
if (bet=17) then writeln('Bet numbers 1,3,5,7,12,16,20,24,26,28,33,35');
if (bet=34) then writeln('Bet numbers 1,3,5,7,12,16,20,24,26,28,33,35');
if (bet=6)  then writeln('Bet numbers 1,3,5,7,12,16,20,24,26,28,33,35');
if (bet=27) then writeln('Bet numbers 1,3,5,7,12,16,20,24,26,28,33,35');
if (bet=13) then writeln('Bet numbers 1,3,5,7,12,16,20,24,26,28,33,35');
if (bet=36) then writeln('Bet numbers 4,9,31 Splits 0/2, 14/15, 18/21, 19/22, 29/32');
if (bet=11) then writeln('Bet numbers 4,9,31 Splits 0/2, 14/15, 18/21, 19/22, 29/32');
if (bet=30) then writeln('Bet numbers 4,9,31 Splits 0/2, 14/15, 18/21, 19/22, 29/32');
if (bet=8)  then writeln('Bet numbers 4,9,31 Splits 0/2, 14/15, 18/21, 19/22, 29/32');
if (bet=23) then writeln('Bet numbers 4,9,31 Splits 0/2, 14/15, 18/21, 19/22, 29/32');
if (bet=10) then writeln('Bet numbers 4,9,31 Splits 0/2, 14/15, 18/21, 19/22, 29/32');
if (bet=5)  then writeln('Bet numbers 7,12,13,17 Splits 3/6, 26/27, 25/28, 34/35');
if (bet=24) then writeln('Bet numbers 7,12,13,17 Splits 3/6, 26/27, 25/28, 34/35');
if (bet=16) then writeln('Bet numbers 7,12,13,17 Splits 3/6, 26/27, 25/28, 34/35');
if (bet=33) then writeln('Bet numbers 7,12,13,17 Splits 3/6, 26/27, 25/28, 34/35');
if (bet=1)  then writeln('Bet numbers 7,12,13,17 Splits 3/6, 26/27, 25/28, 34/35');
if (bet=20) then writeln('Bet numbers 7,12,13,17 Splits 3/6, 26/27, 25/28, 34/35');
if (bet=14) then writeln('Bet numbers 4,10,15,19,21,23,30,32,36 Splits 0/2, 8/11');
if (bet=31) then writeln('Bet numbers 4,10,15,19,21,23,30,32,36 Splits 0/2, 8/11');
if (bet=9)  then writeln('Bet numbers 4,10,15,19,21,23,30,32,36 Splits 0/2, 8/11');
if (bet=22) then writeln('Bet numbers 4,10,15,19,21,23,30,32,36 Splits 0/2, 8/11');
if (bet=18) then writeln('Bet numbers 4,10,15,19,21,23,30,32,36 Splits 0/2, 8/11');
if (bet=29) then writeln('Bet numbers 4,10,15,19,21,23,30,32,36 Splits 0/2, 8/11');
if (bet=7)  then writeln('Bet numbers 1,25,33,34 Splits 5/6, 13/16, 17/20, 24/27');
if (bet=28) then writeln('Bet numbers 1,25,33,34 Splits 5/6, 13/16, 17/20, 24/27');
if (bet=12) then writeln('Bet numbers 1,25,33,34 Splits 5/6, 13/16, 17/20, 24/27');
if (bet=35) then writeln('Bet numbers 1,25,33,34 Splits 5/6, 13/16, 17/20, 24/27');
if (bet=3)  then writeln('Bet numbers 1,25,33,34 Splits 5/6, 13/16, 17/20, 24/27');
if (bet=26) then writeln('Bet numbers 1,25,33,34 Splits 5/6, 13/16, 17/20, 24/27');

until bet=99;
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

ignatus

I begin by put the american numbers on the carpet, then make a tracker for it.

Thing is that the movement is the same, (2 step movement on the real wheel design) only numbers are different. So the result will not change.

Will take some time.. bbl
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

ignatus

So, Now I made the American Wheel Carpet. I had to redraw half the carpet so it took a little time.

0 belongs to group 1

00 belongs to group 4?

Now I make a tracker for this.

(Numbers sorted out)

1: 0, 8, 10, 12, 25, 27 29
2: 6, 18, 19, 21, 31, 33
3: 2, 4, 14, 16, 23, 35
4: 00, 7, 9, 11, 26, 28, 30
5: 5, 17, 20, 22, 32, 34
6: 1, 3, 13, 15, 24, 36

(Best possible bets for these numbers)

1: 0,8,10,12,25,27,29
2: 6,19,31,33 Split 18/21
3: 2,4,14,16,23,35
4: 00,7,9,11,26,28,30
5: 5,22,32,34 Split 17/20
6: 1,3,13,15,24,36



(seems little like a wasted effort? Who plays on American Wheels anyway??)  ;D
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

rouletteKEY

Quote from: ignatus on Jan 16, 07:04 PM 2013

(seems little like a wasted effort? Who plays on American Wheels anyway??)  ;D

Any of the 300 million Americans that may play that don't have access to a high limit room

No internet gambling in the USA and many casinos (outside of Vegas) only have 00 wheels (single 0 wheels are normally only found in high limit rooms or open when the casino is extremely busy in some cases if they have a single 0 on the regular floor)   

So if you are betting less than $25-$50 per spin you are likely on an American 00 wheel in the USA, and depending on location...you may not even have access to a high limit room or single 0 at all...regardless of the size of your bets.   I know there are exceptions...just "in general"

ignatus

OK, the American Wheel 2-step tracker is finished!

This is the betting system:

Sector Hit: (Betting 2 step-sectors) ....best possible bets

1: (5-3) 4,14,16,34  Splits 2/5, 17/20, 22/23, 32/35
2: (6-4) 1,7,9,11,13,15,24,26,28,30,36  Split 00/3 
3: (1-5) 0,10,12,27,34  Splits 5/8, 17/20, 22/25, 29/32
4: (2-6) 1,13,15,19,24,31  Splits 3/6, 18/21, 33/36
5: (3-1) 4,8,10,12,14,16,23,25,27,29,35  Splits 0/2
6: (2-4) 00,7,11,19,26,30,33 Splits 6/9, 18/21, 28/31

I have doublechecked everything. It's correct.

00 is 37 in the tracker.

Enjoy!  :)
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

Still

Quote from: ignatus on Jan 16, 07:04 PM 2013

(seems little like a wasted effort? Who plays on American Wheels anyway??)  ;D

Thanks very much for the American Wheel version!  Hopefully the system is good enough to overcome that extra % house edge.  If so, then it was not a waste of time!  Now, if there are any live American Wheel permutations out there, i will surely test this. 

Good luck getting RX running...


Mattias

Hi,

I downloaded the trial version of RX, Never used it before! I loaded a system and marked it ACTIVE and press run - it only spun the numbers but not the system, does anyone know what I am doing wrong?
I know that Roulette has a negative expected value - I play for fun!

Smoczoor

Quotedoes anyone know what I am doing wrong?

This is not code for RX... Ignatus post here code in Pascal programmer language.

Mattias

I was just trying the RX-software (using the built-in test system), it works now!
I know that Roulette has a negative expected value - I play for fun!

warrior

Quote from: ignatus on Jan 16, 07:04 PM 2013
So, Now I made the American Wheel Carpet. I had to redraw half the carpet so it took a little time.

0 belongs to group 1

00 belongs to group 4?

Now I make a tracker for this.

(Numbers sorted out)

1: 0, 8, 10, 12, 25, 27 29
2: 6, 18, 19, 21, 31, 33
3: 2, 4, 14, 16, 23, 35
4: 00, 7, 9, 11, 26, 28, 30
5: 5, 17, 20, 22, 32, 34
6: 1, 3, 13, 15, 24, 36

(Best possible bets for these numbers)

1: 0,8,10,12,25,27,29
2: 6,19,31,33 Split 18/21
3: 2,4,14,16,23,35
4: 00,7,9,11,26,28,30
5: 5,22,32,34 Split 17/20
6: 1,3,13,15,24,36



(seems little like a wasted effort? Who plays on American Wheels anyway??)  ;D
You forgot your 00 on your carpet picture.How much testing have you done with this?

ignatus

Quote from: warrior on Jan 17, 09:05 AM 2013
You forgot your 00 on your carpet picture.

I didn't forget it, it belongs to group 4. It's included. (In the american tracker it's number 37)
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

ignatus

Played one session at DublinBet just now. +400

WWLLLLLLLLLLLLWWWLLWLWLWLLLLLLWLWLWWWLWLLWWLLLWLLWWLLLLWLLLWLWWWLLLLLLWLWLWLWLWLLWLWWLLWLLLWLLWWLW

This is how I play it: After a win wait for 1 loss, then start a tripple attack (3 bets) If that is lost STOP, then wait for a new Win-Lose, then start a new tripple attack. Only reset progression when 2 tripple in a row won. (or If the first attack is won)

progression line: 1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10

First tripple attack, 1,1,2
Second tripple attack 2,2,3
Third tripple attack 3,3,4
Fourth tripple attack 4,4,5

...and so on





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

ignatus

Here is an explanation how this system works
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

Mattias

Nice profit!  :thumbsup:

Have you tested it using RX and live results?
I know that Roulette has a negative expected value - I play for fun!

buffalowizard

Quote from: Mattias on Jan 17, 10:00 AM 2013
Nice profit!  :thumbsup:

Have you tested it using RX and live results?

He usually uses at least +10 units so what he says is +400 is much less in reality.

Ignatus please answer how your tests are any different to betting regular dozens? You say 33% - well that's the normal expectation for ANY dozen!

Seriously, compare a thousand W/L streaks of any random 12 numbers and then another 1000 W/L registry from your magical two six lines

-