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

News:

Almost every system has been tested many times before. Start by learning what we already know doesn't work, and why.

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

Breaking down Vdw with python

Started by Kali49, Dec 08, 06:32 PM 2019

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Vote here

Explain
4 (80%)
You don't have to explain
1 (20%)

Total Members Voted: 5

Voting closes: Apr 24, 08:54 PM 2047

Kali49

This post is a tutorial on how to write code in python to analyse the possibility of advantage play.

Let's start with creating a list that will contain 9 random spins  that will represent Red Black sequences.



More steps later ..
A collection of Roolet ideas
link:[url="s://roolet.flarum.cloud"]s://roolet.flarum.cloud[/url]

Kali49

The purpose of our code will be to pinpoint the exact probabilities of winning given the occurrence of certain events, such as having to bet on both Black and red at the same time which causes us a problem.

What we need to do is :
See if we ignore the bets that require betting on both chances what is the expected value if we do that.

Next we try to continue our bet in the next cycle after ignoring the mutual bet scenario, what will be the expected value of this strategy as well.

We also want to know the exact probabilities for a cycle ending with a given arithmetic progression out of the 16 possible APs.

All this is possible with python.

Now for beginners, once the code is complete I will tell you where you can run the code online for free to make your own observations.
A collection of Roolet ideas
link:[url="s://roolet.flarum.cloud"]s://roolet.flarum.cloud[/url]

Kali49

With my philosophy and my school of thought, if you don't get a winning system you get a skill that Will get you a high paying job.
A collection of Roolet ideas
link:[url="s://roolet.flarum.cloud"]s://roolet.flarum.cloud[/url]

donik7777

Thank you Kali!
Python is nice tool for QA

Kali49

Always be professional in your steps towards clarity :)

A photo of my board writing the code :

A collection of Roolet ideas
link:[url="s://roolet.flarum.cloud"]s://roolet.flarum.cloud[/url]

Steve

No matter how elaborate a system is, it almost never changes the accuracy. So it's no different to random bets.

The solution? Check your bet selection actually changes accuracy. Test enough spins to be sure results arent luck. It's simple with automated software.
"The only way to beat roulette is by increasing the accuracy of predictions"
Roulettephysics.com ← Professional roulette tips
Roulette-computers.com ← Hidden electronics that predicts the winning number
Roulettephysics.com/roulette-strategy ← Why most systems lose

Kali49

Quote from: Steve on Dec 08, 08:23 PM 2019
No matter how elaborate a system is, it almost never changes the accuracy. So it's no different to random bets.

The solution? Check your bet selection actually changes accuracy. Test enough spins to be sure results arent luck. It's simple with automated software.

I totally agree.
A collection of Roolet ideas
link:[url="s://roolet.flarum.cloud"]s://roolet.flarum.cloud[/url]

Kali49

The best thing about automated software is the ability to verify your thinking processes on the fly.
A collection of Roolet ideas
link:[url="s://roolet.flarum.cloud"]s://roolet.flarum.cloud[/url]

Kali49

What most roulette players don't realize, especially new ones, is the fact that the longer you study randomness the more your brain evolves in predicting the next state of affairs in any given situation in life.
So my promise here is that the mystical journey of finding the holy grail through roulette, will show you things even scientists won't be able to explain because it goes right into the fundamental questions of existence.

You are no.longer dealing with just a casino game you are dealing with life itself and that is very complex as we all know.

As a wise man once said fortune favors the brave.

Regards,
Kali
A collection of Roolet ideas
link:[url="s://roolet.flarum.cloud"]s://roolet.flarum.cloud[/url]

Kali49

Guys if you don't know what the term "expected value" means in mathematics just vote explain in the poll above this post.

Regards,
Kali

Note : if you have a mobile phone running Android, you can follow the tutorial with me as we go by installing Termux Application.
A collection of Roolet ideas
link:[url="s://roolet.flarum.cloud"]s://roolet.flarum.cloud[/url]

Kali49

The final code will be deployed to a github repository and you will be able to clone it to your mobile phone via Termux Teminal, and then run it and make changes according to your intelligence.
A collection of Roolet ideas
link:[url="s://roolet.flarum.cloud"]s://roolet.flarum.cloud[/url]

Kali49

For those interested in Vdw analysis only, you can run the completed snippets of the code in the Pynative website which supports the latest version of python.
A collection of Roolet ideas
link:[url="s://roolet.flarum.cloud"]s://roolet.flarum.cloud[/url]

Kali49

As a professional roulette player, your mind is constantly building new strategies, so using python to verify them will allow you to grow your programming skills in the data science field.

Ziprecruiter website estimates that an entry-level Python programmer salary should range somewhere around the $80,270 annual mark (that's $6689 per month).

Keep in mind that there are plenty of freelancing jobs for python developers, that means you can keep your current job while having other passive income sources available.

Just a thought.
A collection of Roolet ideas
link:[url="s://roolet.flarum.cloud"]s://roolet.flarum.cloud[/url]

Person S

Kali let's look at VDW. If this brings new aspects to our understanding, it will make sense. If you look at old topics, then this is basically a zero-span game, I also spent a lot of time testing it using various approaches, but in random order there are places where the variance begins. At this point, the use of progressions begins and most often leads to a loss of bankroll.
PS.: I think I also got into the first group, but never received the software ...

Kali49

Quote from: Person S on Dec 09, 02:07 PM 2019
Kali let's look at VDW. If this brings new aspects to our understanding, it will make sense. If you look at old topics, then this is basically a zero-span game, I also spent a lot of time testing it using various approaches, but in random order there are places where the variance begins. At this point, the use of progressions begins and most often leads to a loss of bankroll.
PS.: I think I also got into the first group, but never received the software ...

To design the right progression you will need the exact probabilities for every situation within a cycle In order to calculate the expected value.

We will get to this stage soon, about the software for the other post, I will email you the details, I am working on several projects at the same time, so it takes me a while to contact all members of my team, those from this forum and others I met in Casinos and universities.

Regards,
Kali
A collection of Roolet ideas
link:[url="s://roolet.flarum.cloud"]s://roolet.flarum.cloud[/url]

-