• 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

Last 8 SPLITS

Started by ignatus, Oct 31, 04:47 AM 2018

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ignatus

Credits to Maui13,   :thumbsup:

Looks good! 

The way it works/it's coded, it will bet *Last 8 splits HIT* --> Any repeating split during this 8 spin Tracking, will count as *1* split, therefore, it will not be always 8 splits bet, but sometimes (most of the time, fewer splits bet) 8 splits are bet only If 8 Unique splits hit,

Progression, a simple Fibonacci. 1,2,3,5,8,13,21,34,55,89 STOP

Wg/Sl +1000/-1000 (for demonstration/testing)

Adjust the progression/wg/sl to your own MM.

cheers

RX-Testing-Code

system "Last 8 Splits TESTING"
//Credits to Maui13

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

   while on each spin
  begin

  If any split bet won each
begin
clear Record "last8" layout
Put 1 on Record "progression" Data Index
Put 1 on Record "Spin Counter" Data
end

if total inside bets count = 0 each time
begin
  add 1 to Record "Spin Counter" Data
  Track last Split for 8 spins to
Record "last8" layout
end

  if Record "Spin Counter" Data = 9 each time
begin
    Put 100% of Record "progression" Data to Record "last8" layout list
end


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

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


If Record "last8" layout list lost each time
begin
  add 1 on Record "progression" Data Index
  Put 100% of Record "progression" Data to Record "last8" layout list
end


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

   Put 1 on Record "progression" Data Index
   Put 1 on Record "Spin Counter" Data
    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

Maui13

Hahaha, awesome! Thanks for running the code  :thumbsup:

Does it tank horribly when flat betting?
Trust the timing of your life!

ignatus

Quote from: Maui13 on Oct 31, 05:28 AM 2018
Hahaha, awesome! Thanks for running the code  :thumbsup:

Does it tank horribly when flat betting?

np!  8)

Only did 1 test, (randomspins) You can adjust the code to any progression you like

Just change this line:

Set List [1,1,1,1,1,1,1,1,1,1,1,1] to Record "progression" Data
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

Normy2000

:question:
nOrMy2o0o  ‹(•¿•)›
"Learn from yesterday, live for today, hope for tomorrow. The important thing is not to stop questioning."  Albert Einstein

ignatus

Quote from: Normy2000 on Oct 31, 09:43 AM 2018
:question:

Thanks Normy :)

Here is the corrected Testing-code, with a shorter progression (5,5,10,15,25,40) STOP (wg/sl +1000/-500).

system "Last 8 Splits TESTING 2"
//Credits to Maui13

method "main"
begin
   while starting a new session
  begin
       Set List [5,5,10,15,25,40] to Record "progression" Data
  end

   while on each spin
  begin

  If any split bet won each
begin
clear Record "last8" layout
Put 1 on Record "progression" Data Index
Put 1 on Record "Spin Counter" Data
end

if total inside bets count = 0 each time
begin
  add 1 to Record "Spin Counter" Data
  Track last Split for 8 spins to
Record "last8" layout
end

  if Record "Spin Counter" Data = 9 each time
begin
    Put 100% of Record "progression" Data to Record "last8" layout list
end


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

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


If Record "last8" layout list lost each time
begin
  add 1 on Record "progression" Data Index
  Put 100% of Record "progression" Data to Record "last8" layout list
end


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

   Put 1 on Record "progression" Data Index
   Put 1 on Record "Spin Counter" Data
    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

Kattila

I would bet somehow the oposite of that.
Need 6 splits in the last  8 spins, then bet the
other 12 splits until profit or stop lose if very bad run.
After the trigger (that 6 splits on 8 spins) flatbet for max
13 spins  , allowed 4 Ls , if 5th L Stop
( WWLWWLLWWLWW L stop,
or WWLWWLLWWLWW W   also stop , take profit ). Wait new trigger
and bet again for profit or stop L5 .  So if win in the first spins , take
profit and retrack,  the 13 spins is the max. spins to bet after trigger,
and 5 Ls max.
Can use flat bet levels for that cycle,  2 units up after W session,  and
1 unit down after L session

Normy2000

Ignatus, if you check in Reports-Betting History [Ctrl]+[F2], you will see that sometimes, the progression does not work?
nOrMy2o0o  ‹(•¿•)›
"Learn from yesterday, live for today, hope for tomorrow. The important thing is not to stop questioning."  Albert Einstein

ignatus

Quote from: Normy2000 on Oct 31, 01:22 PM 2018
Ignatus, if you check in Reports-Betting History [Ctrl]+[F2], you will see that sometimes, the progression does not work?

Hi Normy, that's because this bet is with a fibonacci-progression (and that may not work/always be profitable with 8 splits bet/16 numbers) Most of the time, 7 splits/14 numbers (or less bet, then it works fine) that's why... O0
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

Normy2000

I mean, the progression stay at step 1 for many times, check the picture.
nOrMy2o0o  ‹(•¿•)›
"Learn from yesterday, live for today, hope for tomorrow. The important thing is not to stop questioning."  Albert Einstein

Face


-