Hello Spin,
Something very simple I have played a few times with some minor success.  Just wondering if it would past the test of time.
Play the 24 numbers that have come up the most in a session. That's it!
So if you have access to past spins when you come to the table, just bet on all the numbers that you see on the board.  Make a list of how many times each # has come up.  Keep adding as the spins roll along.  In case of a tie , take the latest number and scratch the oldest.
After a little while , you will be betting on 24 numbers.
Always flatbet.
As I said, very simple.
Insidebet
(the only way to win)
			
			
			
				Hot 24..... Am I on the right site?
Happy experimenting,
Spin.  8)
system "Hot 24"
{
*************************************
*       System by insidebet         *
*         on VLS Roulette           *
*************************************
         Rx-ed by Sp1N-D1zZy
-------------------------------------
         not 00-c0mpatible
-------------------------------------
Play the 24 numbers that have come up the most in a session. That's it!
So if you have access to past spins when you come to the table, just bet on all
the numbers that you see on the board.  Make a list of how many times each # has come up.
Keep adding as the spins roll along.  In case of a tie , take the latest number and
scratch the oldest. After a little while , you will be betting on 24 numbers.
-------------------------------------
}
method "main"
begin
while starting new session
    begin
    call "Init"
    end
track last number for 1 spins record"LastN"layout
call "track"
call "get hot"
call "place bets"
end
method "place bets"
begin
put 1 record"SWTemp"layout index
put 1 record"HCTemp"data index
loop until record"SWTemp"layout index > 24
    begin
    if record"HCTemp"data > 0
        begin
        put 1 record"SWTemp"layout
        end else begin
        exit
        end
    add 1 record"SWTemp"layout index
    add 1 record"HCTemp"data index
    end
end
method "get hot"
begin
duplicate record"Single Wheel" record"SWTemp"
duplicate record"Hot Count" record"HCTemp"
put 0 record"Count"data
loop until record"Count"data > 36
    begin
    put 1 record"SWTemp"layout index
    put 1 record"HCTemp"data index
    loop until record"SWTemp"layout index > record"SWTemp"layout count
        begin
        copy record"SWTemp"layout record"ALayout"layout
        put 100% record"HCTemp"data record"ACount"data
        add 1 record"SWTemp"layout index
        add 1 record"HCTemp"data index
        copy record"SWTemp"layout record"BLayout"layout
        put 100% record"HCTemp"data record"BCount"data
        if record"BCount"data > record"ACount"data
            begin
            subtract 1 record"SWTemp"layout index
            subtract 1 record"HCTemp"data index
            copy record"BLayout"layout record"SWTemp"layout
            put 100% record"BCount"data record"HCTemp"data
            add 1 record"SWTemp"layout index
            add 1 record"HCTemp"data index
            copy record"ALayout"layout record"SWTemp"layout
            put 100% record"ACount"data record"HCTemp"data
            end
        end
        add 1 record"Count"data
    end
end
method "track"
begin
put 1 record"Single Wheel"layout index
loop until flag "stop" true
    begin
    copy record"Single Wheel"layout record"Temp"layout
    if record"Temp"layout list pattern match record"LastN"layout
        begin
        put 100% record"Single Wheel"layout index record"Hot Count"data index
        add 1 record"Hot Count"data
        set flag "stop" true
        end else begin
        add 1 record"Single Wheel"layout index
        end
    end
set flag "stop" false
end
method "Init"
begin
set flag "stop" false
load single wheel
copy list [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,
24,25,26,27,28,29,30,31,32,33,34,35,36] record"Single Wheel"layout
exit
end
			
			
			
				Thanks a million!
I have not imported codes in RX in quite a few years, and I just cannot remember how to do it!
I have copied the code on Notepad and it is saved in my documents.  I think I used to drag the code from my documents right into the the System file in RX.  I cannot do that now. Is there a new way to do this?
Thank you.
Insidebet
			
			
			
				Hi insidebet,
Try cutting and pasting the above code into a new designer window. and saving. You then need to activate the system before testing by going to "Action" and "Activate Current System".
Happy experimenting,
Spin  8)
			
			
			
				Hello,
I managed to get the code in the System file. But When I activate the system (Hot 24), the System Editor page opens up and I cannot use RX when that page is open.
Any other system already in RX seems to work fine, but not the one I just added.
Insidebet
			
			
			
				Email: support@uxsoftware.com
They are great guys and will help....