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

Dozen Project stats wanted

Started by Mr Chips, July 13, 2009, 03:16:11 PM

0 Members and 1 Guest are viewing this topic.

rjeaton1

Quote from: Stepydan on July 13, 2009, 07:56:19 PM
I would not object and refrain that much to it if RX code could easily be transformed into this NWRS power house, but this is for another thread...

Cheers  :)

Stepydan.

I didn't want to release this information yet, but since you'll obviously find it of use, I'll let you know (and any others reading this thread) know now...

The bot I'm promoting at nolinks. ays-roulette-bot . com will be using RXtremes programming language.

So, in other words, if you learn how to write programming for it, any system you can think of will be able to be played automatically for you...you'll understand more if go to the website.

It was for that reason that I learned how to write it.  As, up until about 2 weeks ago, I had no idea how.

rjeaton1

Alright Mr. Chips, I'm going out for a bit, so just in case you read this thread while I'm gone, I wouldn't want to leave you waiting for the script.

So, it is below.  Let me know if you like it and if you'd like any changes made.  Oh, and just in case you don't know where to get that screen pulled up from, simply click on "statistics" (at the top of RXtremes program window) then click on "Data Records".  You can leave it open even while the program is going through the spins, but it will spin a bit slower than normal.

system "Mr. Chips Data Tracker"

method "main"
begin
while on each spin
begin
put 100% of record "1st dozen consecutive misses" data to record "1 dt" data
put 100% of record "2nd dozen consecutive misses" data to record "2 dt" data
put 100% of record "3rd dozen consecutive misses" data to record "3 dt" data
add 1 to record "spin counter" data
call "check dozen misses"
call "set over 16 flags"
call "copy stats"
end
end

method "check dozen misses"
begin
if 1st dozen has not hit each time
begin
add 1 to record "1st dozen consecutive misses" data
end
if 1st dozen has hit each time
begin
put 0 to record "1st dozen consecutive misses" data
end
if 2nd dozen has not hit each time
begin
add 1 to record "2nd dozen consecutive misses" data
end
if 2nd dozen has hit each time
begin
put 0 to record "2nd dozen consecutive misses" data
end
if 3rd dozen has not hit each time
begin
add 1 to record "3rd dozen consecutive misses" data
end
if 3rd dozen has hit each time
begin
put 0 to record "3rd dozen consecutive misses" data
end
end

method "set over 16 flags"
begin
if record "1st dozen consecutive misses" data >= 16
begin
set flag "1st dozen equal or over" to true
end
if record "2nd dozen consecutive misses" data >= 16
begin
set flag "2nd dozen equal or over" to true
end
if record "3rd dozen consecutive misses" data >= 16
begin
set flag "3rd dozen equal or over" to true
end
end

method "copy stats"
begin
if flag "1st dozen equal or over" is true and record "1st dozen consecutive misses" data = 0
begin
set flag "1st dozen equal or over" to false
add 1 to record "1st dozen interval length" data index
put 100% of record "1 dt" data to record "1st dozen interval length" data
add 1 to record "1st dozen interval ending spin number" data index
put 100% of record "spin counter" data to record "1st dozen interval ending spin number" data
end
if flag "2nd dozen equal or over" is true and record "2nd dozen consecutive misses" data = 0
begin
set flag "2nd dozen equal or over" to false
add 1 to record "2nd dozen interval length" data index
put 100% of record "2 dt" data to record "2nd dozen interval length" data
add 1 to record "2nd dozen interval ending spin number" data index
put 100% of record "spin counter" data to record "2nd dozen interval ending spin number" data
end
if flag "3rd dozen equal or over" is true and record "3rd dozen consecutive misses" data = 0
begin
set flag "3rd dozen equal or over" to false
add 1 to record "3rd dozen interval length" data index
put 100% of record "3 dt" data to record "3rd dozen interval length" data
add 1 to record "3rd dozen interval ending spin number" data index
put 100% of record "spin counter" data to record "3rd dozen interval ending spin number" data
end
end
   

Stepydan

Quote from: rjeaton1 on July 13, 2009, 08:25:24 PM
The bot I'm promoting at nolinks. ays-roulette-bot . com will be using RXtremes programming language.
Hi Rjeaton1  :)

To me, this is simply one of the greatest news I have read on VLS, second only to the concept of Victor's "Lw" patterns and tracks.

I am certain many people here will get the enormous implications of that info you just disclosed !
I am glad to be the first one here to thank you for that.

I am already registered at AYS, and I have posted 2 - 3 things there also.

Cheers,  :)

Stepydan.

rjeaton1

Mr. Chips, if you don't like the way the "output" data is currently set up, I've put up another picture showing another way the data can "read".  Let me know if this is easier than the first way I posted...if it is, I'll put up the code for it here.
[attachimg=#]

rjeaton1

Here is another picture of the new format...it is a "real world" example meaning I used imported spins.

The first set of data is "3rd dozen interval length : 3rd dozen interval ending spin number"

You'll see the first two "grouped numbers" are "20,210" followed by three zeros.

20 is how long the interval without a hit on the 3rd dozen was.  The 210 is when the interval of 20 misses ended.  Then, you see three zeros and then another grouping of two numbers...16,1908.

So, the 3rd dozen missed for 16 spins in a row, and then that missing streak ended on spin 1,908.

I thought it might be a bit easier this way, as after 80,000 spins it would be kind of a pain to match of what number goes to what number using the previous coding I posted for you.

This way, the two numbers you're looking for are always grouped right next to one another.

Anyway, let me know what works better for you.  If you like this one more I'll post it.

[attachimg=#]

Mr Chips

I think your reply 19 is ideal and thanks again for the excellent piece of work.
 
The results will be very interesting and I will eventually start a new thread in the chips section explaining the Dozen project
and showing some results. Hopefully it will have a practical use in time.
 
I will be sending you a PM shortly.
 
Best Regards
 
Mr Chips

rjeaton1

No problem at all Mr. Chips, I'm glad I could help.  Myself and I'm sure countless others are excited to see what you've got "cooked up"...

Anyway, here is the code.  If you need anything else added/taken away, let me know.

system "Mr. Chips Data Tracker"

method "main"
begin
while on each spin
begin
put 100% of record "1st dozen consecutive misses" data to record "1 dt" data
put 100% of record "2nd dozen consecutive misses" data to record "2 dt" data
put 100% of record "3rd dozen consecutive misses" data to record "3 dt" data
add 1 to record "spin counter" data
call "check dozen misses"
call "set over 16 flags"
call "copy stats"
end
end

method "check dozen misses"
begin
if 1st dozen has not hit each time
begin
add 1 to record "1st dozen consecutive misses" data
end
if 1st dozen has hit each time
begin
put 0 to record "1st dozen consecutive misses" data
end
if 2nd dozen has not hit each time
begin
add 1 to record "2nd dozen consecutive misses" data
end
if 2nd dozen has hit each time
begin
put 0 to record "2nd dozen consecutive misses" data
end
if 3rd dozen has not hit each time
begin
add 1 to record "3rd dozen consecutive misses" data
end
if 3rd dozen has hit each time
begin
put 0 to record "3rd dozen consecutive misses" data
end
end

method "set over 16 flags"
begin
if record "1st dozen consecutive misses" data >= 16
begin
set flag "1st dozen equal or over" to true
end
if record "2nd dozen consecutive misses" data >= 16
begin
set flag "2nd dozen equal or over" to true
end
if record "3rd dozen consecutive misses" data >= 16
begin
set flag "3rd dozen equal or over" to true
end
end

method "copy stats"
begin
if flag "1st dozen equal or over" is true and record "1st dozen consecutive misses" data = 0
begin
set flag "1st dozen equal or over" to false
add 1 to record "1st dozen interval length : 1st dozen interval ending spin number" data index
put 100% of record "1 dt" data to record "1st dozen interval length : 1st dozen interval ending spin number" data
add 1 to record "1st dozen interval length : 1st dozen interval ending spin number" data index
put 100% of record "spin counter" data to record "1st dozen interval length : 1st dozen interval ending spin number" data
add 3 to record "1st dozen interval length : 1st dozen interval ending spin number" data index
end
if flag "2nd dozen equal or over" is true and record "2nd dozen consecutive misses" data = 0
begin
set flag "2nd dozen equal or over" to false
add 1 to record "2nd dozen interval length : 2nd dozen interval ending spin number" data index
put 100% of record "2 dt" data to record "2nd dozen interval length : 2nd dozen interval ending spin number" data
add 1 to record "2nd dozen interval length : 2nd dozen interval ending spin number" data index
put 100% of record "spin counter" data to record "2nd dozen interval length : 2nd dozen interval ending spin number" data
add 3 to record "2nd dozen interval length : 2nd dozen interval ending spin number" data index
end
if flag "3rd dozen equal or over" is true and record "3rd dozen consecutive misses" data = 0
begin
set flag "3rd dozen equal or over" to false
add 1 to record "3rd dozen interval length : 3rd dozen interval ending spin number" data index
put 100% of record "3 dt" data to record "3rd dozen interval length : 3rd dozen interval ending spin number" data
add 1 to record "3rd dozen interval length : 3rd dozen interval ending spin number" data index
put 100% of record "spin counter" data to record "3rd dozen interval length : 3rd dozen interval ending spin number" data
add 3 to record "3rd dozen interval length : 3rd dozen interval ending spin number" data index
end
end

rjeaton1


rjeaton1

After reading your PM, I figured this would make things easier.  You'll see the picture below when you start up RXtreme with your data tracker "Activated".  So, now you'll be able to track any interval length you want...and if you had a reason too, track different interval lengths on different dozens.  The code is below the picture.

[attachimg=#]

system "Mr. Chips Data Tracker"

method "main"
begin
while starting a new session
begin
call "input"
end
while on each spin
begin
put 100% of record "1st dozen consecutive misses" data to record "1 dt" data
put 100% of record "2nd dozen consecutive misses" data to record "2 dt" data
put 100% of record "3rd dozen consecutive misses" data to record "3 dt" data
add 1 to record "spin counter" data
call "check dozen misses"
call "set over 16 flags"
call "copy stats"
end
end




method "check dozen misses"
begin
if 1st dozen has not hit each time
begin
add 1 to record "1st dozen consecutive misses" data
end
if 1st dozen has hit each time
begin
put 0 to record "1st dozen consecutive misses" data
end
if 2nd dozen has not hit each time
begin
add 1 to record "2nd dozen consecutive misses" data
end
if 2nd dozen has hit each time
begin
put 0 to record "2nd dozen consecutive misses" data
end
if 3rd dozen has not hit each time
begin
add 1 to record "3rd dozen consecutive misses" data
end
if 3rd dozen has hit each time
begin
put 0 to record "3rd dozen consecutive misses" data
end
end

method "set over 16 flags"
begin
if record "1st dozen consecutive misses" data >= record "1st dozen tracking" data
begin
set flag "1st dozen equal or over" to true
end
if record "2nd dozen consecutive misses" data >= record "2nd dozen tracking" data
begin
set flag "2nd dozen equal or over" to true
end
if record "3rd dozen consecutive misses" data >= record "3rd dozen tracking" data
begin
set flag "3rd dozen equal or over" to true
end
end

method "copy stats"
begin
if flag "1st dozen equal or over" is true and record "1st dozen consecutive misses" data = 0
begin
set flag "1st dozen equal or over" to false
add 1 to record "1st dozen interval length : 1st dozen interval ending spin number" data index
put 100% of record "1 dt" data to record "1st dozen interval length : 1st dozen interval ending spin number" data
add 1 to record "1st dozen interval length : 1st dozen interval ending spin number" data index
put 100% of record "spin counter" data to record "1st dozen interval length : 1st dozen interval ending spin number" data
add 3 to record "1st dozen interval length : 1st dozen interval ending spin number" data index
end
if flag "2nd dozen equal or over" is true and record "2nd dozen consecutive misses" data = 0
begin
set flag "2nd dozen equal or over" to false
add 1 to record "2nd dozen interval length : 2nd dozen interval ending spin number" data index
put 100% of record "2 dt" data to record "2nd dozen interval length : 2nd dozen interval ending spin number" data
add 1 to record "2nd dozen interval length : 2nd dozen interval ending spin number" data index
put 100% of record "spin counter" data to record "2nd dozen interval length : 2nd dozen interval ending spin number" data
add 3 to record "2nd dozen interval length : 2nd dozen interval ending spin number" data index
end
if flag "3rd dozen equal or over" is true and record "3rd dozen consecutive misses" data = 0
begin
set flag "3rd dozen equal or over" to false
add 1 to record "3rd dozen interval length : 3rd dozen interval ending spin number" data index
put 100% of record "3 dt" data to record "3rd dozen interval length : 3rd dozen interval ending spin number" data
add 1 to record "3rd dozen interval length : 3rd dozen interval ending spin number" data index
put 100% of record "spin counter" data to record "3rd dozen interval length : 3rd dozen interval ending spin number" data
add 3 to record "3rd dozen interval length : 3rd dozen interval ending spin number" data index
end
end

method "input"
begin
Group
begin
Input Data "1st Dozen: Track Intervals Over This Many" to record "1st dozen tracking" data
Input Data "2nd Dozen: Track Intervals Over This Many" to record "2nd dozen tracking" data
Input Data "3rd Dozen: Track Intervals Over This Many" to record "3rd dozen tracking" data
end
End


Mr Chips

Yes it does make it easier thanks.
 
If you could make it 10 and above I will opt for that instead.
 
I will make use of the results you have got.
 

rjeaton1

No problem.  And I guess I didn't explain what I meant above very well (I do that sometimes)...

In those boxes that currently say 16, you can type whatever number in you want.  So, if you want to track intervals of 5 and above for all 3 dozens, you just type in 5 in all 3 of the boxes.

If you want to track intervals of 10 and above, you simply type in 10 in all 3 of the boxes.

You can even track intervals of 10 and above for dozen 1, 16 and above for dozen 2, and 20 and above for dozen three (not that you mentioned that, I'm just trying to make a point, haha).

Oh, and I'll PM you those stats here in a minute.

rjeaton1

I just read your "dozens project" thread and it certainly looks exciting! 

I just wanted to let you know however that when I mentioned 80,000 spins I was simply using that as an example.  You'll be able to (if you desired) run this for 1,000,000 spins...even 12,000,000 spins...as many spins as you want..

Mr Chips

Many thanks.
 
Having problems saving Dozen project as draft, but will finish it soon.

rjeaton1

Here is the data I mentioned.  I re-ran it tracking un-hit dozen intervals of equal to or over 10 spins long.  I would have PM'd this to you, but I couldn't figure out how to attach it via PM.  This data is from 60,000 analyzed spins.

If you don't use Notepad very often, be sure when you open these files to click on "format" at the top of the notepad window and make sure there is a check mark next to "word wrap"

Mr Chips

Thanks for the data. Will look at it tomorrow, almost bed time here in the UK :)

Mr Chips

-