• 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

Miracle Vision

Started by ignatus, Jan 06, 05:33 AM 2019

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ignatus

Hello everyone, blessings, and a happy new year to everyone :)

Just a re-post, my latest project....tested now, and ...yes? I think, it's a well working system,....based on hotnumbers, 1-6 hotnumber bet,...also, +1u progression for each spin, until hit....as you can see in the chart, its profitable. As always, (or i may say..."most of the time"..it has a rising trend, then a declining trend. This is the "typical" trend for most roulettesystems....so? as i use to say, with a "decent" wingoal, i'd say this IS profitable. (with the correct moneymanagement)....

TEST 1- (RX Random spins, 1u bets)

cheers :)

RX-Code
system "Miracle Vision"
// © ignatus 2019 ©

method "main"
begin
  while starting a new session
  begin
      put 0 to Record "Highest Bankroll" Data

       Set List[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,
       26,27,28,29,30,31,32,33,34,34,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,
       51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,
       76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100]
                 to Record "progression" Data

        Set List[1,2,3,4,5,6]
       to Record "Bets placed" Data
       
       Set List[1,2,3,4,5,6,7,8,9]
       to Record "Numbers Bet" Data
  end

   while on each spin
  begin

  copy last Number to Record "last1" layout

  if any number bet won each
  begin
   {  if Bankroll >= Record "Highest Bankroll" Data
    begin
        clear Record "Hotnumbers" Layout
        clear Record "Highest Bankroll" Data
        put 100% Bankroll to Record "Highest Bankroll" Data
        put 1 on Record "progression" Data Index
        Put 1 to Record "Bets placed" Data Index
       
         Set Max to Record "Hotnumbers" Layout Index
         Add 1 to Record "Hotnumbers" Layout Index
         copy Last Number to Record "Hotnumbers" Layout

         Put 100% of Record "progression" data to Record "Hotnumbers" Layout list
         Put 1 to Record "Numbers Bet" Data Index
    end
    else
    begin}
     clear Record "Hotnumbers" Layout

   Put 1 on Record "progression" Data Index
   Put 1 to Record "Bets placed" Data Index
   Put 1 to Record "Numbers Bet" Data Index
   set flag "bet" true
    end


  IF Record "Numbers Bet" Data Index >= 15
begin
clear Record "Hotnumbers" Layout

   Put 1 on Record "progression" Data Index
   Put 1 to Record "Bets placed" Data Index

   Set Max to Record "Hotnumbers" Layout Index
   Add 1 to Record "Hotnumbers" Layout Index
   copy Record "last1" layout to Record "Hotnumbers" Layout

   Put 100% of Record "progression" data to Record "Hotnumbers" Layout list
   Put 1 to Record "Numbers Bet" Data Index
end


  If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
    clear Record "Hotnumbers" Layout

   Put 1 on Record "progression" Data Index
   Put 1 to Record "Bets placed" Data Index

   Set Max to Record "Hotnumbers" Layout Index
   Add 1 to Record "Hotnumbers" Layout Index
   copy Record "last1" layout to Record "Hotnumbers" Layout

   Put 100% of Record "progression" data to Record "Hotnumbers" Layout list
   Add 1 to Record "Numbers Bet" Data
   End




{if spin count >= 300 each time
begin
stop session
end
}

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

    If Record "Numbers Bet" Data Index = 7 each
  begin
  set flag "bet" false
  end



  If total inside bets count = 0 each
  begin
    set flag "bet" true
    put 1 on Record "progression" Data Index
    IF Record "last1" layout is found within Record "last18" layout each
  begin

  put 2 on Record "Bets placed" Data Index

   Set Max to Record "Hotnumbers" Layout Index
   Add 1 to Record "Hotnumbers" Layout Index
   copy Record "last1" layout to Record "Hotnumbers" Layout

   Put 100% of Record "progression" data to Record "Hotnumbers" Layout list
   Add 1 to Record "Numbers Bet" Data Index
  end
  end

  If Record "Bets placed" Data Index = 1 each
  begin
    IF Record "last1" layout is found within Record "last18" layout each
  begin
  IF flag "bet" true each
  begin
   Set Max to Record "Hotnumbers" Layout Index
   Add 1 to Record "Hotnumbers" Layout Index
   copy Record "last1" layout to Record "Hotnumbers" Layout

   Put 100% of Record "progression" data to Record "Hotnumbers" Layout list
   Add 1 to Record "Numbers Bet" Data Index
  end
  end
  end


  If Record "Bets placed" Data Index = 2 each
  begin
    IF Record "last1" layout is found within Record "last18" layout each
  begin
  IF flag "bet" true each
  begin
   Set Max to Record "Hotnumbers" Layout Index
   Add 1 to Record "Hotnumbers" Layout Index
   copy Record "last1" layout to Record "Hotnumbers" Layout

   Put 100% of Record "progression" data to Record "Hotnumbers" Layout list
   Add 1 to Record "Numbers Bet" Data Index
  end
  end
  end
 


  if any inside bet lost each
begin
    add 1 on Record "progression" Data Index
    put 100% of Record "progression" data to Record "Hotnumbers" Layout list
end


Track last Number for 10 spins to
Record "last18" layout

  end
END


cheers  :)

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

Tekunda

Best wishes for you too, Ignatus.
How do you determine a hot number again?
Thanks...

daveylibra

Hi Ignatus, is this a re-post of an older system?
What is the actual procedure? Bet on up to 6 repeats? What happens when we get 7?
Cheers...

ignatus

Quote from: daveylibra on Jan 06, 01:36 PM 2019
Hi Ignatus, is this a re-post of an older system?
What is the actual procedure? Bet on up to 6 repeats? What happens when we get 7?
Cheers...

Hi :) Yes, you bet each repeater (from the last 10)....Until 6 repeters are bet... for each spin, +1u bet,..when hit, you Collect the profit, and restart procedure. :)
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

As you can see in this chart, a positive trend (upto +11 245u) (LIVE Spins)...then a "typical" decending trend...this was played with (1u bets).....Then, if you set a "realistic" wingoal...and collect the profits/end game, when that is reached.

That is- it will be profitable, if you use proper moneymanagement.

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

Third example....as you see in the chart, IF you want to invest in this, that means, a BR about 2000u is required (1u bets)..(as you can see in the chart)...but then, as you also can see in the chart it reached +2000u within 200 spins..(again, LIVE-spins)...and that would be "a normal" live session.
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

-