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

News:

WARNING: Forums often contain bad advice & systems that aren't properly tested. Do NOT believe everything. Read these links: The Facts About What Works & Why | How To Proplerly Test Systems | The Top 5 Proven Systems | Best Honest Online Casinos

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

The WTF System

Started by ignatus, Oct 29, 05:46 AM 2018

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ignatus

Alright, fooling around, tryin to code another system , now i did a coding error/mistake...BUT HEY ! wtf? this was something else?? Now, thanks to my coding error/mistake this became the "WTF System": :xd:

The WTF System

For Live-Wheels only

Procedure:
*BET each number hit 8 Neigbours  (4+4 numbers) 4 numbers/neigbours on each side of the current number hit, on the wheel (Repeat procedure for each spin)

Progression: 1,1,1,2,2,2,3,3,3,5,5,5,8,8,8 STOP

i'd say "winrate is maybe 70-80% (?) idk? A Total loss, will happen now and then, but good profits when it start hitting.. O0

(Need testers?/more testings)....I put a stoploss at -300u (or 500 spins) for the RX-Testing-code:

(Haven't figured out the MM for this one)

system "The WTF-System"

method "main"
begin
   while starting a new session
  begin
       Set List [1,1,1,2,2,2,3,3,3,5,5,5,8,8,8] to Record "progression" Data
  end

  Track Last Number for 1 spins to Record "last1" Layout

  Put 4 on Neighbor Count

   Copy Neighbors of Record "last1" Layout
   to Record "neighbors" Layout

   while on each spin
  begin


  If any inside bet won each
begin
clear Record "neighbors" Layout
Put 1 on Record "progression" Data Index
end

if total inside bets count = 0 each
begin
Put 100% of Record "progression" Data to Record "neighbors" Layout List
end


if total spin count = 500 each time
begin
stop session
end


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


If Any inside Bet lost each time
begin
  add 1 on Record "progression" Data Index
  Put 100% of Record "progression" Data to Record "neighbors" Layout List
end


  If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
   clear Record "neighbors" Layout
   
   Put 1 on Record "progression" Data Index
   End

   end
END



Test 1-8 (Livespins)
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

Robbert


-