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

Roulette-focused => Bet selection => Topic started by: ignatus on Oct 28, 03:30 PM 2018

Title: CTS Lines
Post by: ignatus on Oct 28, 03:30 PM 2018
Again, my "Cluster Theory Systems ©" proved me right. (After a virtual win, bet 2 cycles then STOP)

This looks more promising/interesting. Only did 5 short tests with randomspins wg/sl +500/-500 (5u bets)

Again, the charts is what is expected it rise to a certain point then drops. Although, i must mention, for THIS, i could reproduce a POSTIVE result *5 times in a row* (This does *not* happen by "accident" by a "random bet") you CANNOT produce a positive result with a "random bet" 5 times in a row (atlest, that has never happened for me? from 1000s of testings/random bets)

Procedure: Wait for a Virtual win/Any new Line (doublestreet)/No repeats then bet that particular line with progression 5,5,5,5,5,10,10,10,15,15,20,25 STOP (Repeat procedure if win or lose)

BR/Stoploss (?) more testings need to be done, i need to figure this out...


RX code (This is TESTING-code wg/sl +500/-500), perhaps a good wg may be +200-300u (?) idk yet..


system "CTS Lines"

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

   Copy List [Line(1-6)] to Record "Line1" Layout
   Copy List [Line(7-12)] to Record "Line2" Layout
   Copy List [Line(13-18)] to Record "Line3" Layout
   Copy List [Line(19-24)] to Record "Line4" Layout
   Copy List [Line(25-30)] to Record "Line5" Layout
   Copy List [Line(31-36)] to Record "Line6" Layout

  while on each spin
  begin
 

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

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


If any Line bet lost each time
begin
  add 1 on Record "progression" Data Index
end


If Line(1-6) has won each
begin
clear Record "Line1" Layout
Put 1 on Record "progression" Data Index
end

If Line(7-12) has won each
begin
clear Record "Line2" Layout
Put 1 on Record "progression" Data Index
end

If Line(13-18) has won each
begin
clear Record "Line3" Layout
Put 1 on Record "progression" Data Index
end

If Line(19-24) has won each
begin
clear Record "Line4" Layout
Put 1 on Record "progression" Data Index
end

If Line(25-30) has won each
begin
clear Record "Line5" Layout
Put 1 on Record "progression" Data Index
end

If Line(31-36) has won each
begin
clear Record "Line6" Layout
Put 1 on Record "progression" Data Index
end


        if Line(1-6) has Hit each time
       begin
         if Total inside bets count = 0
        begin
         Put 1 on Record "progression" Data Index
         Put 100% of Record "progression" Data to Record "Line1" Layout List
         end
       end
       
        if Line(7-12) has Hit each time
       begin
         if Total inside bets count = 0
        begin
         Put 1 on Record "progression" Data Index
         Put 100% of Record "progression" Data to Record "Line2" Layout List
         end
       end
       
        if Line(13-18) has Hit each time
       begin
         if Total inside bets count = 0
        begin
         Put 1 on Record "progression" Data Index
         Put 100% of Record "progression" Data to Record "Line3" Layout List
         end
       end
       
        if Line(19-24) has Hit each time
       begin
         if Total inside bets count = 0
        begin
         Put 1 on Record "progression" Data Index
         Put 100% of Record "progression" Data to Record "Line4" Layout List
         end
       end
       
        if Line(25-30) has Hit each time
       begin
         if Total inside bets count = 0
        begin
         Put 1 on Record "progression" Data Index
         Put 100% of Record "progression" Data to Record "Line5" Layout List
         end
       end
       
        if Line(31-36) has Hit each time
       begin
         if Total inside bets count = 0
        begin
         Put 1 on Record "progression" Data Index
         Put 100% of Record "progression" Data to Record "Line6" Layout List
         end
       end
       

    If Line(1-6) Lost each time
    begin
       Put 100% of Record "progression" Data to Record "Line1" Layout List
    end
   
    If Line(7-12) Lost each time
    begin
       Put 100% of Record "progression" Data to Record "Line2" Layout List
    end
   
    If Line(13-18) Lost each time
    begin
       Put 100% of Record "progression" Data to Record "Line3" Layout List
    end
   
    If Line(19-24) Lost each time
    begin
       Put 100% of Record "progression" Data to Record "Line4" Layout List
    end
   
    If Line(25-30) Lost each time
    begin
       Put 100% of Record "progression" Data to Record "Line5" Layout List
    end
   
    If Line(31-36) Lost each time
    begin
       Put 100% of Record "progression" Data to Record "Line6" Layout List
    end


  If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
   clear Record "Line1" Layout
   clear Record "Line2" Layout
   clear Record "Line3" Layout
   clear Record "Line4" Layout
   clear Record "Line5" Layout
   clear Record "Line6" Layout

   Put 1 on Record "progression" Data Index
    End


  end
END



Title: Re: CTS Lines
Post by: Face on Oct 28, 04:01 PM 2018

after the first spin "Type" - NONE. Why?  ???
Title: Re: CTS Lines
Post by: Face on Oct 28, 04:12 PM 2018
End Session...…..
Title: Re: CTS Lines
Post by: ignatus on Oct 28, 04:15 PM 2018
Quote from: Face on Oct 28, 04:01 PM 2018
after the first spin "Type" - NONE. Why?  ???

I don't understand your question? :S
Title: Re: CTS Lines
Post by: ignatus on Oct 28, 04:20 PM 2018
Mixed first result of Live-spins, 7/10 winners/produced a "positive trend" (that was also expected), i think "winrate" was about 60-70% from other testings?