Hello all roulette fans! :)
I need a help from someone who's skilled enough in RX coding to code my two "silly" systems.  I use them for a few days now with a classic martingale progression and I reached to 64 chips so far.  On RNG.  However I would like to know, which one is better, so I need the statistics from a large number of spins. 
"Columnist" The game is based on what column hits the table.  The first column represents the high/low bets, the second is for odd/even and the third for black/red.  Bet is placed on the opposite outside bet from the last spin. 
Example:
1.  spin: 13 – 1st column -> high/low -> 13 is low, so my bet goes 1 chip to HIGH (19-36) 
2.  spin: 6 - I lose, martingale progression is used, that means 2 chips on the opposite outside bet from the last spin -> 6 is in 3rd column, so now I bet on RED, since 6 is black. 
3.  spin: 32 – I win.  2nd column, I bet 1 chip on ODD, since 2nd column represents the odd/even bets and 32 is even. 
. . . and so on. 
"Columnist 2" Basically the same as Columnist, only during the progression I don't focus on the columns anymore, but I just place the bet according the martingale on the opposite outside bet from the last spin.  This one should be the worst one, but I mention it here anyway. 
,,Sniper" The outside bets are represented by the sixlines.  When you look on the table, you see that every sixline points to each ouside bet (H/L, O/E, B/R), see the picture sniper. PNG
Example:
1.  spin: 19 – I bet 1 chip on BLACK
2.  spin: 32 – I bet 2 chips on 19-36
3.  spin: 10 – I bet 4 chips on EVEN
4.  spin: 26 – (win) I bet 1 chip on ODD
. . . and so on. 
There.  So, could you please help me with the RX codes for these?
Thanks. 
- Habu