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

News:

Odds and payouts are different things. If either the odds or payouts don't change, then the result is the same - eventual loss.

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

Need a very simple help rx code

Started by Giakos, Jan 14, 01:12 PM 2020

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

stringbeanpc

thanks for posting the code

if everything works as you wish, then that is good

now you know some basic coding and can apply that knowledge to creating other methods to test

again, congratulations on your achievement

Giakos


the previous code was wrong.......sorry



this is correct


system "untitled"


method "main"
begin
    While Starting a New Session
    begin
        set   list [1] to Record "Spin counter" data
    end

    While on Each Spin
    begin
        Track last Red-Black patterns for 2 spins to Record "patterns" layout
        if record "spin counter" data index = 2 each
        begin
        If List [Black,Black]
has a pattern match to Record "patterns" layout
begin
  Put 1 units on Red
    end
         If List [red,red]
has a pattern match to Record "patterns" layout
begin
  Put 1 units on black
    end
           put -1 on record "spin counter" data index end
    add 1 on record "spin counter" data index

    end
     end



regards





-