• 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

CrazyTrack 15

Started by ignatus, Nov 01, 10:31 AM 2018

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ignatus

Same bet as "Nottogame 12" but now played with 15 numbers  :twisted:

Progressionline 1,1,1,1,1,1,1,2,2,3,4,5,8,13,21 STOP

Test1. (Randomspins)

WWWLWLWLWWWWWWLWWLWWW 16/21 = 76% Winrate

(WG/Stoploss) +250/-500

*Note This was just for fun/testing, i don't know if this is playable at all..:S

RX-Testing code

system "CrazyTrack 15"

method "main"
begin
  while starting a new session
  begin
       Set List[1,1,1,1,1,1,1,2,2,3,4,5,8,13,21] to Record "progression" Data
       Set List[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16] to Record "Spin Counter" Data
  end

   while on each spin
  begin

  if any inside bet won each
begin
clear Record "last15" layout
put 1 on Record "Spin Counter" Data Index
put 1 on Record "progression" Data Index
end

   Track last Number for 15 spins to
Record "last15" layout

  Put 100% of Record "progression" Data to Record "last15" layout list
  add 1 on Record "progression" Data Index
  add 1 on Record "Spin Counter" Data Index
 
if Record "Spin Counter" Data = 16 each time
begin
  clear Record "last15" layout
  put 1 on Record "progression" Data Index
  put 1 on Record "Spin Counter" Data Index
  Put 100% of Record "progression" Data to Record "last15" layout list
end

if total bankroll >= 250 each time
begin
stop session
end

if total bankroll <= -500 each time
begin
stop session
end

  If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
   clear Record "last15" layout

   Put 1 on Record "progression" Data Index
   put 1 on Record "Spin Counter" Data Index
   End

  end
END
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

I was thinking a TRIGGER(start bet)/Any repeating number from the last 10... (i will try/code this soon, i must try something else first..)

cheers  8)
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

-