Post
Topic
Board Project Development
Re: Primedice Better Bot - Fastest, lightest, advanced java based bot
by
blayzer
on 17/04/2015, 09:07:31 UTC
Could you make it so that there is a pre-roll option? Meaning, that it will wait for a certain loss streak before it starts betting.
For example, you can set the pre-roll bet value to 0.00000000 , then after 15 losses in a row it starts betting @ your base bet value, and then continues on with w/e your options are.
If you add this I'll love you <3
Also, could you add when insufficient funds, it goes all in option?

If it had all these options + what it has now I'd be a VERY happy camper.
Also one last request, could you make it so that on WIN it zigzags, so one more option: zigzag after x win streak : 0-∞
Code:
bet: 0.00000010, // SET TO YOUR INITIAL START BET AFTER PREROLL
odds: 10, // winning chance
type: 1, // high / low roll (1 = low, 0 = high)
runs: 100000, // number of bets to make
pad_bet: 0.00000000, // bet to make while pre-rolling
prerolls: 15, // NUMBER OF LOSSES BEFORE STARTS BETTING
on_loss_multi: 1.1134, // multiply bet on loss (after pre-rolling) (1.1134 = 11.34% on LOSS)
stop_min: 0.00000000, // stop betting if number drops to/below this number
stop_max: 0.02000000, // stop betting if number reaches this number
all_in_save: false, // go all-in if bet is higher than balance
high_low_swap: false, // invert roll each bet
http://i.imgur.com/OX7DRLg.png

These are indeed great suggestions I'll see what I can do but I cant promise anything.
In the mean time, I think you can do all these features with Dice Bot.
Here's a link:
https://bitcointalk.org/index.php?topic=307425.0

I hope this helps.