1. Welcome to the #1 Gambling Community with the best minds across the entire gambling spectrum. REGISTER NOW!
  2. Have a gambling question?

    Post it here and our gambling experts will answer it!
    Dismiss Notice
  3. Discussions in this section are assumed to be EV- as they are outside of the Advantage Play section. For EV+ discussions, please visit the Advantage Play section.
    Dismiss Notice

Roulette Turbo

Discussion in 'Roulette Forum' started by Dr. Sir Anyone Anyone, Jan 20, 2019.

  1. Jerome

    Jerome Active Member

    Joined:
    Mar 15, 2018
    Likes:
    172
    Occupation:
    Self-Employed
    Location:
    England
    I'll change my opinion if I can replicate your results for myself, that would only be reasonable, don't you agree? ;)

    If you (or anyone else) can provide a bet selection which gives results different from betting randomly (I said DIFFERENT, which means it could be better OR worse than random) I will be happy to eat my words. But it has to come from you, otherwise if my results show no difference you'll just say "your bet selection wasn't good enough, try harder", lol. And that means it's back to the usual secret squirrel game and everyone swapping insults, and nothing ever moves on from that.

    You don't have to post a detailed step-by-step bet selection, just the principle would be good enough. If the principle is sound, then any bet selection based on it should at least be a bit better than random, agreed?
     
    Last edited: Jan 24, 2019
  2. gizmotron

    gizmotron Well-Known Member Founding Member

    Joined:
    Jan 1, 2015
    Likes:
    3,040
    Occupation:
    Retired
    Location:
    The West Coast of USA, RV'ing
    Here is the code:
    Code:
    on mouseUp
       put "" into field "mainText"
       repeat with z = 1 to 10
          put "" into hRes
          repeat with x = 1 to 37
             put x & " 0," after hRes
          end repeat
          repeat with i = 1 to 111
             put random(37) into hSpin
             add 1 to word 2 of item hSpin in hRes
             if i = 74 then
                put hRes into hResHold
                sort items of hResHold descending by word 2 of each
                put hResHold & return after field "mainText"
             end if
          end repeat
          sort items of hRes descending by word 2 of each
          put return after field "mainText"
          put hRes & return after field "mainText"
          put "----------------------------------------" & return after field "mainText"
          put return after field "mainText"
       end repeat
    end mouseUp
    
    Here are the results:

    19 5,28 5,2 4,24 4,30 4,34 4,9 3,16 3,23 3,26 3,31 3,37 3,5 2,8 2,14 2,17 2,18 2,20 2,33 2,35 2,36 2,1 1,3 1,4 1,7 1,10 1,11 1,12 1,13 1,15 1,22 1,25 1,32 1,6 0,21 0,27 0,29 0,

    19 7,28 7,2 6,37 5,7 4,8 4,16 4,23 4,24 4,29 4,30 4,34 4,36 4,1 3,3 3,9 3,11 3,12 3,18 3,26 3,31 3,33 3,35 3,5 2,6 2,13 2,14 2,17 2,20 2,22 2,4 1,10 1,15 1,25 1,27 1,32 1,21 0,
    ----------------------------------------

    7 5,22 4,23 4,30 4,34 4,6 3,9 3,10 3,11 3,15 3,21 3,24 3,26 3,27 3,2 2,13 2,17 2,18 2,19 2,25 2,28 2,35 2,1 1,3 1,4 1,12 1,14 1,16 1,29 1,32 1,33 1,36 1,5 0,8 0,20 0,31 0,37 0,

    34 7,7 6,6 5,11 5,17 5,22 5,30 5,35 5,2 4,9 4,12 4,15 4,23 4,24 4,26 4,27 4,1 3,3 3,10 3,21 3,28 3,13 2,14 2,16 2,18 2,19 2,25 2,33 2,36 2,4 1,20 1,29 1,32 1,37 1,5 0,8 0,31 0,
    ----------------------------------------

    18 6,28 6,11 4,31 4,5 3,19 3,20 3,23 3,24 3,26 3,30 3,1 2,6 2,10 2,12 2,14 2,15 2,16 2,21 2,22 2,32 2,33 2,34 2,2 1,3 1,7 1,9 1,13 1,17 1,25 1,35 1,36 1,4 0,8 0,27 0,29 0,37 0,

    18 9,28 8,11 6,36 5,5 4,12 4,20 4,22 4,23 4,24 4,30 4,31 4,3 3,6 3,16 3,19 3,21 3,26 3,32 3,33 3,34 3,1 2,2 2,4 2,10 2,13 2,14 2,15 2,17 2,25 2,35 2,7 1,8 1,9 1,37 1,27 0,29 0,
    ----------------------------------------

    4 6,10 5,1 4,25 4,26 4,34 4,2 3,5 3,6 3,14 3,16 3,21 3,7 2,8 2,13 2,15 2,18 2,19 2,27 2,29 2,33 2,37 2,9 1,12 1,17 1,20 1,22 1,23 1,31 1,35 1,36 1,3 0,11 0,24 0,28 0,30 0,32 0,

    25 7,4 6,10 6,1 5,19 5,21 5,35 5,6 4,14 4,17 4,26 4,34 4,2 3,5 3,7 3,8 3,12 3,13 3,16 3,18 3,27 3,29 3,37 3,15 2,20 2,22 2,23 2,31 2,32 2,33 2,36 2,3 1,9 1,24 1,11 0,28 0,30 0,
    ----------------------------------------

    12 5,37 5,17 4,25 4,27 4,29 4,4 3,9 3,16 3,20 3,21 3,1 2,2 2,3 2,8 2,11 2,23 2,28 2,31 2,32 2,34 2,36 2,5 1,6 1,10 1,15 1,18 1,19 1,24 1,26 1,30 1,33 1,35 1,7 0,13 0,14 0,22 0,

    9 7,16 6,37 6,8 5,12 5,21 5,25 5,1 4,17 4,20 4,27 4,29 4,36 4,2 3,3 3,4 3,5 3,6 3,11 3,19 3,23 3,28 3,31 3,32 3,34 3,15 2,30 2,10 1,14 1,18 1,22 1,24 1,26 1,33 1,35 1,7 0,13 0,
    ----------------------------------------

    1 5,3 5,27 4,31 4,37 4,7 3,11 3,12 3,13 3,18 3,32 3,33 3,4 2,8 2,10 2,16 2,17 2,19 2,22 2,28 2,29 2,30 2,34 2,36 2,5 1,9 1,15 1,20 1,21 1,23 1,26 1,2 0,6 0,14 0,24 0,25 0,35 0,

    1 7,27 6,3 5,7 5,11 5,13 5,32 5,37 5,4 4,12 4,18 4,20 4,26 4,28 4,31 4,8 3,17 3,19 3,22 3,29 3,33 3,34 3,5 2,6 2,9 2,10 2,16 2,21 2,30 2,36 2,15 1,23 1,25 1,2 0,14 0,24 0,35 0,
    ----------------------------------------

    3 4,5 4,25 4,28 4,2 3,11 3,17 3,19 3,29 3,30 3,34 3,1 2,6 2,7 2,8 2,9 2,13 2,14 2,16 2,24 2,27 2,31 2,32 2,35 2,4 1,10 1,12 1,15 1,18 1,20 1,21 1,23 1,26 1,33 1,37 1,22 0,36 0,

    25 6,3 5,5 5,19 5,28 5,29 5,7 4,8 4,11 4,13 4,20 4,24 4,27 4,31 4,34 4,35 4,37 4,1 3,2 3,9 3,14 3,17 3,30 3,32 3,6 2,10 2,16 2,4 1,12 1,15 1,18 1,21 1,22 1,23 1,26 1,33 1,36 0,
    ----------------------------------------

    17 5,18 5,5 4,15 4,21 4,24 4,2 3,3 3,9 3,6 2,7 2,16 2,19 2,20 2,22 2,23 2,25 2,26 2,27 2,28 2,29 2,30 2,31 2,35 2,37 2,1 1,8 1,10 1,11 1,14 1,34 1,36 1,4 0,12 0,13 0,32 0,33 0,

    2 6,18 6,21 6,15 5,16 5,17 5,5 4,9 4,19 4,22 4,24 4,25 4,28 4,34 4,35 4,3 3,26 3,27 3,37 3,1 2,4 2,6 2,7 2,8 2,10 2,11 2,14 2,20 2,23 2,29 2,30 2,31 2,33 2,36 2,12 0,13 0,32 0,
    ----------------------------------------

    13 6,36 5,10 4,29 4,30 4,35 4,6 3,8 3,16 3,24 3,28 3,32 3,33 3,3 2,4 2,9 2,12 2,15 2,19 2,20 2,27 2,37 2,1 1,5 1,7 1,18 1,23 1,25 1,31 1,34 1,2 0,11 0,14 0,17 0,21 0,22 0,26 0,

    10 8,13 7,8 5,9 5,29 5,30 5,32 5,35 5,36 5,16 4,20 4,24 4,37 4,6 3,12 3,18 3,19 3,28 3,31 3,33 3,1 2,3 2,4 2,5 2,14 2,15 2,25 2,26 2,27 2,34 2,7 1,17 1,21 1,23 1,2 0,11 0,22 0,
    ----------------------------------------

    29 6,10 5,4 4,11 4,17 4,5 3,7 3,9 3,12 3,13 3,21 3,22 3,23 3,37 3,1 2,8 2,14 2,32 2,35 2,3 1,6 1,15 1,16 1,19 1,20 1,24 1,26 1,27 1,28 1,31 1,33 1,34 1,36 1,2 0,18 0,25 0,30 0,

    29 7,10 6,11 6,21 6,12 5,17 5,37 5,4 4,5 4,13 4,26 4,36 4,7 3,8 3,9 3,14 3,22 3,23 3,27 3,32 3,35 3,1 2,3 2,6 2,15 2,18 2,19 2,20 2,34 2,2 1,16 1,24 1,25 1,28 1,30 1,31 1,33 1,
    ----------------------------------------
     
  3. gizmotron

    gizmotron Well-Known Member Founding Member

    Joined:
    Jan 1, 2015
    Likes:
    3,040
    Occupation:
    Retired
    Location:
    The West Coast of USA, RV'ing
    Here, I did most of the work for you:

    Code:
    on mouseUp
       put "" into field "mainText"
       repeat with z = 1 to 10
          put "" into listOne
          put "" into listTwo
          put "" into hRes
          repeat with x = 1 to 37
             put x & " 0," after hRes
          end repeat
          repeat with i = 1 to 74
             put random(37) into hSpin
             add 1 to word 2 of item hSpin in hRes
             sort items of hRes descending by word 2 of each
          end repeat
          repeat with k = 1 to 7
             put word 1 of item k in hRes into zap1
             put zap1 & "," after listOne
             put word 1 of item (k + 30) in hRes into zap2
             put zap2 & "," after listTwo
          end repeat
          put listOne & " -- The hottest seven after 74 spins." after field "mainText"
          put return after field "mainText"
          put listTwo & " -- The coldest seven after 74 spins." after field "mainText"
          put return after field "mainText"
          put "" into holdLastSpins
          repeat with v = 1 to 37
             put random(37) into hSpinNext
             put hSpinNext & "," after holdLastSpins
          end repeat
          put holdLastSpins & " -- Next 37 spins." after field "mainText"
          put return after field "mainText"
          put "---------------------" & return after field "mainText"
       end repeat
    end mouseUp
    
    And the results:

    30,11,9,20,8,2,37, -- The hottest seven after 74 spins.
    10,33,1,5,19,28,29, -- The coldest seven after 74 spins.
    22,18,26,7,9,14,26,31,17,13,9,13,12,10,31,27,23,22,31,22,37,30,26,26,33,19,30,21,15,5,22,16,6,34,21,30,15, -- Next 37 spins.
    ---------------------
    28,34,2,35,3,19,18, -- The hottest seven after 74 spins.
    11,8,14,26,31,33,36, -- The coldest seven after 74 spins.
    22,32,3,34,2,13,21,6,13,20,28,22,28,2,15,11,16,29,25,25,30,16,34,8,12,18,16,10,18,22,10,18,4,10,25,25,7, -- Next 37 spins.
    ---------------------
    12,21,31,14,25,29,35, -- The hottest seven after 74 spins.
    27,2,6,26,30,34,36, -- The coldest seven after 74 spins.
    12,14,30,15,32,33,31,5,5,11,10,3,2,35,16,21,27,25,14,2,5,31,4,8,23,19,34,35,13,10,33,23,17,10,1,2,19, -- Next 37 spins.
    ---------------------
    23,18,28,27,7,2,33, -- The hottest seven after 74 spins.
    3,4,14,15,21,29,34, -- The coldest seven after 74 spins.
    13,33,21,8,10,22,6,16,6,3,8,23,11,30,27,6,2,4,7,31,18,9,24,35,31,1,9,20,19,10,9,32,26,4,32,31,35, -- Next 37 spins.
    ---------------------
    31,14,37,32,22,1,26, -- The hottest seven after 74 spins.
    4,24,7,21,19,13,33, -- The coldest seven after 74 spins.
    16,1,29,4,24,25,13,27,37,23,10,6,3,9,3,2,6,12,9,37,9,35,17,35,14,28,30,30,33,6,34,24,10,24,28,5,1, -- Next 37 spins.
    ---------------------
    5,6,24,33,16,31,34, -- The hottest seven after 74 spins.
    2,7,1,3,13,18,30, -- The coldest seven after 74 spins.
    30,5,8,14,1,34,29,13,4,34,28,13,5,23,10,4,18,21,8,36,13,18,23,10,6,29,15,37,7,18,31,12,7,3,27,23,35, -- Next 37 spins.
    ---------------------
    8,26,28,9,29,4,14, -- The hottest seven after 74 spins.
    23,1,5,15,21,22,27, -- The coldest seven after 74 spins.
    28,11,21,29,18,23,9,11,2,22,26,17,37,29,21,13,34,14,14,10,16,28,15,32,9,20,28,19,22,28,21,31,30,30,3,5,20, -- Next 37 spins.
    ---------------------
    7,12,16,8,28,22,32, -- The hottest seven after 74 spins.
    10,2,9,25,27,29,34, -- The coldest seven after 74 spins.
    8,12,11,34,9,14,37,34,33,35,15,34,11,8,17,23,36,34,26,11,24,14,24,13,7,5,12,4,6,26,17,14,36,24,10,27,24, -- Next 37 spins.
    ---------------------
    17,31,2,7,28,1,5, -- The hottest seven after 74 spins.
    13,33,16,15,12,19,23, -- The coldest seven after 74 spins.
    23,33,10,14,11,18,15,24,3,27,7,10,15,20,9,1,35,3,32,37,32,17,11,13,31,23,32,3,36,19,13,31,10,11,16,36,2, -- Next 37 spins.
    ---------------------
    14,12,25,4,22,26,30, -- The hottest seven after 74 spins.
    29,28,2,17,21,23,32, -- The coldest seven after 74 spins.
    30,28,35,23,7,4,8,34,29,9,11,31,6,12,23,28,4,14,37,34,5,29,18,17,29,4,10,23,36,30,28,24,34,22,1,35,24, -- Next 37 spins.
    ---------------------

    Now all you have to do is compare the hottest numbers, and if those top seven hit in the next cycle, and do the same for the coldest seven numbers.

    I ran 10 tests. From that you should be able to come up with a simple progression for seven numbers in 37 tries. You can also compare the hottest verses the coldest numbers.
     
  4. gizmotron

    gizmotron Well-Known Member Founding Member

    Joined:
    Jan 1, 2015
    Likes:
    3,040
    Occupation:
    Retired
    Location:
    The West Coast of USA, RV'ing
    Here, I did the thinking for you:

    24,10,17,12,32,36,35, -- The hottest seven after 74 spins.
    15,6,7,9,25,29,31, -- The coldest seven after 74 spins.
    The Coldest list won at spin -- 1
    The Hottest list won at spin -- 2
    7,36,20,34,8,31,5,1,20,10,11,35,2,5,17,33,9,33,33,18,6,3,23,24,28,35,10,17,1,2,14,2,28,13,20,33,14, -- Next 37 spins.
    ---------------------
    14,26,20,13,31,23,15, -- The hottest seven after 74 spins.
    22,10,11,28,29,30,35, -- The coldest seven after 74 spins.
    The Coldest list won at spin -- 5
    The Hottest list won at spin -- 15
    8,7,34,4,10,9,12,2,19,16,27,2,12,6,15,27,19,27,17,29,33,18,24,3,32,33,1,10,1,14,27,3,9,9,6,17,32, -- Next 37 spins.
    ---------------------
    11,20,16,36,4,25,7, -- The hottest seven after 74 spins.
    9,10,12,15,23,29,32, -- The coldest seven after 74 spins.
    The Hottest list won at spin -- 2
    The Coldest list won at spin -- 3
    33,16,10,22,15,27,15,24,24,12,20,23,16,31,11,13,26,31,30,3,5,28,4,4,2,3,15,2,3,23,26,14,15,23,1,3,23, -- Next 37 spins.
    ---------------------
    2,20,33,35,8,32,3, -- The hottest seven after 74 spins.
    36,30,25,18,28,1,34, -- The coldest seven after 74 spins.
    The Coldest list won at spin -- 1
    The Hottest list won at spin -- 17
    25,1,10,21,31,21,34,29,24,29,37,26,36,15,26,17,2,15,33,11,6,26,16,28,4,23,3,30,12,31,11,18,19,12,31,25,5, -- Next 37 spins.
    ---------------------
    5,24,2,12,18,37,27, -- The hottest seven after 74 spins.
    20,31,4,8,11,15,23, -- The coldest seven after 74 spins.
    The Hottest list won at spin -- 2
    The Coldest list won at spin -- 5
    34,18,35,25,23,1,1,28,33,33,28,19,37,17,19,14,27,33,17,31,37,3,22,1,15,28,27,23,29,3,23,36,9,22,26,34,18, -- Next 37 spins.
    ---------------------
    21,29,12,13,33,8,4, -- The hottest seven after 74 spins.
    10,11,17,23,24,27,30, -- The coldest seven after 74 spins.
    The Hottest list won at spin -- 1
    The Coldest list won at spin -- 2
    29,11,32,10,29,4,8,17,29,26,16,37,11,9,13,32,17,13,11,10,23,17,19,5,3,23,26,11,26,35,13,22,20,30,36,28,9, -- Next 37 spins.
    ---------------------
    21,14,12,8,31,25,11, -- The hottest seven after 74 spins.
    1,29,20,24,32,5,15, -- The coldest seven after 74 spins.
    The Coldest list won at spin -- 2
    The Hottest list won at spin -- 10
    26,32,32,20,19,13,15,7,19,14,11,3,12,25,4,1,33,16,25,22,26,13,26,31,35,8,9,35,25,17,28,28,6,26,16,25,23, -- Next 37 spins.
    ---------------------
    34,33,29,26,35,18,12, -- The hottest seven after 74 spins.
    21,36,9,28,5,14,31, -- The coldest seven after 74 spins.
    The Hottest list won at spin -- 1
    The Coldest list won at spin -- 5
    18,33,29,13,28,20,13,13,1,7,13,37,6,27,26,18,17,11,37,15,14,26,22,21,26,33,20,28,35,33,34,37,2,27,12,24,32, -- Next 37 spins.
    ---------------------
    34,13,2,9,3,26,31, -- The hottest seven after 74 spins.
    32,36,6,11,20,29,33, -- The coldest seven after 74 spins.
    The Hottest list won at spin -- 1
    The Coldest list won at spin -- 4
    26,37,13,6,7,35,9,6,33,13,34,27,21,24,1,28,20,37,18,23,9,5,7,13,19,34,13,7,14,19,8,6,31,20,24,11,29, -- Next 37 spins.
    ---------------------
    18,36,25,31,2,9,1, -- The hottest seven after 74 spins.
    7,11,12,17,21,29,37, -- The coldest seven after 74 spins.
    The Coldest list won at spin -- 1
    The Hottest list won at spin -- 12
    29,27,7,19,24,21,30,20,10,30,11,9,6,35,35,12,18,14,5,24,2,20,22,12,33,16,4,12,34,37,37,21,1,19,35,13,5, -- Next 37 spins.
    ---------------------
     
    jekhb1976 and Mako like this.
  5. gizmotron

    gizmotron Well-Known Member Founding Member

    Joined:
    Jan 1, 2015
    Likes:
    3,040
    Occupation:
    Retired
    Location:
    The West Coast of USA, RV'ing
    That should put an end to doubting Turbo's depletion of uranium correlations.
     
    jekhb1976 likes this.
  6. Fossell

    Fossell Active Member

    Joined:
    Apr 20, 2016
    Likes:
    152
    Location:
    UK
    If you know what isn't going to hit, then thats the house edge up in smoke for you session!
    That is if you give a shit about the house edge. But of course its nice to know its removed from the equation during your play.

    (Hi chaps by the way. Been a while)
     
  7. Mako

    Mako Well-Known Member

    Joined:
    Jul 23, 2018
    Likes:
    429
    Location:
    Irvine, CA
    Nice Giz, good way to generate results quickly and clearly illustrate whether the concept has merit or not.

    Need more runs, but even with this small batch of 1100 or so spins you can see where the conclusion will likely wind up...
     
    Last edited: Jan 24, 2019
    jekhb1976 and gizmotron like this.

  8. gizmotron

    gizmotron Well-Known Member Founding Member

    Joined:
    Jan 1, 2015
    Likes:
    3,040
    Occupation:
    Retired
    Location:
    The West Coast of USA, RV'ing
    That's what I thought too.

    The point is to find out the killer sequences and how often they do their business. I'll be looking for that +20%.

    I get those results in less than a second. I think I'll add a grand martingale to it just to see if I get killed off at the expected rate.
     
  9. gizmotron

    gizmotron Well-Known Member Founding Member

    Joined:
    Jan 1, 2015
    Likes:
    3,040
    Occupation:
    Retired
    Location:
    The West Coast of USA, RV'ing
    I just ran 20,000+ spins and the greatest deviation for a first win turned out to be 27 spins before a hit in the coldest group and 17 in the hottest group. That alone tends to suggest that hot numbers are more active than cold numbers in a blind rule test of the next 37 spins. So Caleb is blown out of the water at last. Now watch his head explode.
     
    Denzie and jekhb1976 like this.
  10. Buffalowizard

    Buffalowizard Member

    Joined:
    Jan 13, 2019
    Likes:
    10
    Location:
    UK
    So if you get a 7 number progression that can go 20 times, betting hot numbers you'd be unlucky to bust out anytime soon?
     
  11. jekhb1976

    jekhb1976 Well-Known Member

    Joined:
    Jan 5, 2019
    Likes:
    333
    Location:
    Holland
    The thing is, that random can't produce the same results over and over again.
    some will not benefit the player and sometimes it will.
    for example:
    if you take the unhit numbers from the previous cycle, let's say you have 14 numbers wich haven't hit. we now place 1 unit on each of the 14 numbers.
    Now everytime one of these numbers hit we use a progression on it (possitive progression) let's make marty, everyone loves that nasty fella :)
    so for every hit we raise one step in the marty sequence. 1-2-4-8-16-32-64-128 8 step marty will be enough, trust me.
    Wanna bet, that at or before spin 370 i will be atleast 1 time in profit! why?
    Because its just how random works.
    0s become 1s 1s become 2s 3s become 4s etc etc.
    random can't produce the same negative cycle on each of those 14 numbers every 37 spins! some won't hit at all, some will hit way above expectation.
    RANDOM.
    Progressions aren't there to destroy us you know. when addapted right, he's you're friend!

    have a great evening folks.
    j.e.
     
    Last edited: Jan 24, 2019
    stringbeanpc and Mako like this.
  12. gizmotron

    gizmotron Well-Known Member Founding Member

    Joined:
    Jan 1, 2015
    Likes:
    3,040
    Occupation:
    Retired
    Location:
    The West Coast of USA, RV'ing
    I would not do it that way. Try a 1, 3, 7 progression in three steps. The steps are 1 to 5, 6 to 10, and 11 to 15 spins. You lose at a lost bet on the 15th spin. So if you start with $1 chips on seven hottest numbers and lose the grand martingale then you lose $77. But those are the not so often losers. You should know how often it wins or loses before ever trying this in a casino.

    People should test and power test this themselves. I'm known for baloney festivals just to blow sunshine up forumTard's dresses. yuk yuk...
     
    jekhb1976 likes this.
  13. Bago

    Bago Well-Known Member

    Joined:
    Jun 16, 2017
    Likes:
    326
    Location:
    Mars
    Add 2 more steps 256-512 just to be sure...
    PxStL27.gif
     
    Last edited: Jan 24, 2019
  14. Buffalowizard

    Buffalowizard Member

    Joined:
    Jan 13, 2019
    Likes:
    10
    Location:
    UK
    Whats the difference between 3 steps as you mentioned, and just getting 15 times ? Do you mean stopping after each step or something ?
     

  15. jekhb1976

    jekhb1976 Well-Known Member

    Joined:
    Jan 5, 2019
    Likes:
    333
    Location:
    Holland
    by shakin' your head all the time, you don't have times to test.
    so you say i'm wrong then? if so prove it.
     
  16. jekhb1976

    jekhb1976 Well-Known Member

    Joined:
    Jan 5, 2019
    Likes:
    333
    Location:
    Holland
    by the way, i never needed more then 5 steps to make profit each session. but that's not important.
    i forgey sometimes, that this is mostly a forum full of naysayers including shakin" heads.
     
  17. gizmotron

    gizmotron Well-Known Member Founding Member

    Joined:
    Jan 1, 2015
    Likes:
    3,040
    Occupation:
    Retired
    Location:
    The West Coast of USA, RV'ing
    Step One: 7 numbers selected and bet on at $1, $7 times 5 spins = $35 total spent. Payoff on $1 chips is $35.
    Step Two: 7 numbers selected and bet on at $3, $21 times 5 spins = $105 total spent. Payoff on $3 chips is $105.
    Step Three: 7 numbers selected and bet on at $7, $49 times 5 spins = $245 total spent. Payoff on $7 chips is $245.

    oops, I'm glad I figured this out. a total loss would be $385.
     
  18. Buffalowizard

    Buffalowizard Member

    Joined:
    Jan 13, 2019
    Likes:
    10
    Location:
    UK
    Thanks Giz. I'm off to get rich. Laters
     
  19. gizmotron

    gizmotron Well-Known Member Founding Member

    Joined:
    Jan 1, 2015
    Likes:
    3,040
    Occupation:
    Retired
    Location:
    The West Coast of USA, RV'ing
    77 times 5 = $385
     
  20. gizmotron

    gizmotron Well-Known Member Founding Member

    Joined:
    Jan 1, 2015
    Likes:
    3,040
    Occupation:
    Retired
    Location:
    The West Coast of USA, RV'ing
    Or master of ceremonies at the baloney festival's parade.
     

Share This Page