• 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

Rolette Extreme Experts

Started by LUDOMANIAC, Jul 27, 04:22 AM 2019

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

LUDOMANIAC

Hi you all, I'm preety new here, I found something,
After many attempts in how to use Roulette Extreme for testing and after test so many systems that won't work consistently, I just found that the lack of consistency probably is related to Roulette extreme "reads"  the  import files wrong, that is, it reads in reverse mode  :sad2:  >:( :lol: :lol:
Question to the RX experts: have you noticed this situation? I think that if you want to have results accurate to reality, it should read the files like it will appeared directly from the  Live Roulette because reading the file in reverse give you a totally diferent results, all the past testings were false read
I just tested manually and thats how I discovered it, couldn't find match between last and new file.!!
Let me know what you think, and if any one have noticed  how you solved; I TRY TO DO IT VIA WORD- EXCEL- NOTEPAD BUT AFTER A WEEK I havent been succesfull in turning up side down the file so RX can read it right.

By the way is there any one willing to help me in code in RX, I try many times but even it compiles right, the system wont work properly, need someone to teach me what I'm doing wrong.
Thanks for all who attend.
PLS. Only serious gamblers, troglodytes please refrain

celescliff

Quote from: LUDOMANIAC on Jul 27, 04:22 AM 2019
I TRY TO DO IT VIA WORD- EXCEL- NOTEPAD BUT AFTER A WEEK I havent been succesfull in turning up side down the file so RX can read it right.

You can in windows as well use a UNIX command call tac, which reverse a text file line by line but you need to install coreutils in order to use it so here's how:

1. Go to link:://gnuwin32.sourceforge.net/packages/coreutils.htm and download and install this:

Complete package, except sources Setup 6439882 21 April 2005 5a3e9d30b906dadf54de0635522fd62c


2. Set up your enviroment variable path to C:\Program Files (x86)\GnuWin32\bin  ( I assume you know how to do this. If not, ask)

3. Press WIN+R and type cmd and enter

4. cd to the directory you have the text file with your spins

5. type tac <yourFile>.txt > <yourNewFile>.txt

Example:

1.txt:


1
2
3
4
5




tac 1.txt > 2.txt


2.txt:


5
4
3
2
1



LUDOMANIAC

Hi celescliff:
Thanks for your advice, I'm trying now to install it but I'm not expert on instalations, what you mean with:
"4. [''cd''] to the directory you have the text file with your spins"
Tusend Takk

celescliff

Quote from: LUDOMANIAC on Jul 28, 10:48 AM 2019
Hi celescliff:
Thanks for your advice, I'm trying now to install it but I'm not expert on instalations, what you mean with:
"4. [''cd''] to the directory you have the text file with your spins"
Tusend Takk

cd means "change directory" and lets you navigate through your file system. An easier approach than using cd is to go to the folder where your spins are, hold down SHIFT and right click, now you will see a new menu item that says "open command window here", or if you are on windows 10, "open windows PowerShell window here". Click on it and you will be in the same directory right away.

If say, I have the text file with my spins at the desktop, I would just hold down SHIFT and right click on my desktop and click on "open windows PowerShell window here". It will now look like this:

PS C:\Users\Christer\Desktop>

now I just type

tac 1.txt > 2.txt

And now the spins with the revesed spins is in 2.txt

LUDOMANIAC

Takk celescliff:
It works fine the first,  so I give another go and now does not work, I dont know why.
Need to know you have your ,  1.txt , when you use "tac 1.txt > 2.txt;
" 2.txt"  you must have created  or it will creates a new by itself? 
Mykket Takk

LUDOMANIAC

Hi Cliff,
Sorry but I found the issue, I forgot to save the new bunch of numbers into the file, you know newby mistakes;)
Now works fine just one bugy I think but works fine anyway.
are you  Rx coder as well? you see I structure and compile right my first Rxtreme system but it doesnt work  as it should
I dont know what I'm doing or write wrong or missed, I know Ignatius might can but no answer
Any way Takk so Mykket for Hjelpen

celescliff

The issue in the picture is not a bug. In order to fix it just add an empty line at the end.

I used to code in RX.

-