• Welcome to #1 Roulette Forum & Message Board | www.RouletteForum.cc.

News:

WARNING: Forums often contain bad advice & systems that aren't properly tested. Do NOT believe everything. Read these links: The Facts About What Works & Why | How To Proplerly Test Systems | The Top 5 Proven Systems | Best Honest Online Casinos

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

New insight

Started by Theoldsoul, Sep 15, 07:54 PM 2019

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Theoldsoul

Greetings dear ones,

This is my first post in here, I want to contribute to the collective thinking processes of this group as I have learned a lot from your work, this post will be an attempt to provide us with a new insight that may help triggering new ideas and concepts for the whole group.
Let's begin.

First we start by creating an empty table for our 37 cycle.

1
2
3
4
5
.
.
.
35
36
0

Next we spin and we record the numbers in the following way:

Spin #1 : 4

1
2
3
4 ( 1)
6
7
8
.
.
.

We now go to excel and use randbetween(1;12) function to generate a random number from 1 to 12. ( you can use random.org if you like).

And whatever number is generated by the function we assign it in the table to our number that we just recorded from our roulette spin.

In our example Randbetween() returned # 11.

1
2
3
4 (1) (11)
5
6
7
8
.
.
.

We are going to track each unique number we get from spinning the wheel and we will assign a random number from 1 to 12 to it and continue until the cycle is completed by two numbers next to each other.
See the following example:

Spin numbers : 23 - 2- 36 -2- 32 - 12 - 13

Using randbetween() assigning random (1-12) to our spun numbers  as they occur one by one, not after they have all occurred.

23 (5) -2 (11) - 36 (3) - 2 (11) - 32 (12) - 12 ( 8 ) - 13 (1)

Note that while assigning random numbers to the spun numbers you must not assign the same random (1-12) number to two different spun numbers.

Now tracking would look like this :

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

We have created a game within a game, our new game have 1/12 or slightly more in rare cases to win.

In our example the cycle ended in the seventh spin and the wining number was 8.


Work is needed to find the right money management strategy it should be elegant.

Work is needed to write the code in Mathematica framework or C# or python to figure out the exact statistics for the maximum limit for the cycles.

From my own observations It usually take around 9 spins on average to complete a cycle.
The winning number pays 35:1 as we bet a single number.

The limit so far is 1/12.

Best regards, The old Soul. (8)

Pure observation lead to Cosmic Order.
thought alone must create conflict.

MoneyT101

Welcome to the forum! Nice for you to join us
Simple once you get it!  Chased all the pigeons away and they were already in their hole

MoneyT101

In your example 36 was the 3rd spin but it also has random number 3 assigned to it.

You assigned 36 (1)(3)....Instead of 36(3)(3)

Then the rest of the spins continued assigning (1).....???
Simple once you get it!  Chased all the pigeons away and they were already in their hole

Theoldsoul

Quote from: MoneyT101 on Sep 16, 12:27 AM 2019
In your example 36 was the 3rd spin but it also has random number 3 assigned to it.

You assigned 36 (1)(3)....Instead of 36(3)(3)

Then the rest of the spins continued assigning (1).....???

I wrote (2) in front of number 2 in the table because it occurred twice.
The same goes for 36 I wrote (1)(3)
In front of it as to say it occurred once and 3 is the random number that is assigned to it.

Quote from: MoneyT101 on Sep 16, 12:02 AM 2019
Welcome to the forum! Nice for you to join us

Thank you :)
Pure observation lead to Cosmic Order.
thought alone must create conflict.

6th-sense

welcome..herby is the main mathematica guy on the forum i,m sure he can help

Joe

Hi theoldsoul, welcome to the forum.

I'm confused. From this :

Quote from: Theoldsoul on Sep 15, 07:54 PM 2019Next we spin and we record the numbers in the following way:

Spin #1 : 4

1
2
3
4 ( 1)
6
7
8

I took it that the (1) next to the 4 indicates the spin number (the first spin), but it seems this isn't so. And I'm not sure how a cycle is defined? Perhaps you could give another example showing when and what number(s) you actually bet on?

Logic. It's always in the way.

Blueprint

Quote from: Theoldsoul on Sep 15, 07:54 PM 2019Work is needed to write the code in Mathematica framework or C# or python to figure out the exact statistics for the maximum limit for the cycles.

Welcome.
I prefer R, but yes.  Curious why do you think we need the max limit here? 

luckyfella

Max limit is for designing the MM.

My guess is TOS has done the coding work to determine it to be 12.
Goodbye everyone - 20/10/2019

Blueprint

Quote from: luckyfella on Sep 16, 07:10 AM 2019
Max limit is for designing the MM.

My guess is TOS has done the coding work to determine it to be 12.

Cool answer to a very different question.

Why would that (MM) be necessary? 

Joe

Quote from: Theoldsoul on Sep 15, 07:54 PM 2019From my own observations It usually take around 9 spins on average to complete a cycle.
The winning number pays 35:1 as we bet a single number.

You can't expect an average payout of 35-1 on a bet which hits once every 9 spins, even the General doesn't get that on his best days.  ;D
Logic. It's always in the way.

MoneyT101

Quote from: Joe on Sep 16, 03:36 AM 2019
Hi theoldsoul, welcome to the forum.

I'm confused. From this :

I took it that the (1) next to the 4 indicates the spin number (the first spin), but it seems this isn't so. And I'm not sure how a cycle is defined? Perhaps you could give another example showing when and what number(s) you actually bet on?

I thought the same thing.... the spin numbers.  But he said no... it’s the spin count of the number.

So if 1 shows up it’s (1)

If 1 repeats then it’s (2)

I also believe the winning of a cycle would be for a neighbor to win.

He said “by two numbers next to each other”. In the example 12 and 13 were the only numbers and he counted it as a win.

The confusing thing for me was the random number 8.  I never saw the reason for assigning random numbers.  But in his other thread he speaks of a combination bet

So I’m guessing this here is the same thing....that random number must have been in combination with a street( I think but not sure yet)
Simple once you get it!  Chased all the pigeons away and they were already in their hole

Theoldsoul

Quote from: MoneyT101 on Sep 16, 08:43 AM 2019
I thought the same thing.... the spin numbers.  But he said no... it’s the spin count of the number.

So if 1 shows up it’s (1)

If 1 repeats then it’s (2)

I also believe the winning of a cycle would be for a neighbor to win.

He said “by two numbers next to each other”. In the example 12 and 13 were the only numbers and he counted it as a win.

The confusing thing for me was the random number 8.  I never saw the reason for assigning random numbers.  But in his other thread he speaks of a combination bet

So I’m guessing this here is the same thing....that random number must have been in combination with a street( I think but not sure yet)

That is correct, there are several ways to play using this tracking approach, like I said earlier this article is designed to trigger intuition for those whom are working on figuring out a way to exploit the law of the third, cycles, repeaters and so on.

Quote from: Joe on Sep 16, 07:56 AM 2019
You can't expect an average payout of 35-1 on a bet which hits once every 9 spins, even the General doesn't get that on his best days.  ;D
The average so far is 9 spins for a cycle to be completed, it may be 16 spins but in the long run the it converges to around 9 spins.

Quote from: luckyfella on Sep 16, 07:10 AM 2019
Max limit is for designing the MM.

My guess is TOS has done the coding work to determine it to be 12.
That is correct.

Quote from: 6th-sense on Sep 16, 03:13 AM 2019
welcome..herby is the main mathematica guy on the forum i,m sure he can help
Thank you :)
I hope he may be interested to write the code for us.
Pure observation lead to Cosmic Order.
thought alone must create conflict.

Theoldsoul

In the next following input, I will show how to use the same tracking method described above to play smaller sample spaces, with different cycle limit.
Pure observation lead to Cosmic Order.
thought alone must create conflict.

Blueprint

Thinking does not allow for or create insight so let’s quit it with the thought experiments.

Joe

Quote from: Blueprint on Sep 16, 01:48 PM 2019Thinking does not allow for or create insight

It does if you know how to think.  ;)

So what, in your opinion, does create insight?
Logic. It's always in the way.

-