Our members are dedicated to PASSION and PURPOSE without drama!

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Ralph

#781
It is a typo of 100 in the coordinates for the split 5#6, so it is placed zero.  The updated program can be downloaded at


http://roullettebot.com/bot/bvbot.zip
#782
Ralph's Bot / Re: Bot bug??
December 12, 2012, 02:33:25 AM
Thanks  Sam!  It is a typo the coordinates is 100 wrong. I have corrected it and will soon upload an updated version. It will be done very soon.
#783
Ralph's Bot / Re: Bot bug??
December 11, 2012, 07:49:20 PM
Sam!


I can not see  and understand from the video, pls describe the problem. I can not see if it is a bot or script problem. I see you move the cursor, and that can be a problem as such.
#784
Straight-up / Re: Play just one number
December 11, 2012, 02:45:39 PM
Quote from: MarignyGrilleau on December 11, 2012, 09:44:54 AM
Thank you Ralph for your fast and detailed reply.
How and where can i learn to code for your bot?
Thank you. :thumbsup:


I have described how the bot wants the script in my section here.


I think my first post there.
#785
Straight-up / Re: Play just one number
December 11, 2012, 02:44:19 PM
Quote from: soggett on December 11, 2012, 01:37:09 PM

did you restart everything when you lost 200?
that are great results


A session up to 8th step cost 200, then it is to take that loss and try again, we do not want to skyrocket the bets.
#786
Straight-up / Re: Play just one number
December 11, 2012, 11:36:16 AM
Quote from: soggett on December 11, 2012, 11:23:25 AM

nice  :thumbsup:
what was your biggest DD if you can remember?


I lost 200 units a couple of times, when losing up to the 8th step.
#787
Straight-up / Re: Play just one number
December 11, 2012, 10:45:10 AM
Quote from: soggett on December 11, 2012, 09:50:47 AM
I have a session playing EC with 10000 spins which gained 1768 units.   - wow, progressions or flatbetting?


I really did it using more than one method.
A:
1  first level     1,1,1,3,4  (or 2,2,2,4) and on a win you parlay. Reset on plus. using 0.01 chip


2 second level if first is a loss:  1,2,3,5,8 using 0.1 chip


On this level we do not parlay  on first loss bet the same again and if it win it cancel the previous loss, so stay and bet again the same.
If you win two times in a row we are ahead. and go to level 1 .Go to next step in progression if you lose twice.


It is abot 200 in risk.


I followed the last every spin.


B:
I did some play add one chip if you lose or win until new high.
#788
Ralph's Bot / Re: THE MAGNIFICENT SEVEN
December 11, 2012, 08:53:10 AM
Quote from: KingsRoulette on December 11, 2012, 08:09:58 AM
What stop loss and profit target you guys prefer to keep with it. I have played it and liked it. It resembles with one of my methods. Can we input our own set of 7 numbers and play this way?





The script takes the last shown number up to seven. To use seven number you input we need an other script.


I use to have a rather large bankroll as it can have drawdown. It however recover very fast on some hits.
#789
Ralph's Bot / The script oneUpUntilPlus
December 11, 2012, 08:02:24 AM
This is a simple script. It takes one kind of bet, and can take any kind. Like red a split or a line. It takes only one bet at the time. You can however start with more than one unit on the bet.


The script will add a chip to the bet every time a new spin will be done.  You add a chip until plus. To make the script run safe, you have to set the win target just ONE unit higher than the starting bank at the game account. Then the bot will run until you are plus or lost the risking balance.


Example   you start with two chips on EVEN(ee,ee), if you win the bot will stop. If you lose the first spin, the script will add a chip and bet one more, and continue so until you are on plus. It will add a chip every spin if it is a win or loss.


If you want to write script for the bot, this script is suited for study.


The script here will not check if you win or not, it just add a chip to the bet. It is the bot which check when you are on plus which terminate the session.
the script use the bet, split it up and fetch the first bet token, which it add to the incomming bet, and return.


The bet tokens are described in  http://betselection.cc/ralph's-bot/how-to-scripting-the-upcoming-bot/




The script:



function extfunc(number,betsize,bet){
      bet = bet.split(",");
     
       return bet + "," + bet[0] + "/" + betsize;
  }
#790
Straight-up / Re: Play just one number
December 11, 2012, 04:03:00 AM
Quote from: MarignyGrilleau on December 10, 2012, 11:07:48 PM

First I would like to congratulate Ralph for his bravery and all the work shared. Thank you.  :thumbsup:  Have to praise the positive attitude.
Now for a couple questions:
-How many spins can a bot hold up to? And how long does it take on average for each 1000 spins?
-Can you leave it on forever based on a win/loss target?
-Have you ever tried for a method with less fluctuation, variance, maybe?
Cheers  ^-^  





note: Recently posted a method here. I tested 1 million spins provided by bayes here. flat betting, the worst drawdown was 800 units.


Some scripts would run for ever, some not as they may expand in memory, if the keep track of  all numbers in the sessions. In practice It do not means anything I have had sessions lasting 3000 + spins.

The bot can be coded for all kinds of play.  I use my self not all scripts in the bot. And I invite other to code as well, or come with suggestions.  I use to go better with inside bets. 2/3 betting I have had no success.

The bot can not as such make you win, but it has patience, and we can use ways which is hard to do manual. All play will give the same results if we use a bot or not.  There are methods wich is rather simple to code, and there are such which is very difficult.


On average the bot make about 5000 spins during a night. I have a session playing EC with 10000 spins which gained 1768 units. The speed is depending on the scripts and the connections.  As a bot never can access the game software, it is not so fast as the casinos autospin, the casino can switch of some features like the puck, the graphics are not fully updated and ofther demanding tasks, increasing the speed.


The bot is dependet on the cursor to place the bet, which slow down, it is not possible to place a bet without the cursor from outside the game program, this blocks the mouse. Half of the support when it is problem is the users interfere using the mouse, and then get poor results as no bet placed or reporting last bet instead of current. Fail to reset the script after a session is common too.








#791
Ralph's Bot / Re: THE MAGNIFICENT SEVEN
December 11, 2012, 03:41:17 AM
I have used it and have my best results from it. Got really lucky six month ago, and won big.  As every way it have times of going well and not. I agree it is the best script currently in the bot.




#792
Straight-up / Re: Play just one number
December 10, 2012, 08:11:39 PM
Two is 1000  the bust is the same I had changed to  1000 stop loss. I remember a loss ot 5000 as well. The total play using the method has net about 7000.


It runs well for long, the stop/loss can be any over 1000.  If you have a stop/loss at  100000 it will come to a point it willl not hold even that.


As long you risk so it do not hurt you, you can have from 1000. I play real but for fun, I can lose 50 Euro and have had fun.



#793
Ralph's Bot / How to set the win target in the bot!
December 10, 2012, 04:59:50 PM
The GUI in the bot is simple,and will be changed later.  To set the win target so the bot stops when reach it, you must have less than 100.00 in the game account, and the win target and the game account can not be more than 100.00 together. You can play with other sums, but the bot can not read the balance.


When you have less tha 100.00 in the game account, you should see the same amount in the left minor textfield (explained and shown in Sams video).
To the right of the field showing the game account value you add the wintarget to the balance. If you have 20.00 in the balance and want 2.00 as win target, you type 22.00 (do not forget the decimals) in the textfield to the rigth. that's all. The boot will stop at the target.


You should have dowload and use the updated version, as some computers will stop on the second spin after reaching the target in the first and now old version.


Watch the video if you have not!  http://betselection.cc/ralph's-bot/the-bot-is-out-for-testing-10-testers/
It would save you some problem.
#794
Straight-up / Re: Play just one number
December 10, 2012, 04:26:57 PM
Quote from: nOrMy2o0o on December 10, 2012, 04:01:33 PM
Should try last number to repeat as bet selection  ???


I did I played once for long time the last number with a progression. Went well for a time. The chanse is the same as bet a number. The last is 100% hit and the second has 1/37, the same as betting any number. A hit back to back can cluster, but I have seen it take 847 spins.


As you know the last hit the same to come up is as any number.
#795
A casino visit may be 400 spins a visit. A BM casino use to have higher min stake  than a casino on internet. The play and the way we do it must be different on line or at a casino there 400 spins an hour is possible. The whole nigth at a BM casino  must have methods which can possible end,  The play will differ.

The theoretical models are  not practical or even effective for a shorter time as a visit on a casino or an hour playing on line.

The variance is so broad, it is not possible to know very much before the play is over.

Winning 2/3 of  the spins is not the same we are winning. Winning 1 of 35 can also make a winning. The odds are the same on most of the bets. In some casinos in EU the outside bets has lower disadvantage.   Playing one number 37 times is about 2/3 chanse to hit once. But  this is not to be mixed of how long it takes when we actually try.