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

Roulette-focused => Bet selection => Topic started by: ignatus on May 27, 06:25 AM 2020

Title: SuperCycle 18
Post by: ignatus on May 27, 06:25 AM 2020
Well, After 1000s of trials, (Still i got Nothing from my work)....but this is the best i can do with this bet.... Now, this may be "unrealistic" for real play idk, but? Least the bets are within the Tablelimit that is 1-100u MAX bet...... But a Total LOSS of the progressionline would could like 3500u. (Minus profits) i put a STOP only if the whole progressionline is lost...ok

so? I will say, this betselection now, has the Highest winrate so far. AND it WILL win more than it lose. SO? IF its possible for real play then,....sure its a winner. But? I doubt that its possible for real play because of the BR needed and also, perhaps tablelimit would be exceeded (some tables has MAX inside bets 1000u for an example) anyway... test and see....

IF you got other ideas of MM or progression Let me know. BTW. The 2 first step of this BET Will also win FLATBET (3-6 numbers bet) from my testings....

cheers.

RX.code
system "SuperCycle 18"
// © ignatus 2020 ©

method "main"
begin
  while starting a new session
  begin
   put 0 on total bankroll

   put 100% of Bankroll on Record "highest" Data
        put 100% of Record "highest" Data to Record "max risk" Data
        subtract 750 of Record "max risk" Data

 
    put 0 to Record "Highest Bankroll" Data
    put 500 to Record "LowestBR" Data

    Set List[1,1,1,2,3,5,7,9,13,25,50,100]
    //1,1,1,2,5,18,63,221,775]
    //1,2,5,12,30,75,175,400,1000]
    //1,1,1,2,3,5,8,15,25,35,75,125,200,300,500,750,1000]
     //1,1,2,5,15,55,175,600,1000]
     to Record "progression" Data

   Set List[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]
     to Record "Spin counter" Data

   Set List[1,2,3,4,5,6,7,8,9]
       to Record "win" Data

   end
   
  while on each spin
  begin

{
IF spin count >= 3000 each
begin
stop session
end
}

  if total bankroll <= -2000 each
begin
stop session
add 1 to record "lost sessions" data index
    put 0 on total bankroll
    put 1 on Record "progression" Data Index
end

  if total bankroll >= 1500 each
begin
stop session
add 1 to record "won sessions" data index
    put 0 on total bankroll
    put 1 on Record "progression" Data Index

end

{

IF Record "TotalBR" data >= 1000 each
begin
stop session
end
}

{
IF Record "LowestBR" data <= -500 each
begin
stop session
end
}

{
  if total bankroll >= 1500 each time
begin
Stop session
put 500 to Record "A" data
subtract 100% of Record "A" data from Bankroll
add 100% of Bankroll to Record "TotalBR" Data
//stop session
add 1 to record "won sessions" data index
    put 500 on total bankroll
    put 0 to Record "Highest Bankroll" Data
    put 1 on Record "progression" Data Index
      Put 1 on Record "bet" Data Index
      Put 1 on Record "win" Data Index
      reset all flags false
   put 1 on Record "Spin counter" Data index
clear Record "bet1" layout
clear Record "bet2" layout
clear Record "bet3" layout
clear Record "bet4" layout
clear Record "bet5" layout
clear Record "bet6" layout
clear Record "bet7" layout
clear Record "bet8" layout
clear Record "bett1" layout
clear Record "bett2" layout
clear Record "bett3" layout
clear Record "bett4" layout
clear Record "bett5" layout
clear Record "bett6" layout
clear Record "bett7" layout
clear Record "bett8" layout

end


   if Bankroll > Record "highest" Data
        begin
            put 100% of Bankroll on Record "highest" Data
            put 100% of Record "highest" Data to Record "max risk" Data
            subtract 750 Record "max risk" Data
        end
       


        if Bankroll <= Record "max risk" Data
        begin
            Stop session

            put 500 to Record "A" data
            subtract 100% of Bankroll from Record "A" data


            subtract 100% of Record "A" data from Record "TotalBR" Data

             put 500 on total bankroll
             put 0 to Record "Highest Bankroll" Data
             
            put 100% of Bankroll on Record "highest" Data
            put 100% of Record "highest" Data to Record "max risk" Data
            subtract 500 of Record "max risk" Data

            add 1 to record "lost sessions" data index

             if Record "TotalBR" data < Record "LowestBR" Data
        begin
            put 100% of Record "TotalBR" data to Record "LowestBR" Data
        end

            put 1 on Record "progression" Data Index
              Put 1 on Record "bet" Data Index
      Put 1 on Record "win" Data Index
      reset all flags false
   put 1 on Record "Spin counter" Data index
clear Record "bet1" layout
clear Record "bet2" layout
clear Record "bet3" layout
clear Record "bet4" layout
clear Record "bet5" layout
clear Record "bet6" layout
clear Record "bet7" layout
clear Record "bet8" layout
clear Record "bett1" layout
clear Record "bett2" layout
clear Record "bett3" layout
clear Record "bett4" layout
clear Record "bett5" layout
clear Record "bett6" layout
clear Record "bett7" layout
clear Record "bett8" layout
         //   stop session

        end

{if Record "TotalBR" data <= -750 each
begin
stop session
end }




  Track last Number for 1 spins to
Record "last1" layout





    if any inside bet won each
begin
// add 1 to Record "win" Data Index
put 1 on Record "progression" Data Index

      Put 1 on Record "bet" Data Index
      Put 1 on Record "win" Data Index
      reset all flags false
   put 1 on Record "Spin counter" Data index
clear Record "bet1" layout
clear Record "bet2" layout
clear Record "bet3" layout
clear Record "bet4" layout
clear Record "bet5" layout
clear Record "bet6" layout
clear Record "bet7" layout
clear Record "bet8" layout
clear Record "bett1" layout
clear Record "bett2" layout
clear Record "bett3" layout
clear Record "bett4" layout
clear Record "bett5" layout
clear Record "bett6" layout
clear Record "bett7" layout
clear Record "bett8" layout
end
else
begin
if any inside bet lost each
begin
  Add 1 to Record "progression" Data index
//  put 1 on Record "win" Data Index
end
end



{
  If Record "win" Data Index >= 3 each
    Begin
      put 1 on Record "progression" Data Index

       if Bankroll >= Record "Highest Bankroll" Data each
     begin
        clear Record "Highest Bankroll" Data
        put 100% Bankroll to Record "Highest Bankroll" Data
        put 1 on Record "progression" Data Index
     end

      put 1 on Record "progression" Data Index
      Put 1 on Record "bet" Data Index
      Put 1 on Record "win" Data Index
      reset all flags false
   put 1 on Record "Spin counter" Data index
clear Record "bet1" layout
clear Record "bet2" layout
clear Record "bet3" layout
clear Record "bet4" layout
clear Record "bet5" layout
clear Record "bet6" layout
clear Record "bet7" layout
clear Record "bet8" layout
clear Record "bett1" layout
clear Record "bett2" layout
clear Record "bett3" layout
clear Record "bett4" layout
clear Record "bett5" layout
clear Record "bett6" layout
clear Record "bett7" layout
clear Record "bett8" layout
end

   }






   if Record "Spin counter" Data index = 1
   begin
  // set flag "bet" true
   //put 1 on Record "Spin counter" Data index
   Put 1 on Neighbor Count
   Copy Record "last1" layout to Record "bet1" layout
   Copy Neighbors of Record "bet1" layout
   to Record "bett1" Layout
//  Put 100% of Record "progression" Data to Record "bett1" layout list
//  Put 100% of Record "progression" Data to Record "bet1" layout list
   end

   if Record "Spin counter" Data index = 4
   begin
   //put 1 on Record "Spin counter" Data index
   Put 1 on Neighbor Count
   Copy Record "last1" layout to Record "bet2" layout
   Copy Neighbors of Record "bet2" layout
   to Record "bett2" Layout
  // Put 100% of Record "progression" Data to Record "bett2" layout list
  // Put 100% of Record "progression" Data to Record "bet2" layout list
   end

   if Record "Spin counter" Data index = 5
   begin
   //put 1 on Record "Spin counter" Data index
   Put 1 on Neighbor Count
   Copy Record "last1" layout to Record "bet3" layout
   Copy Neighbors of Record "bet3" layout
   to Record "bett3" Layout
  // Put 100% of Record "progression" Data to Record "bett3" layout list
  // Put 100% of Record "progression" Data to Record "bet3" layout list
   end

   if Record "Spin counter" Data index = 6
   begin
   //put 1 on Record "Spin counter" Data index
   Put 1 on Neighbor Count
   Copy Record "last1" layout to Record "bet4" layout
   Copy Neighbors of Record "bet4" layout
   to Record "bett4" Layout
  // Put 100% of Record "progression" Data to Record "bett4" layout list
  // Put 100% of Record "progression" Data to Record "bet4" layout list
   end

   if Record "Spin counter" Data index = 7
   begin
   //put 1 on Record "Spin counter" Data index
   Put 1 on Neighbor Count
   Copy Record "last1" layout to Record "bet5" layout
   Copy Neighbors of Record "bet5" layout
   to Record "bett5" Layout
  // Put 100% of Record "progression" Data to Record "bett5" layout list
  // Put 100% of Record "progression" Data to Record "bet5" layout list
   end

     if Record "Spin counter" Data index = 8
   begin
   //put 1 on Record "Spin counter" Data index
   Put 1 on Neighbor Count
   Copy Record "last1" layout to Record "bet6" layout
   Copy Neighbors of Record "bet6" layout
   to Record "bett6" Layout
   Put 100% of Record "progression" Data to Record "bett6" layout list
  // Put 100% of Record "progression" Data to Record "bet6" layout list
   end
  {
     if Record "Spin counter" Data index = 9
   begin
   //put 1 on Record "Spin counter" Data index
   Put 1 on Neighbor Count
   Copy Record "last1" layout to Record "bet7" layout
   Copy Neighbors of Record "bet7" layout
   to Record "bett7" Layout
   Put 100% of Record "progression" Data to Record "bett7" layout list
  // Put 100% of Record "progression" Data to Record "bet6" layout list
   end

     if Record "Spin counter" Data index = 10
   begin
   //put 1 on Record "Spin counter" Data index
   Put 1 on Neighbor Count
   Copy Record "last1" layout to Record "bet8" layout
   Copy Neighbors of Record "bet8" layout
   to Record "bett8" Layout
   Put 100% of Record "progression" Data to Record "bett8" layout list
  // Put 100% of Record "progression" Data to Record "bet6" layout list
   end

}



if Record "Spin counter" Data index >= 1 each
begin
set flag "bet" true
end

if Record "Spin counter" Data index >= 1 each
begin
set flag "bet2" true
end

add 1 to Record "Spin counter" Data index



{

}
Put 100% of Record "progression" Data to Record "bett1" layout list


  if flag "bet" true each
begin
Put 100% of Record "progression" Data to Record "bett2" layout list
end

  if flag "bet2" true each
begin
Put 100% of Record "progression" Data to Record "bet1" layout list
Put 100% of Record "progression" Data to Record "bet2" layout list
Put 100% of Record "progression" Data to Record "bet3" layout list
Put 100% of Record "progression" Data to Record "bet4" layout list
Put 100% of Record "progression" Data to Record "bet5" layout list
Put 100% of Record "progression" Data to Record "bet6" layout list
Put 100% of Record "progression" Data to Record "bet7" layout list
Put 100% of Record "progression" Data to Record "bet8" layout list
Put 100% of Record "progression" Data to Record "bett1" layout list
Put 100% of Record "progression" Data to Record "bett2" layout list
Put 100% of Record "progression" Data to Record "bett3" layout list
Put 100% of Record "progression" Data to Record "bett4" layout list
Put 100% of Record "progression" Data to Record "bett5" layout list
Put 100% of Record "progression" Data to Record "bett6" layout list
Put 100% of Record "progression" Data to Record "bett7" layout list
Put 100% of Record "progression" Data to Record "bett8" layout list
end




  If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
    reset all flags false
    stop session
   // set flag "bet" false
put 1 on Record "progression" Data Index
put 1 on Record "Spin counter" Data index
clear Record "bet1" layout
clear Record "bet2" layout
clear Record "bet3" layout
clear Record "bet4" layout
clear Record "bet5" layout
clear Record "bet6" layout
clear Record "bet7" layout
clear Record "bet8" layout
clear Record "bett1" layout
clear Record "bett2" layout
clear Record "bett3" layout
clear Record "bett4" layout
clear Record "bett5" layout
clear Record "bett6" layout
clear Record "bett7" layout
clear Record "bett8" layout
   End
   
  //reset all flags false
  // put 1 on Record "Spin counter" Data index

  end
END

Title: Re: SuperCycle 18
Post by: winforus on May 27, 07:26 AM 2020
You are posting up to 2 new systems per day. What is the point of developing hundreds of losing systems?

Why not stop posting for a while, take a break, and instead apply your system yourself, and post actual results of you playing, over a decent sample size?

Developing ONE winning system/method is enough (if you believe that this exists and is possible)
Title: Re: SuperCycle 18
Post by: ignatus on May 27, 08:01 AM 2020
My search is Over. Now, i got a system (that i just posted/created i wont tell which one) SOMEONE made a small modifcation of my code, and won 50/50 Games, i did a short test now (just got the code i won 14/14 games..) so by the UN-gratefulness, i can say THIS i will *Never* share....so... :thumbsup:
Title: Re: SuperCycle 18
Post by: Clf7 on May 27, 08:02 AM 2020
Quote from: winforus on May 27, 07:26 AM 2020
You are posting up to 2 new systems per day. What is the point of developing hundreds of losing systems?

Why not stop posting for a while, take a break, and instead apply your system yourself, and post actual results of you playing, over a decent sample size?

Developing ONE winning system/method is enough (if you believe that this exists and is possible)

Ignatus, winforus is absolutly right, you wont get any donation on paypal by posting loosing systems.
Title: Re: SuperCycle 18
Post by: Clf7 on May 27, 08:04 AM 2020
Quote from: ignatus on May 27, 08:01 AM 2020
My search is Over. Now, i got a system (that i just posted/created i wont tell which one) SOMEONE made a small modifcation of my code, and won 50/50 Games, i did a short test now (just got the code i won 14/14 games..) so by the UN-gratefulness, i can say THIS i will *Never* share....so... :thumbsup:

The only reason you are claiming now that you have finally found a winning system is to find people to sell it.
Title: Re: SuperCycle 18
Post by: ignatus on May 27, 08:07 AM 2020
Quote from: Clf7 on May 27, 08:02 AM 2020
Ignatus, winforus is absolutly right, you wont get any donation on paypal by posting loosing systems.

Well... sry...but i already got my grail? only thing you do is talk ?...can you see these results?...eh...whatever man...

BR
759
756
764
757
760
765
750
776
777
758
844
772
803
757
757
763
754
764
760
803
773
764
769
756
760
773
769
785
751
757
772
774
765
760
768
770
764
758
759
800
780
769
750
765
766
936
763
919
754
778
810
=======
+39536
Title: Re: SuperCycle 18
Post by: Clf7 on May 27, 08:10 AM 2020
A system who beats flat bet the game?
Title: Re: SuperCycle 18
Post by: winforus on May 27, 08:12 AM 2020
Quote from: ignatus on May 27, 08:01 AM 2020
My search is Over. Now, i got a system (that i just posted/created i wont tell which one) SOMEONE made a small modifcation of my code, and won 50/50 Games, i did a short test now (just got the code i won 14/14 games..) so by the UN-gratefulness, i can say THIS i will *Never* share....so... :thumbsup:

Short test doesn't mean anything and you should know that - given that you are a programmer and you are supposed to have basic math fundamentals.

If you have the grail - then why are you not playing for real money yourself and winning? Why are you begging for donations?

If you want anyone to take you seriously at this point - you should play for real money using your grail, and provide evidence of doing so.

Title: Re: SuperCycle 18
Post by: cht on May 27, 08:24 AM 2020
Quote from: ignatus on May 27, 08:01 AM 2020
My search is Over. Now, i got a system (that i just posted/created i wont tell which one) SOMEONE made a small modifcation of my code, and won 50/50 Games, i did a short test now (just got the code i won 14/14 games..) so by the UN-gratefulness, i can say THIS i will *Never* share....so... :thumbsup:
Congrats Ignatus 👍
Title: Re: SuperCycle 18
Post by: Clf7 on May 27, 08:30 AM 2020
And ignatus how many spins did you test on RX?
Title: Re: SuperCycle 18
Post by: ignatus on May 27, 08:34 AM 2020
Quote from: Clf7 on May 27, 08:30 AM 2020
And ignatus how many spins did you test on RX?

Now. lets talk about This system/ "supercycle 18" . ok SO? I just lowered the WG to +750 and SL to -750 For testing, and both results Ended up in profits....(perhaps there are better MM, this was just an example)

+784
+754
-975
+759
+771
-1417
+793
+785
+767
-955
-827
+752
+770
-1224
======
+1537

+764
-873
+778
+790
-1628
+771
+765
-847
-807
-780
+800
+761
+803
+772
======
+2069

RX.code
system "SuperCycle 18"
// © ignatus 2020 ©

method "main"
begin
  while starting a new session
  begin
   put 0 on total bankroll

   put 100% of Bankroll on Record "highest" Data
        put 100% of Record "highest" Data to Record "max risk" Data
        subtract 750 of Record "max risk" Data

 
    put 0 to Record "Highest Bankroll" Data
    put 500 to Record "LowestBR" Data

    Set List[1,1,1,2,3,5,7,9,13,25,50,100]
    //1,1,1,2,5,18,63,221,775]
    //1,2,5,12,30,75,175,400,1000]
    //1,1,1,2,3,5,8,15,25,35,75,125,200,300,500,750,1000]
     //1,1,2,5,15,55,175,600,1000]
     to Record "progression" Data

   Set List[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]
     to Record "Spin counter" Data

   Set List[1,2,3,4,5,6,7,8,9]
       to Record "win" Data

   end
   
  while on each spin
  begin

{
IF spin count >= 3000 each
begin
stop session
end
}

  if total bankroll <= -750 each
begin
stop session
add 1 to record "lost sessions" data index
    put 0 on total bankroll
    put 1 on Record "progression" Data Index
end

  if total bankroll >= 750 each
begin
stop session
add 1 to record "won sessions" data index
    put 0 on total bankroll
    put 1 on Record "progression" Data Index

end

{

IF Record "TotalBR" data >= 1000 each
begin
stop session
end
}

{
IF Record "LowestBR" data <= -500 each
begin
stop session
end
}

{
  if total bankroll >= 1500 each time
begin
Stop session
put 500 to Record "A" data
subtract 100% of Record "A" data from Bankroll
add 100% of Bankroll to Record "TotalBR" Data
//stop session
add 1 to record "won sessions" data index
    put 500 on total bankroll
    put 0 to Record "Highest Bankroll" Data
    put 1 on Record "progression" Data Index
      Put 1 on Record "bet" Data Index
      Put 1 on Record "win" Data Index
      reset all flags false
   put 1 on Record "Spin counter" Data index
clear Record "bet1" layout
clear Record "bet2" layout
clear Record "bet3" layout
clear Record "bet4" layout
clear Record "bet5" layout
clear Record "bet6" layout
clear Record "bet7" layout
clear Record "bet8" layout
clear Record "bett1" layout
clear Record "bett2" layout
clear Record "bett3" layout
clear Record "bett4" layout
clear Record "bett5" layout
clear Record "bett6" layout
clear Record "bett7" layout
clear Record "bett8" layout

end


   if Bankroll > Record "highest" Data
        begin
            put 100% of Bankroll on Record "highest" Data
            put 100% of Record "highest" Data to Record "max risk" Data
            subtract 750 Record "max risk" Data
        end
       


        if Bankroll <= Record "max risk" Data
        begin
            Stop session

            put 500 to Record "A" data
            subtract 100% of Bankroll from Record "A" data


            subtract 100% of Record "A" data from Record "TotalBR" Data

             put 500 on total bankroll
             put 0 to Record "Highest Bankroll" Data
             
            put 100% of Bankroll on Record "highest" Data
            put 100% of Record "highest" Data to Record "max risk" Data
            subtract 500 of Record "max risk" Data

            add 1 to record "lost sessions" data index

             if Record "TotalBR" data < Record "LowestBR" Data
        begin
            put 100% of Record "TotalBR" data to Record "LowestBR" Data
        end

            put 1 on Record "progression" Data Index
              Put 1 on Record "bet" Data Index
      Put 1 on Record "win" Data Index
      reset all flags false
   put 1 on Record "Spin counter" Data index
clear Record "bet1" layout
clear Record "bet2" layout
clear Record "bet3" layout
clear Record "bet4" layout
clear Record "bet5" layout
clear Record "bet6" layout
clear Record "bet7" layout
clear Record "bet8" layout
clear Record "bett1" layout
clear Record "bett2" layout
clear Record "bett3" layout
clear Record "bett4" layout
clear Record "bett5" layout
clear Record "bett6" layout
clear Record "bett7" layout
clear Record "bett8" layout
         //   stop session

        end

{if Record "TotalBR" data <= -750 each
begin
stop session
end }




  Track last Number for 1 spins to
Record "last1" layout





    if any inside bet won each
begin
// add 1 to Record "win" Data Index
put 1 on Record "progression" Data Index

      Put 1 on Record "bet" Data Index
      Put 1 on Record "win" Data Index
      reset all flags false
   put 1 on Record "Spin counter" Data index
clear Record "bet1" layout
clear Record "bet2" layout
clear Record "bet3" layout
clear Record "bet4" layout
clear Record "bet5" layout
clear Record "bet6" layout
clear Record "bet7" layout
clear Record "bet8" layout
clear Record "bett1" layout
clear Record "bett2" layout
clear Record "bett3" layout
clear Record "bett4" layout
clear Record "bett5" layout
clear Record "bett6" layout
clear Record "bett7" layout
clear Record "bett8" layout
end
else
begin
if any inside bet lost each
begin
  Add 1 to Record "progression" Data index
//  put 1 on Record "win" Data Index
end
end



{
  If Record "win" Data Index >= 3 each
    Begin
      put 1 on Record "progression" Data Index

       if Bankroll >= Record "Highest Bankroll" Data each
     begin
        clear Record "Highest Bankroll" Data
        put 100% Bankroll to Record "Highest Bankroll" Data
        put 1 on Record "progression" Data Index
     end

      put 1 on Record "progression" Data Index
      Put 1 on Record "bet" Data Index
      Put 1 on Record "win" Data Index
      reset all flags false
   put 1 on Record "Spin counter" Data index
clear Record "bet1" layout
clear Record "bet2" layout
clear Record "bet3" layout
clear Record "bet4" layout
clear Record "bet5" layout
clear Record "bet6" layout
clear Record "bet7" layout
clear Record "bet8" layout
clear Record "bett1" layout
clear Record "bett2" layout
clear Record "bett3" layout
clear Record "bett4" layout
clear Record "bett5" layout
clear Record "bett6" layout
clear Record "bett7" layout
clear Record "bett8" layout
end

   }






   if Record "Spin counter" Data index = 1
   begin
  // set flag "bet" true
   //put 1 on Record "Spin counter" Data index
   Put 1 on Neighbor Count
   Copy Record "last1" layout to Record "bet1" layout
   Copy Neighbors of Record "bet1" layout
   to Record "bett1" Layout
//  Put 100% of Record "progression" Data to Record "bett1" layout list
//  Put 100% of Record "progression" Data to Record "bet1" layout list
   end

   if Record "Spin counter" Data index = 4
   begin
   //put 1 on Record "Spin counter" Data index
   Put 1 on Neighbor Count
   Copy Record "last1" layout to Record "bet2" layout
   Copy Neighbors of Record "bet2" layout
   to Record "bett2" Layout
  // Put 100% of Record "progression" Data to Record "bett2" layout list
  // Put 100% of Record "progression" Data to Record "bet2" layout list
   end

   if Record "Spin counter" Data index = 5
   begin
   //put 1 on Record "Spin counter" Data index
   Put 1 on Neighbor Count
   Copy Record "last1" layout to Record "bet3" layout
   Copy Neighbors of Record "bet3" layout
   to Record "bett3" Layout
  // Put 100% of Record "progression" Data to Record "bett3" layout list
  // Put 100% of Record "progression" Data to Record "bet3" layout list
   end

   if Record "Spin counter" Data index = 6
   begin
   //put 1 on Record "Spin counter" Data index
   Put 1 on Neighbor Count
   Copy Record "last1" layout to Record "bet4" layout
   Copy Neighbors of Record "bet4" layout
   to Record "bett4" Layout
  // Put 100% of Record "progression" Data to Record "bett4" layout list
  // Put 100% of Record "progression" Data to Record "bet4" layout list
   end

   if Record "Spin counter" Data index = 7
   begin
   //put 1 on Record "Spin counter" Data index
   Put 1 on Neighbor Count
   Copy Record "last1" layout to Record "bet5" layout
   Copy Neighbors of Record "bet5" layout
   to Record "bett5" Layout
  // Put 100% of Record "progression" Data to Record "bett5" layout list
  // Put 100% of Record "progression" Data to Record "bet5" layout list
   end

     if Record "Spin counter" Data index = 8
   begin
   //put 1 on Record "Spin counter" Data index
   Put 1 on Neighbor Count
   Copy Record "last1" layout to Record "bet6" layout
   Copy Neighbors of Record "bet6" layout
   to Record "bett6" Layout
   Put 100% of Record "progression" Data to Record "bett6" layout list
  // Put 100% of Record "progression" Data to Record "bet6" layout list
   end
  {
     if Record "Spin counter" Data index = 9
   begin
   //put 1 on Record "Spin counter" Data index
   Put 1 on Neighbor Count
   Copy Record "last1" layout to Record "bet7" layout
   Copy Neighbors of Record "bet7" layout
   to Record "bett7" Layout
   Put 100% of Record "progression" Data to Record "bett7" layout list
  // Put 100% of Record "progression" Data to Record "bet6" layout list
   end

     if Record "Spin counter" Data index = 10
   begin
   //put 1 on Record "Spin counter" Data index
   Put 1 on Neighbor Count
   Copy Record "last1" layout to Record "bet8" layout
   Copy Neighbors of Record "bet8" layout
   to Record "bett8" Layout
   Put 100% of Record "progression" Data to Record "bett8" layout list
  // Put 100% of Record "progression" Data to Record "bet6" layout list
   end

}



if Record "Spin counter" Data index >= 1 each
begin
set flag "bet" true
end

if Record "Spin counter" Data index >= 1 each
begin
set flag "bet2" true
end

add 1 to Record "Spin counter" Data index



{

}
Put 100% of Record "progression" Data to Record "bett1" layout list


  if flag "bet" true each
begin
Put 100% of Record "progression" Data to Record "bett2" layout list
end

  if flag "bet2" true each
begin
Put 100% of Record "progression" Data to Record "bet1" layout list
Put 100% of Record "progression" Data to Record "bet2" layout list
Put 100% of Record "progression" Data to Record "bet3" layout list
Put 100% of Record "progression" Data to Record "bet4" layout list
Put 100% of Record "progression" Data to Record "bet5" layout list
Put 100% of Record "progression" Data to Record "bet6" layout list
Put 100% of Record "progression" Data to Record "bet7" layout list
Put 100% of Record "progression" Data to Record "bet8" layout list
Put 100% of Record "progression" Data to Record "bett1" layout list
Put 100% of Record "progression" Data to Record "bett2" layout list
Put 100% of Record "progression" Data to Record "bett3" layout list
Put 100% of Record "progression" Data to Record "bett4" layout list
Put 100% of Record "progression" Data to Record "bett5" layout list
Put 100% of Record "progression" Data to Record "bett6" layout list
Put 100% of Record "progression" Data to Record "bett7" layout list
Put 100% of Record "progression" Data to Record "bett8" layout list
end




  If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
    reset all flags false
    stop session
   // set flag "bet" false
put 1 on Record "progression" Data Index
put 1 on Record "Spin counter" Data index
clear Record "bet1" layout
clear Record "bet2" layout
clear Record "bet3" layout
clear Record "bet4" layout
clear Record "bet5" layout
clear Record "bet6" layout
clear Record "bet7" layout
clear Record "bet8" layout
clear Record "bett1" layout
clear Record "bett2" layout
clear Record "bett3" layout
clear Record "bett4" layout
clear Record "bett5" layout
clear Record "bett6" layout
clear Record "bett7" layout
clear Record "bett8" layout
   End
   
  //reset all flags false
  // put 1 on Record "Spin counter" Data index

  end
END
Title: Re: SuperCycle 18
Post by: winforus on May 27, 08:40 AM 2020
Ignatus, enough of talking, now it's time to walk the walk.

Since you have the grail:

1) Put your money on the line and go win in the casinos. Post your results. You can play online.
2) Don't ever ask for donations again - you don't need them if you have the grail.

I suspect that it's not the case and in a few days - you will post another one of your thousand losing systems. Not trying to hate or anything - but so far that is what you have been doing.
Title: Re: SuperCycle 18
Post by: ignatus on May 27, 08:43 AM 2020
Quote from: winforus on May 27, 08:40 AM 2020nother one of your thousand losing systems.

Well? Thats absolute bull...why? Because its all about MoneyManagement. Sure "most systems have about 60-80% "winrate" ..That is? They will Win more than they lose? That also means they Will be Profitable if played Right? (with The right moneymanagement, that is?) as i have already proven with this system also?...
Title: Re: SuperCycle 18
Post by: Clf7 on May 27, 08:46 AM 2020
Quote from: ignatus on May 27, 08:43 AM 2020
Well? Thats absolute bull...why? Because its all about MoneyManagement. Sure "most systems have about 60-80% "winrate" ..That is? They will Win more than they lose? That also means they Will be Profitable if played Right? (with The right moneymanagement, that is?) as i have already proven with this system also?...

MM doesnt increase the accuracy of prediction, common ignatus you already know that MM is BS, dont say again and again the same things.
Title: Re: SuperCycle 18
Post by: ignatus on May 27, 08:48 AM 2020
Quote from: Clf7 on May 27, 08:46 AM 2020+784
+754
-975
+759
+771
-1417
+793
+785
+767
-955
-827
+752
+770
-1224
======
+1537

+764
-873
+778
+790
-1628
+771
+765
-847
-807
-780
+800
+761
+803
+772
======
+2069


Read that again. "its another MoneyManagement" that IS profitable, now Run the code and test yourself, thank you.
Title: Re: SuperCycle 18
Post by: Steeefan2014 on May 27, 08:49 AM 2020
Quote from: winforus on May 27, 08:40 AM 2020
Ignatus, enough of talking, now it's time to walk the walk.

Since you have the grail:

1) Put your money on the line and go win in the casinos. Post your results. You can play online.
2) Don't ever ask for donations again - you don't need them if you have the grail.

I suspect that it's not the case and in a few days - you will post another one of your thousand losing systems. Not trying to hate or anything - but so far that is what you have been doing.

Well... sorry to tell you but... it is hate what you're saying here, winforus.

It's a public forum so Ignatus can post whatever he wants to post related to roulette. It's up to you if you or anyone of us here want to read or not, to play or not his systems. At least, if someone doesn't appreciate what he does, might as well shut up than being a hater. OK, he's got no donations so far, he never claimed to have 100% the HG. There are some ideas that he worked his ass and posted on this forum. I think - considering the fact that he's doing it for free - at least some of us might help out and improve his ideas.

It's my 2 cents... no offense!
Title: Re: SuperCycle 18
Post by: winforus on May 27, 08:52 AM 2020
Quote from: ignatus on May 27, 08:43 AM 2020
Well? Thats absolute bull...why? Because its all about MoneyManagement. Sure "most systems have about 60-80% "winrate" ..That is? They will Win more than they lose? That also means they Will be Profitable if played Right? (with The right moneymanagement, that is?) as i have already proven with this system also?...

With this post, you have just proven that you don't have the grail, nor you understand basic roulette fundamentals. Money Management has NOTHING to do with beating Roulette.

You are the only "programmer" that I have ever seen in my life, who is so clueless when it comes to basic math.

The only way to beat Roulette, is to increase the accuracy of your predictions. The accuracy is what enables a player to turn odds (-EV bet into +EV bet) in their favor and thus win in the long run.
Title: Re: SuperCycle 18
Post by: Steeefan2014 on May 27, 08:57 AM 2020
Quote from: winforus on May 27, 08:52 AM 2020The only way to beat Roulette, is to increase the accuracy of your predictions

And how do you do that? Except Steve's RC.
Title: Re: SuperCycle 18
Post by: winforus on May 27, 08:58 AM 2020
Quote from: Steeefan2014 on May 27, 08:49 AM 2020
Well... sorry to tell you but... it is hate what you're saying here, winforus.

It's a public forum so Ignatus can post whatever he wants to post related to roulette. It's up to you if you or anyone of us here want to read or not, to play or not his systems. At least, if someone doesn't appreciate what he does, might as well shut up than being a hater. OK, he's got no donations so far, he never claimed to have 100% the HG. There are some ideas that he worked his ass and posted on this forum. I think - considering the fact that he's doing it for free - at least some of us might help out and improve his ideas.

You must have reading comprehension problems, because he clearly stated that he now has the grail and his search is over:

Quote from: ignatus on May 27, 08:01 AM 2020
My search is Over. Now, i got a system (that i just posted/created i wont tell which one) SOMEONE made a small modifcation of my code, and won 50/50 Games, i did a short test now (just got the code i won 14/14 games..) so by the UN-gratefulness, i can say THIS i will *Never* share....so... :thumbsup:

Quote from: ignatus on May 27, 08:07 AM 2020
Well... sry...but i already got my grail? only thing you do is talk ?...can you see these results?...eh...whatever man...


There is a difference between being a "hater" and constructive criticism. You clearly can't differentiate between the two.

He has been told many times by myself and others, on what he has to do in order to improve his ideas. He is unwilling to listen and ignores it. The problem  is he lacks fundamental basic understandings on how to beat roulette, and thinks that money management is the key.
Title: Re: SuperCycle 18
Post by: winforus on May 27, 09:04 AM 2020
Quote from: Steeefan2014 on May 27, 08:57 AM 2020
And how do you do that? Except Steve's RC.

There are different ways! RC is just one. VB, dealer's signature, precognition, etc. All of those ways requires you to invest time, and practice. The biggest delusion is to think that one day you will stumble upon a "system" that would allow you to play and print money effortlessly. which doesn't exist - because it is built on a flawed foundation to begin with.

I have personally used dealer's signature, and have won around 900 units (1 euro bets)  within my 1st year of playing in my local casino. I started doing it before discovering this forum, Steve's site, systems, methods, etc. Intuitively I already knew that the only way to beat roulette, is to increase the accuracy of the predictions.

It works, but it requires time, and effort. - just like any other skill in life. Weather it's creating a business, or learning how to play an instrument.
Title: Re: SuperCycle 18
Post by: Steeefan2014 on May 27, 09:05 AM 2020
Quote from: ignatus on May 27, 08:07 AM 2020Well... sry...but i already got my grail?

It's a question!!!!! It doesn't show something 100% sure, winforus!
Title: Re: SuperCycle 18
Post by: Steeefan2014 on May 27, 09:08 AM 2020
Quote from: winforus on May 27, 09:04 AM 2020
There are different ways! RC is just one. VB, dealer's signature, precognition, etc. All of those ways requires you to invest time, and practice. The biggest delusion is to think that one day you will stumble upon a "system" that would allow you to play and print money effortlessly. which doesn't exist - because it is built on a flawed foundation to begin with.

I have personally used dealer's signature, and have won around 900 units (1 euro bets)  within my 1st year of playing in my local casino. I started doing it before discovering this forum, Steve's site, systems, methods, etc. Intuitively I already knew that the only way to beat roulette, is to increase the accuracy of the predictions.

It works, but it requires time, and effort.


And why aren't you a millionaire, yet?

Quote from: winforus
He has been told many times by myself and others, on what he has to do in order to improve his ideas. He is unwilling to listen and ignores it. The problem  is he lacks fundamental basic understandings on how to beat roulette, and thinks that money management is the key.

Well... when you'll be mastering the roulette game and you'll have only winning sessions and you'll be a billionaire... I think that's the moment when you get to criticize others...
Until then...........
Title: Re: SuperCycle 18
Post by: winforus on May 27, 09:10 AM 2020
Quote from: Steeefan2014 on May 27, 09:05 AM 2020
It's a question!!!!! It doesn't show something 100% sure, winforus!

He said that the search is over - are you going to ignore the other quote? It's a pretty big statement.

If you want to live in an illusion and defend BS, that is your choice. One day if you are lucky, you will wake up and thank me, plus others that don't tolerate nonsense.
Title: Re: SuperCycle 18
Post by: Mister Eko on May 27, 09:13 AM 2020
Winforus let him go. He dont wanna learn, others said it many times to his, what you just did now. He ignores it always. Let him go. 7 years posting systems, 50,000 HG, always calculate winrate, 0 profit. It is his hobby, so dont take it seriously.
Title: Re: SuperCycle 18
Post by: winforus on May 27, 09:17 AM 2020
Quote from: Steeefan2014 on May 27, 09:08 AM 2020

And why aren't you a millionaire, yet?

Well... when you'll be mastering the roulette game and you'll have only winning sessions and you'll be a billionaire... I think that's the moment when you get to criticize others...
Until then...........

Because not all ways that you can beat Roulette give you the same edge. RC gives you the highest, while dealer's signature gives you a much smaller edge (from 2-10%). Also, it can only be used when the right conditions are in play.

You will not become a millionaire overnight, even if you had a HG. Avoiding detection would be your biggest problem.

Your ignorance is beyond astounding and this will be my last response to you.
Title: Re: SuperCycle 18
Post by: Steeefan2014 on May 27, 09:17 AM 2020
Quote from: winforus on May 27, 09:10 AM 2020
He said that the search is over - are you going to ignore the other quote? It's a pretty big statement.

If you want to live in an illusion and defend BS, that is your choice. One day if you are lucky, you will wake up and thank me, plus others that don't tolerate nonsense.

I'm not defending anybody! I'm trying to be objective here. All I said is that there's a public forum related to roulette. If he wants to post, he can post without being bullied! Simple as that!

OK, my bad, I misunderstood the thing with his HG. Sorry about that! So what?
This doesn't give anyone of us the right to act like that. And I'm not gonna repeat what I said earlier!
Title: Re: SuperCycle 18
Post by: Steeefan2014 on May 27, 09:19 AM 2020
Quote from: winforus on May 27, 09:17 AM 2020

this will be my last response to you.

Pinky promise?  :twisted:
Title: Re: SuperCycle 18
Post by: Serendipity on May 27, 09:24 AM 2020
ok...
so where is the code?

and if it's not 750 / -750 then what is it?

thx
Title: Re: SuperCycle 18
Post by: ignatus on May 27, 12:44 PM 2020
Quote from: Serendipity on May 27, 09:24 AM 2020
ok...
so where is the code?

and if it's not 750 / -750 then what is it?

thx

Try put a stoploss at 300 spins. (for testings) check the other thread.