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

News:

Test the accuracy of your method to predict the winning number. If it works, then your system works. But tests over a few hundred spins tell you nothing.

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

Roulette xtreme

Started by friend76, Feb 14, 06:03 PM 2011

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

friend76

Hello,
I'm trying to use the "track" in this way:

Track last Red-Black for the past 1 spins to Record "last" layout
if record "last" layout = red begin add 1 on record "red" data end
if record "last" layout = black begin add 1 on record "black" data end


The problem is that when it leave the number 0 (zero) this number is counted in the records "red" or "black" about the last  output color.

How can I clear the number zero in this kind of research?

I hope of to receive your help. 

Thank you all.
???

ataru

Hi friend76,

try to modify your code like this

Track last Red-Black for the past 1 spins to Record "last" layout
    if record "last" layout = red and number 0 has not hit each time begin add 1 on record "red" data end
    if record "last" layout = black and number 0 has not hit each time begin add 1 on record "black" data end


if you are using double zero layout you should handle also Number 00 . . .

hope this helps

-