Post
Topic
Board Gambling
Re: DiceBot (Martingale, Labouchere) for Just-Dice, PRC, 999dice and safedice
by
seuntjie
on 12/07/2015, 10:03:19 UTC

   I've been playing around with a few more options of the bot. 

It seems when you run the simulator and it ends, the profit reported is the total profit from the stat's info.  I was expecting it to just be the profit from the current run. 

The same thing with the profit variable.  It's not set to zero when you start() your script.  I believe bets, wins, and loses are also from stats. 

I'm not sure whether or not you should clear it.  But maybe making a resetstats() function in the programmer mode function could be an option.  I personally would always call that at the beginning of my script.     But some might like the way it behaves now. 

re the sim profit: the simulations stores your actual stats in a temp variable, resets the other stats and run the simulation, through the same methods as actual betting. so the stats tab gets update with the simulation stats. Once the simulation is done, it shows your simulation stats, then retrieves the actual stats, but they're not shown until the next bet is placed. So it might seem like the simulation profit includes your actual profit, but it does not.

your stats aren't reset every time you click the start button when running martingale either. This behaviour is intentional, but adding the resetstats method is a good idea. Until i have, you can use the reset button in the stats window. Not Ideal I know, but it's a temp fix.