• 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

HotTrack 2

Started by ignatus, Dec 09, 09:08 AM 2018

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ignatus

A simple repeaters system, that can win short-term, played with negative progression.

Procedure: BET Every repeater (from the last 10) Until Hit or 7 repeaters bet (when the 7:th repeater comes, STOP/Restart procedure)

Progressionline: 1,1,1,1,1,1,1,1,1,1,1,2,2,2,3,3,4,4,5,6,7,8,10,11,12,13,14,15,16,17,18,20,                 
                                          22,24,26,28,30,33,36,40,44,48,52,57,65,75,85,100

Test 1(random RX spins) Test 2-5 (Live spins)


RX-code HotTrack 2


system "Hot Track 2"
// © ignatus 2018 ©

method "main"
begin
  while starting a new session
  begin
     Set List[1,1,1,1,1,1,1,1,1,1,1,2,2,2,3,3,4,4,5,6,7,8,10,11,12,13,14,15,16,17,18,20,
              22,24,26,28,30,33,36,40,44,48,52,57,65,75,85,100]
        to Record "progression" Data

end
while on each spin
begin

copy last number to record "last1" layout

if any inside bet Lost each
begin
Add 1 on Record "progression" Data index
end

if any inside bet won each
begin
set flag "NOTrack" false
put 1 on Record "progression" Data Index
clear Record "last15" layout
clear Record "last10" Layout
put 1 on Record "track15" Data Index
end

if flag "NOTrack" false each
begin

if record "last1" Layout is found within record "last10" Layout each
begin
Set Max to Record "last15" Layout Index
Add 1 on Record "last15" Layout Index
copy last number to Record "last15" layout
end

end


if Record "last15" Layout index >= 7 each
begin
    set flag "NOTrack" false
    clear Record "last15" Layout
    clear Record "last10" Layout
    Put 1 on Record "progression" Data Index

end

Put 100% of Record "progression" Data to Record "last15" Layout List



  If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
    set flag "NOTrack" false
    clear Record "last15" Layout
    clear Record "last10" Layout
    Put 1 on Record "progression" Data Index
   End
   

   Track last Number for 10 spins to
Record "last10" layout
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

daveylibra

Looks good Iggy, but, could you please elaborate on what to bet?
Every repeater from last 10... do we wait 10 spins and then bet any repeater, then check the last 11,12, 13 etc spins?
We may not get any repeaters at all!
Also, I notice you code has a 'last 15' parameter. Is this right? Should it not be last 18?

Cheers Iggy, if I can work this out I will test it.

-