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

News:

Every system can win in the short-term. It just depends on the spins you play.

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

Dragon's Treasure T2

Started by ignatus, Aug 27, 02:09 AM 2018

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ignatus

OK this is testing zone, i've coded something *similar* to DT, (it's not exactly DT, because it's played with a different trigger and different progression), but first test looks good.(but it's not any HG, im sure it can and will lose sooner or later, in the long run)

TRIGGER: 2 hits within H or L (within the same column) Then 8 splits are bet accordingly at the two unhit columns.

The code is only halv-done now (i've only coded the LOW triggers) the 3 High triggers will soon be done...

RX code

system "Dragon's Tresure T2"

method "main"
begin
   while starting a new session
  begin

        Set List [1,1,2,4,7,13,23,41,74,133,240] to Record "progression" Data
  end

   Copy List [Column A] to Record "colA" Layout
   Copy List [Column B] to Record "colB" Layout
   Copy List [Column C] to Record "colC" Layout

   Copy List [Split(1-4)] to Record "S1" Layout
   Copy List [Split(2-5)] to Record "S2" Layout
   Copy List [Split(3-6)] to Record "S3" Layout
   Copy List [Split(7-10)] to Record "S4" Layout
   Copy List [Split(8-11)] to Record "S5" Layout
   Copy List [Split(9-12)] to Record "S6" Layout
   Copy List [Split(13-16)] to Record "S7" Layout
   Copy List [Split(14-17)] to Record "S8" Layout
   Copy List [Split(15-18)] to Record "S9" Layout
   Copy List [Split(19-22)] to Record "S10" Layout
   Copy List [Split(20-23)] to Record "S11" Layout
   Copy List [Split(21-24)] to Record "S12" Layout


  while on each spin
  begin



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

  If any Split bet bet Won each time
   begin
    Put 1 on Record "progression" Data Index

    clear record "colA" layout
    clear record "colB" layout
    clear record "colC" layout
   
    clear record "S1" layout
    clear record "S2" layout
    clear record "S3" layout
    clear record "S4" layout
    clear record "S5" layout
    clear record "S6" layout
    clear record "S7" layout
    clear record "S8" layout
    clear record "S9" layout
    clear record "S10" layout
    clear record "S11" layout
    clear record "S12" layout
  end

         if column A has hit 2 times in a row each time
         begin
          if Low has hit 2 times in a row each time
          begin
         If total inside bets count = 0
         begin
         Put 100% of Record "progression" Data to Record "S2" Layout List
         Put 100% of Record "progression" Data to Record "S3" Layout List
         Put 100% of Record "progression" Data to Record "S5" Layout List
         Put 100% of Record "progression" Data to Record "S6" Layout List
         Put 100% of Record "progression" Data to Record "S8" Layout List
         Put 100% of Record "progression" Data to Record "S9" Layout List
         Put 100% of Record "progression" Data to Record "S11" Layout List
         Put 100% of Record "progression" Data to Record "S12" Layout List
         end
         end
         end
         
        if Record "S2" Layout List has lost each time
          begin
           if Split(2-5) has lost each time
           begin
            if Split(8-11) has lost each time
            begin
             if Split(9-12) has lost each time
             begin
              if Split(14-17) has lost each time
              begin
               if Split(15-18) has lost each time
               begin
                if Split(20-23) has lost each time
                begin
                 if Split(21-24) has lost each time
                 begin
         Put 100% of Record "progression" Data to Record "S2" Layout List
         Put 100% of Record "progression" Data to Record "S3" Layout List
         Put 100% of Record "progression" Data to Record "S5" Layout List
         Put 100% of Record "progression" Data to Record "S6" Layout List
         Put 100% of Record "progression" Data to Record "S8" Layout List
         Put 100% of Record "progression" Data to Record "S9" Layout List
         Put 100% of Record "progression" Data to Record "S11" Layout List
         Put 100% of Record "progression" Data to Record "S12" Layout List
         end
         end
         end
         end
         end
         end
         end
         end
         
         if column B has hit 2 times in a row each time
         begin
         if Low has hit 2 times in a row each time
          begin
         If total inside bets count = 0
         begin
         Put 100% of Record "progression" Data to Record "S1" Layout List
         Put 100% of Record "progression" Data to Record "S3" Layout List
         Put 100% of Record "progression" Data to Record "S4" Layout List
         Put 100% of Record "progression" Data to Record "S6" Layout List
         Put 100% of Record "progression" Data to Record "S7" Layout List
         Put 100% of Record "progression" Data to Record "S9" Layout List
         Put 100% of Record "progression" Data to Record "S10" Layout List
         Put 100% of Record "progression" Data to Record "S12" Layout List
         end
         end
         end
         
         if Record "S1" Layout List has lost each time
          begin
           if Split(3-6) has lost each time
           begin
            if Split(7-10) has lost each time
            begin
             if Split(9-12) has lost each time
             begin
              if Split(13-16) has lost each time
              begin
               if Split(15-18) has lost each time
               begin
                if Split(19-22) has lost each time
                begin
                 if Split(21-24) has lost each time
                 begin
         Put 100% of Record "progression" Data to Record "S1" Layout List
         Put 100% of Record "progression" Data to Record "S3" Layout List
         Put 100% of Record "progression" Data to Record "S4" Layout List
         Put 100% of Record "progression" Data to Record "S6" Layout List
         Put 100% of Record "progression" Data to Record "S7" Layout List
         Put 100% of Record "progression" Data to Record "S9" Layout List
         Put 100% of Record "progression" Data to Record "S10" Layout List
         Put 100% of Record "progression" Data to Record "S12" Layout List
         end
         end
         end
         end
         end
         end
         end
         end
         
         if column C has hit 2 times in a row each time
         begin
         if Low has hit 2 times in a row each time
          begin
         If total inside bets count = 0
         begin
         Put 100% of Record "progression" Data to Record "S1" Layout List
         Put 100% of Record "progression" Data to Record "S2" Layout List
         Put 100% of Record "progression" Data to Record "S4" Layout List
         Put 100% of Record "progression" Data to Record "S5" Layout List
         Put 100% of Record "progression" Data to Record "S7" Layout List
         Put 100% of Record "progression" Data to Record "S8" Layout List
         Put 100% of Record "progression" Data to Record "S10" Layout List
         Put 100% of Record "progression" Data to Record "S11" Layout List
         end
         end
         end
         
         if Record "S1" Layout List has lost each time
          begin
           if Split(2-5) has lost each time
           begin
            if Split(7-10) has lost each time
            begin
             if Split(8-11) has lost each time
             begin
              if Split(13-16) has lost each time
              begin
               if Split(14-17) has lost each time
               begin
                if Split(19-22) has lost each time
                begin
                 if Split(20-23) has lost each time
                 begin
         Put 100% of Record "progression" Data to Record "S1" Layout List
         Put 100% of Record "progression" Data to Record "S2" Layout List
         Put 100% of Record "progression" Data to Record "S4" Layout List
         Put 100% of Record "progression" Data to Record "S5" Layout List
         Put 100% of Record "progression" Data to Record "S7" Layout List
         Put 100% of Record "progression" Data to Record "S8" Layout List
         Put 100% of Record "progression" Data to Record "S10" Layout List
         Put 100% of Record "progression" Data to Record "S11" Layout List
         end
         end
         end
         end
         end
         end
         end
         end



  If Record "progression" Data Index >
  Record "progression" Data Count
    Begin
       Put 1 on Record "progression" Data Index
    End

  end
END


Test 1.
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

Robbert

Great! What is the progression?

ignatus

Quote from: Robbert on Aug 27, 04:20 AM 2018
Great! What is the progression?

well, for demonstration 8 splits-trigger is played with an ordinary 16 numbers negative progression, (but the original DT is played with D'Alembert +1/-1),
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

Robbert

Did a 100 spin test on roulette sim.

+96
Biggest drawdown -90

Did hit an unlucky streak. Still nice!

-