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

midas touch code

Started by wento, May 05, 2011, 04:06:34 AM

0 Members and 1 Guest are viewing this topic.

wento

hey all i have been using the midas touch mm down at my local casino and have been doing pretty well. . .  i normaly go in with $2000 and aim to make $200 by just making $50 at a time so using the 20,10,10,10.

i downloaded the roulette xtreme program but it only runs the midas method one one colour or the other, the way i play is to follow the colours, so i was wondering if someone has or can make the code that will test the midas mm by following what ever colour came up.

wento


well here is teh system code for the midas touch. . . i was wondering if anyone new what to add or change to make it follow what ever colour came up?? can anyone help?



system "Midas_Touch_System"

{The Midas Touch system is a cross-out system similar to the Labouchere
It begins with with a list of 4 numbers derived from a stated win goal.
The first number is 40% of the win goal and the remaining 3 numbers
are 20% each.   It will ask you to enter your bet layout.
When first starting out or after any loss, the next bet is determined by the
amount of the first (uncrossed) number in the list.   (Note: this bet file
removes crossed out numbers from the list, but if you were playing with pen
paper you would probably be crossing them off.
Whenever you win, the numbers used to determine the bet are crossed off
the list (which could be either the 1st or the 1st and last numbers)  and the
the next bet is determined by adding the new 1st and last (uncrossed)
numbers in the list.
Whenever you lose, the amount lost is added to the end of the list.

Taken from Win Craps system
}
method "main"
begin
    While Starting a New Session
    begin
        Clear All Records;
        Clear Record "Reference used for swapping Stores" data;
        Clear Record "Win goal" data;
        Clear Record "Number of winning games" data;
        Clear Record "Bet list" data;
        Set Flag "Used 2 numbers to determine bet" to false;
        Set Flag "Layout win flag" to false;
        call "Input Layout";
        call "Reset";
        call "Figure and make next bet";
        exit;
    end

    //Add any loss to the end of the list
    While Record "Current Layout to Bet" layout has lost each time
    begin
        Set Flag "Layout win flag" to False;
        set max on record "Bet list" data index;
        Add 1 on Record "Bet list" Data index;
        Put 100% of the last Record "Current Layout to Bet" Layout to
                                                        Record "Bet list" data;
        call "Figure and make next bet";
        exit;
    end
   
    While Record "Current Layout to Bet" layout has won each time
    begin
        Set Flag "Layout win flag" to True;
        call "Cross off winning numbers";
        call "Figure and make next bet";
    end
end

method "Cross off winning numbers"
begin
    //Move list down for crossed off numbers
    Put 1 on record "Bet list" data index;

    While Flag "Used 2 numbers to determine bet" is True
    begin
        Move List Down by 1 on record "Bet list" data;
        move list up by 1 on record "Bet list" data;
    end

    if record "Bet list" data count>0
    begin
        move list up by 1 on record "Bet list" data;
    end

    //Check progression
    While Record "Bet list" Data count = 0
    begin
        Display "The progression has won and will
                  start over now. ";
        Add 1  on Record "Number of winning games" data;
        call "Reset";
        call "Figure and make next bet";
        exit;
    end
end

method "Figure and make next bet"
begin
    put 1 on record "Bet list" data index;
    Put 100 % of Record "Bet list" data on Record "Current Layout to Bet" layout;
    Set Flag "Used 2 numbers to determine bet" to False;
   
    While Flag "Layout win flag" is True
    And  Record "Bet list" Data count > 1
    begin
        set max on record "Bet list" data index;
        Add 100% of Record "Bet list" data on
                                          Record "Current Layout to Bet" layout;
        Set Flag "Used 2 numbers to determine bet" to True;
    end
end

method "Reset"
begin
    put 1 on record "Bet list" data index;
    Put 60 % of Record "Win goal" data on Record "Bet list" data;
    add 1 to record "Bet list" data index;
    Put 20 % of Record "Win goal" data on Record "Bet list" data;
    add 1 to record "Bet list" data index;
    Put 20 % of Record "Win goal" data on Record "Bet list" data;
    add 1 to record "Bet list" data index;
    Set Flag "Layout win flag" to False;
end

method "Input Layout"
begin
    Group
    begin
        Input Dropdown "Make a Layout Selection

                  1:=Even
                  2:=Odd
                  3:=Red
                  4:=Black
                  5:=High (19-36)
                  6:=Low (1-18)" to Record "Layout number" data;
        Input Data "How much would you like to set
                  as your win goal?" to Record "Win goal" data;
    end
   
    Call "Setup Layout";
end

method "Setup Layout"
begin
    While Record "Layout number" data = 1
    begin
        Copy Even to the Record "Current Layout to Bet" layout;
    end
    Else
    begin
        While Record "Layout number" data = 2
        begin
            Copy Odd to the Record "Current Layout to Bet" layout;
        end
        Else
        begin
            While Record "Layout number" data = 3
            begin
                Copy Red to the Record "Current Layout to Bet" layout;
            end
            Else
            begin
                While Record "Layout number" data = 4
                begin
                    Copy Black to the Record "Current Layout to Bet" layout;
                end
                Else
                begin
                    While Record "Layout number" data = 5
                    begin
                        Copy high to the Record "Current Layout to Bet" layout;
                    end
                    Else
                    begin
                        While Record "Layout number" data = 6
                        begin
                            Copy low to the Record "Current Layout to Bet" layout;
                        end
                    end
                end
            end
        end
    end
end


wento

Is there really no one that knows how to change it so that the bet follows what ever colour came up ??? I didn't think it would be so hard. . . .  Or maybe no one really cares lol

wento

Well I tell you what since I would really like this coded and kinda soonish I will pay who ever can 100 aus dollars! So if Ur interested pm me about it

wento

It's nice to see another great forum with lots of people talking and sharing ideas and helping people out. . . .  Not

wento

for anyone thats interested iv made a total of $2000 for 6 hrs of play

wento

Well just a bit of an up date I have a friend who coded this for me and it works pretty well

planettelex

Hi Wento,

I'm sorry to see that no one has ever replied to you up till now. As you can see (if you are still around on here) I have only just joined.

This is the only system that I feel has ever really worked overall, as long as you have a decent bankroll.

I have set myself a challenge to start with $200 and doing $3.00 sequences and to build up from there. Maybe changing to $5.00 sequences when I am up to $400.00

I am starting on the $1 auto (air ball roulette wheels, not video roulette, and no online casinos - even no online live dealer casinos) that you can find at various clubs in Sydney. Then progressing to the Casino eventually.
I will keep you posted (If you contact me or reply) on my progress.
I have worked out that starting from this point I will be playing for approx 64 hours (est roughly 4 to 5 sequences p/hr) to reach $3,000.00.

Wish me luck

Rich
 

iggiv

guys, Midas (Bruce Irwin) himself said in his book that he always used a small win goal (something like 10% of his bankroll). so be really careful. i tested the stuff, it is not always as good as it may look first.

planettelex

Hi iggiv,

Yes I highly agree. you can have a few quick and easy sequences and then just when you think you'll do one more it blows right out and 100 spins later you are still trying to complete a $30 sequence and are minus almost a grand or even more.

This was actually the very first "system" that I came across many years ago (I bought it with the video of Bruce showing how it worked.
I blindly went to the casino with $3k and was doing $60 sequences. The first daY I had made $1,100.00
Of course I thought I couldn't lose at this stage.
The next day I was up another $800 andf then the next sequence I lost the $800 and my previous day's profits before pulling out. This taught me a valuable lesson about magic systems - they are not infallible at all.

I actually didn't go back for quite awhile as I thought that the casino had got on to me and my unbeatable system and made me lose on purpose.

As this is a "up as you win" strategy if your decisions are choppy you can actually lose a heck of a lot before having the winning run that you have been after the whole time.

Next time I have $3k I will be doing maybe $30 sequences I think.

Thanks heaps for your thoughts   

Rich





iggiv

wow....

u got his video? u know he is a real legend. u know what happened to him? why he disappeared from view?
he was murdered by some maniac together with his family in 80's :(

planettelex

Yes,

I got sent a dvd of him showing his system and a scrapbook about him.
There is info in the scrapbook about his system, but I also have his book.
Also in the scrapbook is some newspaper articles about his murder. it says he, his wife and their daughter were murdered by their adopted son.
I tell you, I have had not much luck finding any info on the web about Bruce Irwin. His full name was Arthur Bruce Irwin and I think the murder was in 1985. I'll find the scrapbook and let you know the correct dates.

In the pack I bought all those years ago (ok,...only about 7 yrs ago) I also got a book called "Coach in your corner" by John Demougin (also known as John Dee) with some info and overviews of diffreent strategies and systems.

This John Dee guy runs like a gaming seminar and sells his book and systems on this site:  xxxxxxxxxxxxx
(I am not an affiliate, and I am not recommending this site in any way)

I really don't want to fork out the bucks he is asking, but he says that he has a system called the "Century system" which as he states is "an advanced version of the Midas touch system" which states that it is a bigger earner and requires less bankroll than the Midas Touch system.

I have not been able to find any info (except on this Joihn dee's site) about this "Century System" (or John demougin) anywhere on the web.
I really really like Bruce Irwin's Midas Touch method, although you do need a big bankroll:
These are the bankroll suggestions in his book that we don't have attached to the system details on this site in the systems area:
$10 sequence needs a $700 bankroll
$20 sequence needs a $1,000 bankroll
$35 sequence needs a $2,000 bankroll
$50 sequence needs a $3,000 bankroll
$100 sequence needs a $5,000 bankroll

Iggiv,
seeing you are a "top Member" of this forum and I am a pleb (literally), can you help me put it out there for the awesome brains (who is not an awesome brain) who are a part of this forum (you know, the awesome brains like yourself, Steve, bombus, ausguy, nathan detroit, john gold, mr j, ales, Redsquad, etc (and the ones I have missed, sorry, I haven't read every thread and post yet,....soon will though) to maybe see if we can "tweak" Bruce's Midas Touch" method to see how it can be played with greater earning and less bankroll like the "Century System".
I don't know about you, but I really refuse to spend any more money on systems now after all these years.
It's almost like I have come full circle, the first system/method I bought was the Midas touch and after hundreds of systems later I realise that I think it is probably the best (for me anyway) but if it can be imroved on I would be very excited to see.

Talk soon

Rich



   
   







I     
 

planettelex

Sheeesh, it was late last night when I made that last post.

In brackets I was meant to say I am not an awesome brain.
But I'm sure you all know that anyway

iggiv

Planetex, I can't call myself an "awesome brain". and sorry, I myself don't believe in EC systems. Though I know some do win with them.

if u asked me what is the better way to go (in my opinion) I would tell u this is Kimo Li's stuff, matrix, roulette layout and stuff like that. Single numbers or inside bets (like lines, corners, streets) based on roulette layout. But that's just me.

as for Midas Touch, i do have his book, but his Midas method did not work for me.

planettelex

Thanks for this iggiv,

Kimo Li's stuff is very very interesting. I will look into it further.
There are a good lot of posts about it around here.

Rich   

 

planettelex

-