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

News:

The only way to beat roulette is by increasing accuracy of predictions (changing the odds). This is possible on many real wheels.

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

Average Wheel Distance

Started by ignatus, Feb 06, 06:04 PM 2013

Previous topic - Next topic

0 Members and 11 Guests are viewing this topic.

Roulettebeater

Quote from: onlinemelk on Oct 31, 06:07 PM 2017
Here below is the code for wheel move distance tracker by ignatus

program Wheelmov;

var x,y,sum,sum1,sum2,sum3,dist,oldbet,bet:integer;

begin
repeat;
writeln('Enter last spin: ');
readln(bet);
writeln('Enter second last spin:');
readln(oldbet);


if bet=0 then x:=0;
if oldbet=0 then y:=0;
if bet=32 then x:=1;
if oldbet=32 then y:=1;
if bet=15 then x:=2;
if oldbet=15 then y:=2;
if bet=19 then x:=3;
if oldbet=19 then y:=3;
if bet=4  then x:=4;
if oldbet=4  then y:=4;
if bet=21 then x:=5;
if oldbet=21 then y:=5;
if bet=2 then x:=6;
if oldbet=2 then y:=6;
if bet=25 then x:=7;
if oldbet=25 then y:=7;
if bet=17 then x:=8;
if oldbet=17 then y:=8;
if bet=34 then x:=9;
if oldbet=34 then y:=9;
if bet=6 then x:=10;
if oldbet=6 then y:=10;
if bet=27 then x:=11;
if oldbet=27 then y:=11;
if bet=13 then x:=12;
if oldbet=13 then y:=12;
if bet=36 then x:=13;
if oldbet=36 then y:=13;
if bet=11 then x:=14;
if oldbet=11 then y:=14;
if bet=30 then x:=15;
if oldbet=30 then y:=15;
if bet=8 then x:=16;
if oldbet=8 then y:=16;
if bet=23 then x:=17;
if oldbet=23 then y:=17;
if bet=10 then x:=18;
if oldbet=10 then y:=18;
if bet=5 then x:=19;
if oldbet=5 then y:=19;
if bet=24 then x:=20;
if oldbet=24 then y:=20;
if bet=16 then x:=21;
if oldbet=16 then y:=21;
if bet=33 then x:=22;
if oldbet=33 then y:=22;
if bet=1 then x:=23;
if oldbet=1 then y:=23;
if bet=20 then x:=24;
if oldbet=20 then y:=24;
if bet=14 then x:=25;
if oldbet=14 then y:=25;
if bet=31 then x:=26;
if oldbet=31 then y:=26;
if bet=9 then x:=27;
if oldbet=9 then y:=27;
if bet=22 then x:=28;
if oldbet=22 then y:=28;
if bet=18 then x:=29;
if oldbet=18 then y:=29;
if bet=29 then x:=30;
if oldbet=29 then y:=30;
if bet=7 then x:=31;
if oldbet=7 then y:=31;
if bet=28 then x:=32;
if oldbet=28 then y:=32;
if bet=12 then x:=33;
if oldbet=12 then y:=33;
if bet=35 then x:=34;
if oldbet=35 then y:=34;
if bet=3 then x:=35;
if oldbet=3  then y:=35;
if bet=26 then x:=36;
if oldbet=26 then y:=36;


if x > y then dist:=x-y;
if y > x then dist:=y-x;

if x > y then sum1:=0;
if x < y then sum1:=1;

if dist > 18 then sum2:=0;
if dist < 18 then sum2:=1;


sum:=sum1*sum2;


if dist > 18 then dist:=37-dist;

if x = y then dist:=0;

writeln();
if sum = 1 then writeln('*** CW ',dist);
if sum = 0 then writeln('** CCW ',dist);
writeln();



until bet=99;
end.

--------------------------------------

when you run this program and you entered example 28 and 13 , program show you CCW 17 while program should give you CW 17 direction .

I want just correct this code for cw and ccw direction because program is wrong .

I programmed igantus code  with c++ for my cell phone . but program give me wrong CW and CCW Direction .

I need correct code for simulate in c++ . I hope you got my point .

Regards

So you want to use last two spins in your c++ program to get the average wheel distance and calculate the next most probable number?
If that what you want then for what are ccw and cw ?
A dollar won is twice as sweet as as a dollar earned

onlinemelk

Quote from: Roulettebeater on Nov 01, 06:58 AM 2017
So you want to use last two spins in your c++ program to get the average wheel distance and calculate the next most probable number?
If that what you want then for what are ccw and cw ?

yes , completely right .



onlinemelk


Roulettebeater

A dollar won is twice as sweet as as a dollar earned

onlinemelk

Quote from: Roulettebeater on Nov 02, 03:01 PM 2017

what are cw and ccww for ?

I don't wanna bet on both side when you have better result on CCW for example . I hope u got it .

ignatus didn't help me .I ask him to give me AVGDistance code , but he told me a joke , that he can't help me .

I though he is here for help , but I was in wrong . he didn't want to help to another users like me .

Regards

onlinemelk

I lost 35000 USD during last 5 month . now I think maybe I can back my money with this way .I am not sure . 

but I am disappointed when see nobody want to help to another users .

Roulettebeater

Quote from: onlinemelk on Nov 02, 03:35 PM 2017
I lost 35000 USD during last 5 month . now I think maybe I can back my money with this way .I am not sure . 

but I am disappointed when see nobody want to help to another users .

Dude, are you broke now? you are a typical problem-gambler... the gambler who plays more than what he can afford to lose... Chasing Losses is Never A Good Idea ... forget it for a while...

you can contact me privately

Take care
A dollar won is twice as sweet as as a dollar earned

onlinemelk

Thank you for response .

no , I am not broke . I am looking for a way to earn money  :smile: , I know I can't back my money .  :embarrassed:

Steve

Losing money can be very painful. Really the best thing is to forget chasing the loss, learn and move on. Make it a positive learning experience and then you will make it back other ways. Not gambling.
"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

DoctorSudoku

Quote from: onlinemelk on Nov 02, 03:35 PM 2017

I lost 35000 USD during last 5 month . now I think maybe I can back my money with this way .I am not sure . 
but I am disappointed when see nobody want to help to another users .


I don't think that there is any method in roulette that will guarantee you getting that humongous amount that you have already lost back. Roulette simply is NOT that type of a game.

It is a heartless, brutal game that will take away any additional money that you throw at it to recoup your losses.

The ONLY REALISTIC help that we can give you is to advise you to stay away from any casino (b&m or online) for a long, long time.
What is the fastest way of destroying your bankroll at the casino?

Play roulette with GLC's progressions.

cht

Quote from: onlinemelk on Nov 02, 03:35 PM 2017
I lost 35000 USD during last 5 month . now I think maybe I can back my money with this way .I am not sure . 

but I am disappointed when see nobody want to help to another users .
Oh boy, sorry to hear that.

I can't help about that programming stuff that's beyond me.

Agree with DoctorSudoku. Roulette is a game that's set up to take the patrons money, you were not entirely unlucky to lose that sum, you may say the game is subtly rigged.

To risk further sums with the hope to recoup this loss don't make sense. The casino will make sure you lose your money to them. The wheel manufacturers develop technology to determine the pocket it eventually lands. Read this as example.

link:://:.casinolifemagazine.com/news/cammegh-heralds-gli-approval-mercury-360-rrs-wheel

link:://:.cammegh.com/product.php?product=slingshot2

link:s://:.google.com.pg/patents/US20050288089

All that the industry does to give complete control to the casino operators is legal.

I hope the above info will help convince you of the futility to win at roulette.



onlinemelk

thank you all for advice to me .

I lost all my money on link:s://:.evolutiongaming.com/ Roulette . all roulette of them are completely Rigged like Immersive . they are in  Latvia(rigga). I am sure that russian Mafia control it . in russia country casino are illegial ,so they move to Latvia(country beside russia) to run casino and steal money from players .

They stole money from users . it is so clear , if I was in land base casino, sure Never Lose such as  money . but over internet you will lose and lose . it's enough to see 10 minute Immersive Roulette , you will completely Surprised to see how ball move nad land .

and About average distance program by Ignatus , it's so clear you will lose your money if use this program , this program never help to users . but it's helpful to find ccw and cw direction like wheelmov program .




ignatus

Quote from: onlinemelk on Nov 03, 04:19 AM 2017About average distance program by Ignatus , it's so clear you will lose your money if use this program , this program never help to users . but it's helpful to find ccw and cw direction like wheelmov program .

Yes? i didn't know, ...you must separate the cw and ccw spins *the dealer make* and calculate the avg distance from that, (as i got a priv msg,) i haven't tried it yet, and this program is not made for that purpose,....
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

As i explained you must separate the CW and CCW the dealer make and calculate the distance for those two separate directions, now... tbh, i think this is just stupid and i did a short test , (and my result was not good), so i share this "super secret information" i got ...
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

onlinemelk

Quote from: ignatus on Nov 03, 04:42 AM 2017
As i explained you must separate the CW and CCW the dealer make and calculate the distance for those two separate directions, now... tbh, i think this is just stupid and i did a short test , (and my result was not good), so i share this "super secret information" i got ...

I bought RRSYS 2 months ago  , it's not work . 

-