The VIP Lounge Roulette Forum

Due to popular request and demand, The VIP Lounge Roulette Forum is back! Intense roulette gambling related discussion is just around the corner, so what are you waiting for? Get that roulette wheel out!
It is currently Sun Sep 05, 2010 9:07 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: 4 Step...
PostPosted: Sat May 29, 2010 6:43 am 
Offline
Full Member

Joined: Sat Jul 18, 2009 8:45 am
Posts: 16

 
Hi Spin,

I've been testing this one for a while and holds up very well at DB live tables, I was wondering if you could RX it for me, pretty please...?

The System:

Basically we are looking for 4 single numbers which are not part of the following splits:

1/2
10/11
14/17
16/19
28/29
35/36

Once we have achieved a miss (non hit) four times we continue to track until we achieve a hit (trigger) on any one of the numbers contained in those splits, then and only then we bet on all of the splits with progression. If no hit by end of progression 1 then stop and retrack, then bet again with progression 2. The progression can be 'normal' (1,1,2,3)(2,2,4,6)(5,5,10,15) or as atlantis suggested a (1,1,1,1,1)(2,2,2,2,2)(3,3,3,3,3) and so on...

I would be very interested on your thoughts and perhaps your improvements. If you are able to RX it that would be fantastic...

VLS Link: http://vlsroulette.com/full-systems/the-4-step/

Many Thanks
topcat


Top
 Profile E-mail  
 
 Post subject: Re: 4 Step...
PostPosted: Sat May 29, 2010 11:16 pm 
Offline
Forum Moderator

Joined: Sun Jul 05, 2009 4:38 pm
Posts: 502
Location: USA
I'll save Spin a question.

In: "Once we have achieved a miss (non hit) four times"
would that be 4 consecutive times?


Top
 Profile E-mail  
 
 Post subject: Re: 4 Step...
PostPosted: Sun May 30, 2010 6:56 am 
Offline
Full Member

Joined: Sat Jul 18, 2009 8:45 am
Posts: 16
Hi Talesman,

Yes correct, they have to be consecutive otherwise that's a reset situation...

Thanks


Top
 Profile E-mail  
 
 Post subject: Re: 4 Step...
PostPosted: Mon May 31, 2010 3:24 pm 
Offline
Forum Moderator

Joined: Sun Jul 05, 2009 4:38 pm
Posts: 502
Location: USA
I thought so, and most folks would have assumed so, but you know the definition of "assume"....lol.

Over the years modding here when it was the old VIP, as well as now, and visiting numerous other forums I find that every once in a while there can be a language breakdown as many fine members in all the forums use English as a second language and things can be lost and/or misconstrued.


Top
 Profile E-mail  
 
 Post subject: Re: 4 Step...
PostPosted: Fri Jul 23, 2010 10:54 pm 
Offline
Newbie

Joined: Sun Jul 11, 2010 9:50 pm
Posts: 4
hey wow this was fun. nice idea. this might help. hope it is what you are lookin for.
(open data records while bettin to see if it is ok)

delete every word in editor and copy & paste entire code below.




default
system "name goes here"
{
comment information goes here
}
method "main"
begin

While starting a new session
begin
put 1 record "progression bet" data
end
if split(1-2) not hit each
and split(10-11) not hit each
and split(14-17) not hit each
and split(16-19) not hit each
and split(28-29) not hit each
and split(35-36) not hit each
begin
add 1 record "non hit" data
if record "non hit" data >3
and record "hit" data = 1
begin
put 100% record "progression bet" data split(1-2)
put 100% record "progression bet" data split(10-11)
put 100% record "progression bet" data split(14-17)
put 100% record "progression bet" data split(16-19)
put 100% record "progression bet" data split(28-29)
put 100% record "progression bet" data split(35-36)
add 1 record "progression bet" data
end
end
if split(1-2) hit each
or split(10-11) hit each
or split(14-17) hit each
or split(16-19) hit each
or split(28-29) hit each
or split(35-36) hit each
begin
add 1 record "hit" data
if record "non hit" data < 4
and record "hit" data = 1
begin
put 0 record "non hit" data
put 0 record "hit" data
put 1 record "progression bet" data
end
if record "hit" data =1
and record "non hit" data >3
begin
put 100% record "progression bet" data split(1-2)
put 100% record "progression bet" data split(10-11)
put 100% record "progression bet" data split(14-17)
put 100% record "progression bet" data split(16-19)
put 100% record "progression bet" data split(28-29)
put 100% record "progression bet" data split(35-36)
end
if record "hit" data =2
begin
put 0 record "hit" data
put 0 record "non hit" data
put 1 record "progression bet" data
end
end
end


Top
 Profile E-mail  
 
 Post subject: Re: 4 Step...
PostPosted: Fri Jul 30, 2010 3:35 pm 
Offline
RX Master
User avatar

Joined: Sun Jul 05, 2009 2:15 pm
Posts: 618
Thanks MRed. It's great to see some help here. It's really kind of you step in and help people. :D


Top
 Profile E-mail  
 
 Post subject: Re: 4 Step...
PostPosted: Fri Jul 30, 2010 5:41 pm 
Offline
Full Member

Joined: Sat Jul 18, 2009 8:45 am
Posts: 16
Sorry MRed, hadn't seen this, thankyou very much will try later...

Cheers.!


Top
 Profile E-mail  
 
 Post subject: Re: 4 Step...
PostPosted: Fri Jul 30, 2010 5:46 pm 
Offline
Newbie

Joined: Sun Jul 11, 2010 9:50 pm
Posts: 4
no problem i do it for the challenge and to get ideas of roulette systems. id like to thank the people who post roulette system ideas.
if you dont post them i cant code and try them.


Top
 Profile E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group