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

News:

Progression bets are nothing more than different size bets on different spins. You could get lucky and win big, or unlucky and lose even more.

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

Equal bets coding error for RX

Started by Redherring, Aug 29, 03:46 AM 2016

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Redherring

Hi

I wrote some basic coding for betting on even bets but it doesn't quite work as I expected. It's set to bet on a 3rd equal being the same as the previous 2 - so if red red bet red. However it seems to wait until a black resets the trigger... If it goes red red bet red, and continues red red - it won't place another bet on red. And that's the same for all bets (high low even odd black red)

I've attempted to modify it a little with a progression but I'm not great and tbh don't fully understand it. Could anyone please fix what I've done?!

Thanks


system "equals"

//1 unit on 3rd equal being same as previous 2

method "main"
begin




// Initialize on a new session
While Starting a New Session
Begin

Group
Begin
Display
"Session will END when ALL sequences are
met or your starting Bankroll has been
depleted."

Input Dropdown
"What Table Layout to use?
1:=European
2:=American" to Record "table" Data

Input Data
"Enter Bankroll:” to Record "bankroll" Data

End
End
End

Begin
While Starting a New Session
Begin
Set List [1,2,4,2,2,4,2,3,5,2,3,6,2,4,6] to
Record "progression" Data
Put 100% of Record "progression" Data to Red
End
While on Each Spin
Begin
If Any Even Bet has Won Each time
Begin
Put 1 on Record "progression" Data Index
End
If Any Even Bet has Lost Each time
Begin
Add 1 to Record "progression" Data Index
If Record "progression" Data Index >
Record "progression" Data Count
Begin
Stop Session
End
End
Put 100% of Record "progression" Data to Red
End
End

If Black has Hit for 2 times
Begin
Put 1 unit on Black
   end

If Red has Hit for 2 times
Begin
Put 1 unit on Red
   end

If Low has Hit for 2 times
Begin
Put 1 unit on Low
      end

If High has Hit for 2 times
Begin
Put 1 unit on High
         end

If Even has Hit for 2 times
Begin
Put 1 unit on Even
            end

If Odd has Hit for 2 times
Begin
Put 1 unit on Odd
             end
end








Azim

From a quick glance there are quite a few errors.

However,

In short you want it to place a bet when any 2 even chances hit in a row and use the same progression you have specified.

It will bet all three if the condition is met, is that right?

Progression:
Begin
Set List [1,2,4,2,2,4,2,3,5,2,3,6,2,4,6] to
Record "progression" Data
Put 100% of Record "progression" Data to Red
End
With right tools and good money management, any gambling activity can produce a steady income.

Redherring

It will use the progression for each individual even

So red might be on a higher progression than even for example but it might place bets at the same spin, not wait for a run to end before betting a different even

Edit... Yes, if the condition is right it will bet all 3 but they might not be at the same step in the progression

Azim

I don't have a lot of time otherwise i would have done it for you.

If you look inside your designer folder.

Search for labourchere_system.dgt  Set that up for 1 even chance to start and after copy it for the other 2 and just change variable names and progression counter name.

This is the closet one i can see at a quick glance.
With right tools and good money management, any gambling activity can produce a steady income.

Redherring


Redherring

Nope I don't get it  :question:

I'll keep looking but my enthusiasm is higher than ability

Azim

Give it a day, if no one answers I will see what I can do...
With right tools and good money management, any gambling activity can produce a steady income.

FreeRoulette

I don't know this language, but it looks like your index counts up on a black, but your red count does not. Then they are never the same again. Can you reset both the index and count when the color changes?
Get free crypto coins  link:[url="s://tinyurl.com/tvh7f65"]s://tinyurl.com/tvh7f65[/url]

-