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-∞
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