RollingYourHead 16 #1 Posted July 7, 2017 I'm gonna keep on posting strategies with Proofs Of Testing so there will be no doubts it hasn't be tested yet. Here is one I'm on right now, all the settings will be visible in second screenshot. Required bankroll 0.01 and it's always gonna be like that since every strategy I am playing is always with starting bankroll of 0.01. Here is the chart with 20k rolls made already: https://prnt.sc/fsu24j Here are the settings for dicebot: https://prnt.sc/fsu2de It covers 102 red rolls in a row. I consider it as safe one, prefering slower profits with less risk. As always. Quote Share this post Link to post Share on other sites
Morros 22 #2 Posted July 7, 2017 I have got 126 red on x 10 Quote Share this post Link to post Share on other sites
RollingYourHead 16 #3 Posted July 7, 2017 1 minute ago, jonjie said: Do you have any strategy for .001 btc only? Well 0.001 banroll is not something meant to be used in autobetting. Haven't tested anything with this low bankroll to be honest Quote Share this post Link to post Share on other sites
RollingYourHead 16 #4 Posted July 7, 2017 3 minutes ago, Morros said: I have got 126 red on x 10 Settings are editable so simply you can make it work to cover even 150reds in a row. I am just using a reasonable one since over 102reds are not that common Quote Share this post Link to post Share on other sites
Morros 22 #5 Posted July 7, 2017 Just now, RollingYourHead said: Settings are editable so simply you can make it work to cover even 150reds in a row. I am just using a reasonable one since over 102reds are not that common What would be the base bet for 150 red & 0.02 bankroll? Quote Share this post Link to post Share on other sites
Gennady12 10 #6 Posted July 7, 2017 the chance for 100 reds in a row is 0.008% Quote Share this post Link to post Share on other sites
RollingYourHead 16 #7 Posted July 7, 2017 (edited) basebet is always 1sato as you can see on the secon screen shot, just add some lines. Edit this part: function dobet() if win then nextbet = basebet else if currentstreak <= -10 then nextbet = 0.00000002 end if currentstreak <= -15 then nextbet = 0.00000003 end if currentstreak <= -20 then nextbet = 0.0000004 end if currentstreak <= -25 then nextbet = 0.0000005 end if currentstreak <= -30 then nextbet = 0.0000006 end if currentstreak <= -35 then nextbet = 0.0000007 end if currentstreak <= -40 then nextbet = 0.0000008 end if currentstreak <= -45 then nextbet = 0.0000009 end if currentstreak<=-50 then nextbet = previousbet*multiplier end and so on. With this it covers 132 red rolls. Instead of that you can add some 0basebet prerolls. PS. 150 was just an example you can even make it work with covering of over 500red rolls just by lowering your profits on green rolls Edited July 7, 2017 by RollingYourHead Quote Share this post Link to post Share on other sites